1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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. More... almost 12 years ago
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. More... almost 12 years ago
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. More... almost 12 years ago
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. More... almost 12 years ago
Android: Fixed regression crash bug when selecting an item in SyncMenuActivity. More... almost 12 years ago
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. More... almost 12 years ago
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. More... almost 12 years ago
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. More... almost 12 years ago
Android: The player position can now be changed in the lock screen. Fixed bugs in lock screen. More... almost 12 years ago
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. More... almost 12 years ago
Android: Created prototype for lock screen activity/controls. More... almost 12 years ago
Android: Trying to fix the bug where the player restarts the playlist when coming back in the application through the notification bar. More... almost 12 years ago
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. More... almost 12 years ago
Android: Now displaying big notification layout on Android 4.1+. Notification layours are now updating correctly including album art on big notification layout. More... almost 12 years ago
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. More... almost 12 years ago
WindowsPhone: Added empty project for prototyping. More... almost 12 years ago
WindowsStore: Added empty project for prototyping. More... almost 12 years ago
Windows: Edit Song Metadata now working; added logic to presenter. More design changes. More... almost 12 years ago
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. More... almost 12 years ago
Windows: Changed position of controls in Time Shifting and Pitch Shifting to match the interface on iOS and Android. More... almost 12 years ago
Windows: Added controls for time shifting and pitch shifting in Main window. All controls are now refreshed and actually work! More... almost 12 years ago
Mac: Updated project after changes on other platforms. Added search functionality to Song Browser. More... almost 12 years ago
Windows: Updated position/sizing of panels in Main window after last commit. More... almost 12 years ago
Windows: Added tabs to Main window for Time Shifting, Pitch Shifting, Info and Actions. Added TabButton control which draws a line at the bottom of the control when IsSelected == true. More... almost 12 years ago
Mac: Main window: Changed completely how Time Shifting/Pitch Shifting/Information/Actions panels are managed. They are now part of a mini tab panel which is similar to the mobile UX. Much, much better than trying to present tons of controls in a crawled space. More... almost 12 years ago
Mac: Finally fixed NSTableRowView for Song Browser; added separator lines for albums. Removed the artist name/album title captions from album art. Updated project after changes on other platforms. More... almost 12 years ago
Windows: Redesigned Effects window by moving preset/current preset to the top of the window instead of aligned to the right. Replaced all label occurances of 'Effects' by 'Equalizer', and removed 'Equalizer (18-bands)' panel header since it becomes redundant. More... almost 12 years ago
Windows: Several visual changes to SongGridView to make it cleaner. No more grid lines except for each album. No more artist/album captions over album art. No more mouse over color change. A bit sad that I took a lot of amount of time to do these features a few years ago... to realize they are more noise than useful. But after these changes... I think my designer was right! Added a bit of logic to PlaylistPresenter. More... almost 12 years ago
Added IDesktopFirstRunView, IMobileFirstRunView and IEditSongMetadataView (and their presenters). They are empty for now. Edit Song Metadata can now be opened on Windows. The Song Browser contextual menu is now working again on Windows. More... about 12 years ago
Updated copyright info in every AssemblyInfo. Removed mention of MPfm in Windows and replaced by Sessions. More... about 12 years ago