GitHub - ycastonguay/MPfm: master 09c73aaa |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-09-15 22:37:26 |
master 98c7af64 |
|
Affected Issues |
0000406: Implement the MPfm.MVP views for Android |
|
Changeset |
Android: Playlists can now be saved in the database (but not their items yet). Added 1.06 database script. Fixed bug in database gateway field mapping.
Related to issue 0000406. |
mod - MPfm/MPfm.Android/Classes/Adapters/PlaylistListAdapter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/AddNewPlaylistFragment.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/LibraryPreferences.axml |
[ Diff ] [ File ] |
add - MPfm/MPfm.Core/DatabaseFieldMap.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Core/MPfm.Core.Android.csproj |
[ 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/Database/Interfaces/ISQLiteGateway.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/Database/MonoSQLiteGateway.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/MPfm.Library.Android.csproj |
[ Diff ] [ File ] |
add - MPfm/MPfm.Library/Scripts/1.05-1.06.sql |
[ 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 ] |
mod - MPfm/MPfm.MVP/Presenters/AddNewPlaylistPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/SelectPlaylistPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Services/InitializationService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/ISelectPlaylistView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Sound/Playlists/Playlist.cs |
[ Diff ] [ File ] |