GitHub - ycastonguay/MPfm: master e387e42b |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-07-16 23:01:45 |
master 7107d2b8 |
|
Affected Issues |
0000406: Implement the MPfm.MVP views for Android |
|
Changeset |
Android: Added icons for all syncable device types. SyncDownload activity is now fully functional; there is however a performance bug because the timer refreshes the download progress too often. Fixed list view dividers in all screens.
Related to issue 0000406. |
mod - MPfm/MPfm.Android/Classes/Activities/SyncDownloadActivity.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Adapters/SyncListAdapter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Classes/Helpers/AndroidSyncDeviceSpecifications.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/MPfm.Android.csproj |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/EqualizerPresets.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/GenericCell.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/Markers.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/Sync.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Layout/SyncMenu.axml |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-hdpi/icon_android.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-hdpi/icon_linux.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-hdpi/icon_osx.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-hdpi/icon_phone.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-hdpi/icon_tablet.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-hdpi/icon_windows.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-mdpi/icon_android.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-mdpi/icon_linux.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-mdpi/icon_osx.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-mdpi/icon_phone.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-mdpi/icon_tablet.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-mdpi/icon_windows.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/icon_android.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/icon_linux.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/icon_osx.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/icon_phone.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/icon_tablet.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/icon_windows.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/icon_android.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/icon_linux.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/icon_osx.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/icon_phone.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/icon_tablet.png |
[ Diff ] [ File ] |
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/icon_windows.png |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/ISyncDeviceSpecifications.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Library/Services/SyncClientService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/SyncDownloadPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Views/ISyncDownloadView.cs |
[ Diff ] [ File ] |