GitHub - ycastonguay/MPfm: master 98c7af64 |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-09-15 18:00:29 |
master 6400ea76 |
|
Affected Issues |
0000406: Implement the MPfm.MVP views for Android |
|
Changeset |
Android: Added SelectPlaylistPresenter/View and AddNewPlaylistPresenter/View. Those fragments are now using the presenter. These fragments are now created inside presenters. They are still using dummy data though.
Related to issue 0000406. |
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/Application.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/AddNewPlaylistFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/Base/BaseDialogFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/SelectPlaylistFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/SplashFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Anim/listviewoptions_fade_in.xml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Anim/listviewoptions_fade_out.xml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Models/PlaylistEntity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Presenters/AddNewPlaylistPresenter.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Presenters/Interfaces/IAddNewPlaylistPresenter.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Presenters/Interfaces/ISelectPlaylistPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Presenters/SelectPlaylistPresenter.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Views/IAddNewPlaylistView.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Views/ISelectPlaylistView.cs |
[ Diff ] [ File ] |