GitHub - ycastonguay/MPfm: master fddbe78f |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-02-11 23:50:59 |
master f7dd9a3d |
|
Affected Issues |
0000406: Implement the MPfm.MVP views for Android |
|
Changeset |
PlayerFragment is now bound to IPlayerView.
More modifications to the MobileNavigationManager.
The MobileLibraryBrowserPresenter now calls the MobileNavigationManager to push a new view (Player in this case).
Related to issue 0000406. |
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Activities/PreferencesActivity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Adapters/TabPagerAdapter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Application.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/PlayerFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Fragments/SplashFragment.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/Main.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Core/MPfm.Core.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Core/MPfm.Core.iOS.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/MPfm.Library.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/MPfm.Library.iOS.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Messages/MobileLibraryBrowserItemClickedMessage.cs |
[ Diff ] [ File ] |
rm - MPfm/MPfm.MVP/Models/SongInformationEntity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Services/AudioFileCacheService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/IMobileLibraryBrowserView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/IMobileOptionsMenuView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/IPlayerView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Player/MPfm.Player.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Player/MPfm.Player.iOS.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Sound/MPfm.Sound.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Sound/Playlists/Playlist.cs |
[ Diff ] [ File ] |