Anonymous | Login | Signup for a new account | 2024-11-23 12:44 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
Changesets: GitHub - ycastonguay/MPfm | [ Browse ] [ Back to Index ] | ||
master a9ecb6ad
Timestamp: 2013-08-31 15:59:31 Author: ycastonguay [ Details ] [ Diff ] |
WindowsStore: Updated TinyIoC with TinyMessenger (built for PCL). Hopefully this will work on other platforms. Related to issue 0000423. |
||
mod - MPfm/MPfm.Core/Lib/PCL/TinyIoC.dll | [ Diff ] [ File ] | ||
master b09686c8
Timestamp: 2013-08-31 15:29:44 Author: ycastonguay [ Details ] [ Diff ] |
Merge branch 'master' of https://github.com/ycastonguay/MPfm [^] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PlaylistActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/PlaylistListAdapter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Controls/CustomListView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.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/Playlist.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/PlaylistCell.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable-hdpi/icon_move.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable-mdpi/icon_move.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/icon_move.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/icon_move.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable/button_selector.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerMetadataPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
master 59a7be6d
Timestamp: 2013-08-31 15:29:20 Author: ycastonguay [ Details ] [ Diff ] |
WindowStore: MPfm.Core is now compatible with WindowsStore. Built TinyIoC as a third-party library in PCL (Portable Class Library). We will see if this assembly will work properly on other platforms. Related to issue 0000423. |
||
mod - MPfm/MPfm.Core/Conversion.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/DatabaseFieldNameAttribute.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/Lib/PCL/TinyIoC.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/MPfm.Core.WindowsPhone.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/MPfm.Core.WindowsStore.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/Network/IPAddressRangeFinder.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/Network/WebClientTimeout.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/Normalizer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/OS.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Core/TinyIoC/TinyIoC.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Core/TinyIoC/TinyMessenger.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/Tracing.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsStore/App.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsStore/ItemsPage.xaml.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_WindowsPhone.sln | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_WindowsStore.sln | [ Diff ] [ File ] | ||
master 94debbf2
Timestamp: 2013-08-31 14:38:24 Author: ycastonguay [ Details ] [ Diff ] |
Android: Fixed back/up navigation of Playlist; it now returns to the correct previous activity. Added move icon for movable cells. More work on trying to make cells movable in ListView. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/PlaylistActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/PlaylistListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Controls/CustomListView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/PlaylistCell.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable-hdpi/icon_move.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable-mdpi/icon_move.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable-xhdpi/icon_move.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable-xxhdpi/icon_move.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerMetadataPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
master 5a458302
Timestamp: 2013-08-31 12:23:59 Author: ycastonguay [ Details ] [ Diff ] |
Android: Trying to make the playlist list cells movable; there's no standard way in Android to do this. Thank you Google once again for a job well done. Apple = 2 lines of code. Android = Dude, this is rocket science, you should create a class based on ListView and do it yourself. Fixed big notification/standard notification switch. Added rounded corners to all buttons. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/PlaylistActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/PlaylistListAdapter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Controls/CustomListView.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/Playlist.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/PlaylistCell.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable/button_selector.xml | [ Diff ] [ File ] | ||
master 3ae02334
Timestamp: 2013-08-29 00:49:52 Author: ycastonguay [ Details ] [ Diff ] |
Android: Main activity: Got rid of the ViewPager; the action bar combo box now works as a way to change tabs. Lots of work, but there's still a few bugs to fix. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Anim/flipper_back_slide_in.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Anim/flipper_back_slide_out.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Anim/flipper_changetab_in.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Anim/flipper_changetab_out.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Anim/flipper_slide_in.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Anim/flipper_slide_out.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/Main.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/MobileLibraryBrowser.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMobileLibraryBrowserView.cs | [ Diff ] [ File ] | ||
master 543fc948
Timestamp: 2013-08-28 21:38:50 Author: ycastonguay [ Details ] [ Diff ] |
Android: Fixed regression crash bug when selecting an item in SyncMenuActivity. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/SyncMenuActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/SyncMenuListAdapter.cs | [ Diff ] [ File ] | ||
master ee1b7a82
Timestamp: 2013-08-28 21:18:29 Author: ycastonguay [ Details ] [ Diff ] |
Android: Playlist activity is complete with current IPlaylistView definition. Lock screen now showing 'mouse on' bitmaps. Updated bitmaps for shuffle and repeat to match the size of other player icons. Changed notification/widget/lockscreen background color to a darker color. Fixed non-floating point bugs in player, but the position is still wrong when the next song plays. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/LockScreenActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PlaylistActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/MobileLibraryBrowserListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/PlaylistListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/NotificationPlayer.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/WidgetPlayer.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/WidgetPlayerLoading.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-hdpi/player_repeat.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-hdpi/player_repeat_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-hdpi/player_shuffle.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-hdpi/player_shuffle_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-mdpi/player_repeat.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-mdpi/player_repeat_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-mdpi/player_shuffle.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-mdpi/player_shuffle_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_repeat.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_repeat_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_shuffle.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_shuffle_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_repeat.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_repeat_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_shuffle.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_shuffle_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
master de138cae
Timestamp: 2013-08-28 19:29:33 Author: ycastonguay [ Details ] [ Diff ] |
Android: Added PlaylistActivity; not fully functional yet. Added playlist/shuffle/repeat buttons to lock screen. Added shuffle/repeat commands to PlayerCommandMessage. Added new icon for playlist. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/LockScreenActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Activities/PlaylistActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Adapters/PlaylistListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/PlayerMetadataFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/LockScreen.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Playlist.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/PlaylistCell.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-hdpi/player_playlist.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-hdpi/player_playlist_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-mdpi/player_playlist.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-mdpi/player_playlist_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_playlist.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xhdpi/player_playlist_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_playlist.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/drawable-xxhdpi/player_playlist_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Messages/PlayerCommandMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IPlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerMetadataPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerMetadataView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerView.cs | [ Diff ] [ File ] | ||
master 8038d63e
Timestamp: 2013-08-28 17:54:09 Author: ycastonguay [ Details ] [ Diff ] |
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 ] | ||
master 9b6d8012
Timestamp: 2013-08-27 22:11:39 Author: ycastonguay [ Details ] [ Diff ] |
Android: The player position can now be changed in the lock screen. Fixed bugs in lock screen. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/LockScreenActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/PlayerSetPositionMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
master d47b5e24
Timestamp: 2013-08-27 19:15:55 Author: ycastonguay [ Details ] [ Diff ] |
Android: Lock screen almost completed! The only thing missing is the ability to change the song position. Everything else is done; the album art is updated, the play controls work and are updated, etc.The lock screen designed is inspired by iOS 7's lock screen when playing audio. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/LockScreenActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Receivers/LockReceiver.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Services/WidgetService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/LockScreen.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
master 612bbfaa
Timestamp: 2013-08-27 15:44:34 Author: ycastonguay [ Details ] [ Diff ] |
Android: Created prototype for lock screen activity/controls. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/BaseActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Activities/LockScreenActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Receivers/LockReceiver.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/LockScreen.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable-mdpi/player_shuffle_on.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/ApplicationCloseMessage.cs | [ Diff ] [ File ] | ||
master 25e699a6
Timestamp: 2013-08-27 00:24:31 Author: ycastonguay [ Details ] [ Diff ] |
Android: Trying to fix the bug where the player restarts the playlist when coming back in the application through the notification bar. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/BaseActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Services/NotificationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Services/WidgetService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
master 51e954b8
Timestamp: 2013-08-26 22:36:00 Author: ycastonguay [ Details ] [ Diff ] |
Android: More work on WidgetService; the widget is now updated like the notification bar. However changing the player state outside the widget has a lag of 5 seconds before being updated. Now changing play/pause state, loading album art in both cases. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Services/WidgetService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/BigNotificationPlayer.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/NotificationPlayer.axml | [ Diff ] [ File ] | ||
master 49265704
Timestamp: 2013-08-26 20:41:32 Author: ycastonguay [ Details ] [ Diff ] |
Android: Now displaying big notification layout on Android 4.1+. Notification layours are now updating correctly including album art on big notification layout. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Services/WidgetService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/BigNotificationPlayer.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/NotificationPlayer.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
master 47ed66ca
Timestamp: 2013-08-26 18:40:50 Author: ycastonguay [ Details ] [ Diff ] |
Android: More work on WidgetService; songs can now be skipped, play/pause works. Trying to close the application properly from notification. Updated project after changed on other platforms. Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/EqualizerPresetDetailsActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/SyncMenuActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MarkersFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/UpdateLibraryFragment.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Android/Classes/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Services/WidgetService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Widgets/PlayerWidgetProvider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable/button_selector.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/drawable/list_selector.xml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
master 2dd585ac
Timestamp: 2013-08-26 16:26:05 Author: ycastonguay [ Details ] [ Diff ] |
WindowsPhone: Added empty project for prototyping. Related to issue 0000424. |
||
add - MPfm/MPfm.WindowsPhone/App.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/App.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/AlignmentGrid.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/ApplicationIcon.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/FlipCycleTileLarge.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/FlipCycleTileMedium.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/FlipCycleTileSmall.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/IconicTileMediumLarge.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Assets/Tiles/IconicTileSmall.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/LocalizedStrings.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/MPfm.WindowsPhone.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/MainPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/MainPage.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Properties/AppManifest.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Properties/WMAppManifest.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Resources/AppResources.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsPhone/Resources/AppResources.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm_WindowsPhone.sln | [ Diff ] [ File ] | ||
master 035d6d16
Timestamp: 2013-08-26 16:22:59 Author: ycastonguay [ Details ] [ Diff ] |
WindowsStore: Added empty project for prototyping. Related to issue 0000423. |
||
add - .gitattributes | [ Diff ] [ File ] | ||
add - .gitignore | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/App.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/App.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Assets/DarkGray.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Assets/LightGray.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Assets/Logo.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Assets/MediumGray.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Assets/SmallLogo.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Assets/SplashScreen.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Assets/StoreLogo.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Common/BindableBase.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Common/BooleanNegationConverter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Common/BooleanToVisibilityConverter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Common/LayoutAwarePage.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Common/ReadMe.txt | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Common/RichTextColumns.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Common/StandardStyles.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Common/SuspensionManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/DataModel/SampleDataSource.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/ItemsPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/ItemsPage.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/MPfm.WindowsStore.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/MPfm.WindowsStore_TemporaryKey.pfx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Package.appxmanifest | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/SplitPage.xaml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsStore/SplitPage.xaml.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm_WindowsStore.sln | [ Diff ] [ File ] | ||
master fb6b98f0
Timestamp: 2013-08-26 00:33:52 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Edit Song Metadata now working; added logic to presenter. More design changes. Related to issue 0000422. |
||
mod - MPfm/MPfm.MVP/Presenters/EditSongMetadataPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEditSongMetadataView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEditSongMetadata.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEditSongMetadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPlaylist.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPlaylist.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmUpdateLibrary.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridView.cs | [ Diff ] [ File ] | ||
master 9d71be58
Timestamp: 2013-08-26 00:02:31 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Added search in Song Browser view/presenter. Added controls for Info and Actions tab in Main Window. They all work, including searching the web for tabs and editing song metadata. Fixed bugs in update library. Set new theme colors in Edit Song Metadata window, Playlist window and Update Library window. Related to issue 0000422. |
||
mod - MPfm/MPfm.Library/Services/UpdateLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SongBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ISongBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IUpdateLibraryView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEditSongMetadata.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmLoopDetails.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMarkerDetails.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPlaylist.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPlaylist.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPreferences.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmUpdateLibrary.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmUpdateLibrary.cs | [ Diff ] [ File ] | ||
master 19f1cd33
Timestamp: 2013-08-25 22:48:32 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Changed position of controls in Time Shifting and Pitch Shifting to match the interface on iOS and Android. Related to issue 0000422. |
||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
master 67855fef
Timestamp: 2013-08-25 22:33:26 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Added controls for time shifting and pitch shifting in Main window. All controls are now refreshed and actually work! Related to issue 0000422. |
||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPreferences.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPreferences.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Buttons-Toolbars/TrackBar.cs | [ Diff ] [ File ] | ||
master be634dba
Timestamp: 2013-08-25 20:47:39 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Updated project after changes on other platforms. Added search functionality to Song Browser. Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs | [ Diff ] [ File ] | ||
master 7263c1a8
Timestamp: 2013-08-25 20:09:16 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Updated position/sizing of panels in Main window after last commit. Related to issue 0000422. |
||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
<< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... 17 18 19 >> |
Copyright © 2000 - 2011 MantisBT Group |