GitHub - ycastonguay/MPfm: master 8038d63e |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-08-28 17:54:09 |
master 9b6d8012 |
|
Affected Issues |
0000406: Implement the MPfm.MVP views for Android |
|
Changeset |
Android: Fixed bugs in reporting player position (the player was not checking for use of floating point). RequestPosition in lock screen and player activities is no longer called when changing seek bar position without user input. Fixed bugs in lock screen. Added Close bitmap for notification. Notificaton bar: Close button is now aligned top right; close now closes all activities using BaseActivity. Updated text view padding in Player/LockScreen layouts to space text of different sizes correctly.
Related to issue 0000406. |
mod - MPfm/MPfm.Android/Classes/Activities/BaseActivity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Activities/LockScreenActivity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Application.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Receivers/LockReceiver.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Services/NotificationService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/MPfm.Android.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/BigNotificationPlayer.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/LockScreen.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/NotificationPlayer.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/PlayerMetadata.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_close.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-hdpi/player_close_on.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_close.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_close_on.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_close.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_close_on.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_close.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_close_on.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj |
[ Diff ] [ File ] |
add - MPfm/MPfm.MVP/Messages/ActivateLockScreenMessage.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Messages/ApplicationCloseMessage.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Services/PlayerService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Player/Player.cs |
[ Diff ] [ File ] |