GitHub - ycastonguay/MPfm: master 56d61554 |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-09-16 16:44:57 |
master 09c73aaa |
|
Affected Issues |
0000406: Implement the MPfm.MVP views for Android |
|
Changeset |
Android: Added saving playlist items.
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/Adapters/PlaylistListAdapter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/SelectPlaylistFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/AddNewPlaylist.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/Main.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/MobileLibraryBrowserCell.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/PlaylistCell.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/Database/Interfaces/IDatabaseFacade.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/MPfm.Library.Android.csproj |
[ Diff ] [ File ] |
add - MPfm/MPfm.Library/Objects/PlaylistAudioFile.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/Services/Interfaces/ILibraryService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/Services/LibraryService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Messages/PlaylistUpdatedMessage.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Models/PlaylistEntity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/PlayerStatusPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/SelectPlaylistPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/IPlayerStatusView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/ISelectPlaylistView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Sound/Playlists/Playlist.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Sound/Playlists/PlaylistItem.cs |
[ Diff ] [ File ] |