1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
WindowsPhone/WindowsStore: Updated projects after changes on other platforms. More... almost 12 years ago
Windows: Updated project after changes on other platforms. Removed buttons in main toolbar. More... almost 12 years ago
Android: Added logic to SelectFolderPresenter. Not able to actually select folders yet, but the list of folders is now presented in a ListView inside SelectFolderFragment. More... almost 12 years ago
OSX/iOS: Updated project after changes on other platforms. More... almost 12 years ago
Android: Added SelectFoldersFragment/View/Presenter. Does not have logic yet. More... almost 12 years ago
WindowsStore/WindowsPhone: Sync discovery service now supports cancelling. More optimizations to sync discovery. Windows Store: the list views are now actually populated with the right data and have the right look. More... almost 12 years ago
WindowsStore: Added SyncMenu and SyncDownload pages. SyncMenu is partially working. Fixed bugs for rotation. More... almost 12 years ago
WindowsStore/WindowsPhone: SyncDiscoveryService finally works as intended like on other platforms. More... almost 12 years ago
WindowsStore: Now using WindowsStoreNavigationManager. Added BasePage. Very minimal navigation for now. More... almost 12 years ago
WindowsPhone: Added SyncMenu and SyncDownload pages. Far from being done. More... almost 12 years ago
WindowsPhone: Added app icon, splash, icons for sync list, etc. Also SyncDiscoveryService is now functional in async, but the number of concurrent connections should be limited. More... almost 12 years ago
WindowsPhone: Added empty preferences page. Updated theme and look for every page; now margins and animations fit together. More work on the app in general. More... almost 12 years ago
WindowsPhone: Now partially using MobileNavigationManager; the SyncPage is created by the presenter and navigation manager. The list of options is now fed by IMobileOptionsMenuView. More UI prototyping. More... almost 12 years ago
Windows/WindowsPhone/WindowsStore: Updated projects after changes on other platforms. More... almost 12 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm More... almost 12 years ago
That timestamp problem on Windows again. More... almost 12 years ago
Added secondary menu buttons to Album collection view. More work to come. Related to issue #406. More... almost 12 years ago
iOS: More visual bug fixes for iOS 7. Optimized album art loading and design in MobileLibraryBrowser for Artist cells. More... almost 12 years ago
iOS: Migrated to SDK for iOS 7; minimum version is now iOS 7. Fixed most issues with iOS 7. Now using async instead of ContinueWith because Xamarin.iOS 7 has a strange behavior with ContinueWith even though I was not using async. More... almost 12 years ago
Android/WindowsPhone: Added files missing in previous commit. More... almost 12 years ago
Android: Added AddMarker presenter/view/fragment. Fixed crash bug with notification bar for Android 4.0.3. More... almost 12 years ago
Android: Added carrousel dots in Player activity. Updated drawable for round buttons. More... almost 12 years ago
Android: New round button design for player controls. Moved playlist button to action bar. Now using a huge play/pause button for the lock screen and a new design. Added watermark for EditText controls. Removed "selector" from drawable file names. EqualizerPresetGraphView now uses a SurfaceView. More... almost 12 years ago
Android: Added big thumb for seek bars. More... almost 12 years ago
Android: Added custom seek bar style with drawables (no images!). More... almost 12 years ago
Android: Optimized OutputMeterView and WaveFormView. PlayerActivity now regenerates bitmap for wave form on configuration change. More... almost 12 years ago
Android: WAVE FORMS ARE NOW WORKING ON ANDROID! WOOHOO! This includes reporting the player position and the secondary position when the user changes the position using the seek bar. Still missing markers display, scale, zoom and scroll, but still, this is a huge achievement. Haven't tested memory leaks though, I would not be surprised memory is leaking. More... almost 12 years ago
Android: Integrating wave form branch! PeakFileService now supports non-floating point decoding channels. The WaveFormView control now displays the status of generating a peak file. WaveFormCacheManager is based on the same class on iOS; all that's left to do is to actually draw the waveform in a bitmap in another thread. But generating a peak file and loading it afterwards works and does not slow down the UI or the player so far. An interface/abstract should be added later to WaveFormCacheManager to centralize as much code as possible. More... almost 12 years ago
Android: Now using 16-bit integers instead of 32-bit integers to carry wave data from PlayerService to EqualizerPresetsPresenter. Added shadow for text and GPU optimization in OutputMeterView. More... almost 12 years ago
Android: OutputMeterView now scaling correctly to full control height. More... almost 12 years ago