GitHub - ycastonguay/MPfm: master 6e44d92f |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-11-03 15:16:51 |
master a9dee4cf |
|
Changeset |
Android: New player status types: WaitingToStart and StartPaused. The first is the status used when launching a Player view. This allows MobileLibraryBrowserPresenter to pass the playlist directly to the player instead of using view details. This makes Android intents easier to manage. The second one, StartPaused, is used when the app launches and resumes the previous local playlist. We don't want to start the playback automatically. |
mod - MPfm/MPfm.MVP/Messages/PlayerStatusType.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/PlayerPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/StartResumePlaybackPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Services/PlayerService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Player/IPlayer.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Player/Player.cs |
[ Diff ] [ File ] |