GitHub - ycastonguay/MPfm: master de138cae |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-08-28 19:29:33 |
master 8038d63e |
|
Affected Issues |
0000406: Implement the MPfm.MVP views for Android |
|
Changeset |
Android: Added PlaylistActivity; not fully functional yet. Added playlist/shuffle/repeat buttons to lock screen. Added shuffle/repeat commands to PlayerCommandMessage. Added new icon for playlist.
Related to issue 0000406. |
mod - MPfm/MPfm.Android/Classes/Activities/LockScreenActivity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Classes/Activities/PlaylistActivity.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Classes/Adapters/PlaylistListAdapter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Application.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/PlayerMetadataFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/MPfm.Android.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/LockScreen.axml |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/Layout/Playlist.axml |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/Layout/PlaylistCell.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/drawable-hdpi/player_playlist.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/drawable-hdpi/player_playlist_on.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/drawable-mdpi/player_playlist.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/drawable-mdpi/player_playlist_on.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_playlist.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_playlist_on.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_playlist.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_playlist_on.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Messages/PlayerCommandMessage.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IPlayerPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/PlayerMetadataPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/IPlayerMetadataView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/IPlayerView.cs |
[ Diff ] [ File ] |