Mantis Bug Tracker

GitHub - ycastonguay/MPfm: master e1dacbd7 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
ycastonguay ycastonguay master 2013-07-20 22:15:07 master c124f562
Affected Issues 0000406: Implement the MPfm.MVP views for Android
Changeset Android: Added images for all player-related buttons. Added previous/play/pause/next buttons to player bar in MainActivity. Updated backgrounds for all slides of Player view so that the PlayerMetadata fragment is partially transparent.

Related to issue 0000406.
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs Diff ] File ]
mod - MPfm/MPfm.Android/MPfm.Android.csproj Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Loops.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Main.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Markers.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/PitchShifting.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/Player.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/PlayerMetadata.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Layout/TimeShifting.axml Diff ] File ]
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_next.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_next_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_pause.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_pause_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_play.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_play_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_playlist.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_playlist_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_previous.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_previous_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_repeat.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_repeat_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_shuffle.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_shuffle_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_next.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_next_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_pause.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_pause_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_play.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_play_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_playlist.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_playlist_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_previous.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_previous_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_repeat.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_repeat_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_shuffle.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_next.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_next_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_pause.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_pause_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_play.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_play_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_playlist.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_playlist_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_previous.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_previous_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_repeat.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_repeat_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_shuffle.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_shuffle_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_next.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_next_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_pause.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_pause_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_play.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_play_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_playlist.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_playlist_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_previous.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_previous_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_repeat.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_repeat_on.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_shuffle.png Diff ] File ]
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_shuffle_on.png Diff ] File ]
mod - MPfm/MPfm.MVP/Services/PlayerService.cs Diff ] File ]


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker