1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Android: Fixed grid view layout to fill the album art exactly 2 columns to fit any device. It works now but as expected it creates a giant memory leak which will be fixed later. The wrong album art is also shown most of the time. Tried to setup an AlarmManager to update the widget more frequently but haven't found the right recipe yet. More... about 12 years ago
iOS: ReachabilityHelper is now used to detect connection change and restart the HTTP server when wifi comes available. Updated views after changes on Android. Updated project files after changes on Android. More... about 12 years ago
Android: Added connection change receiver. SyncDeviceSpecifications: Added event and method for connection change notifications. SyncListenerServer: Now stopping the HTTP service when wifi is unavailable; starting the service again when wifi returns. More... about 12 years ago
Android: Several layout bug fixes in Sync screens. Added layout for SyncManualConnect dialog. Moved limit progress timer from SyncDownloadActivity to SyncDownloadPresenter to re-use on iOS. More... about 12 years ago
Android: Fixed bug in synchronization file path management. Fixed bug in loading bitmaps throughout the application (was always reloading the same album art because the key was too unique). More layout bug fixes. More... about 12 years ago
Android: Added images for all player-related buttons. Added previous/play/pause/next buttons to player bar in MainActivity. Updated backgrounds for all slides of Player view so that the PlayerMetadata fragment is partially transparent. More... about 12 years ago
Android: Partially fixed coming back into the application after a MainActivity destruction.
ycastonguay
as Yanick Castonguay
More... about 12 years ago
Android: Changed parameters for view creation of SyncMenu and SyncDownload in MobileNavigationManager. This allows the view to know more about the device (i.e. display device name in action bar on Android). Added layout for MobileLibraryBrowserCell. Added album panel to MobileLibraryBrowser layout. Now loading album art in mini player. Multiple layout bug fixes. More... about 12 years ago
Android: Updated project after iOS changes in MobileNavigationManager. Confirmed that the project can be built and published to a aligned and signed release APK. More... about 12 years ago
iOS: Updated sync views after changes on Android. The sync download can now be canceled. Fixed bugs in MobileNavigationManager. Updated iOSSyncDeviceSpecifications with new methods. Fixed bugs in SyncClientService. More... about 12 years ago
Android: Refactored how the ViewPager for the MainActivity returns the fragments. The previous recipe wasn't working well with backstacking. The navigation manager now keeps a history of the main parameters the mobile library browser in order to be able to recreate the fragment when necessary. Will require minor changes on iOS. More... about 12 years ago
Android: Added more icons for action bar actions. Fixed several bugs in sync layout screens. Now downloading audio files into subdirectories. Added About Sessions screen. More... about 12 years ago
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. More... about 12 years ago
Added cancelling to SyncDiscoveryService. More... about 12 years ago
Android: Added layout for SyncDownload activity. Added checkbox, artist and album icons for all Android pixel densities. More... about 12 years ago
Android: Added SyncDownloadActivity (empty for now). SyncMenuActivity is now fully working except for item selection and missing glyphs for artists/albums/songs/checkmarks. More... about 12 years ago
Android: Added SyncWebBrowser view/activity. More... about 12 years ago
Android: Fixed regression bug; the fragments would send a OnViewReady event even when the fragment is reactivated (i.e. not destroyed). More... about 12 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm More... about 12 years ago
Android: Fixed layout for Sync screen. Sync screen is fully functional. Added layout for SyncMenu screen. SyncMenu is partly functional. Added free space detection in AndroidSyncDeviceSpecifications. Fixed bug in free space calculation in SyncMenuPresenter. More... about 12 years ago
iOS: Fixed player position change which was sometimes wrong because the touches ended event sometimes returns a different value than touches moved. More... about 12 years ago
Android: Added album art loading from presenter in MobileLibraryBrowser. Another Android WTF: GetView in a list adapter gets called very often (especially position 0), so the album art loading is disabled for now. Why can't you optimize your code, Google? Do you expect developers always to get around your stupid bugs? This is happening WAY too often. More... about 12 years ago
Android: Changed MobileLibraryBrowserFragment to a simple Fragment instead of ListFragment. Added grid view to MobileLibraryBrowserFragment for albums (the album art isn't loaded yet though). More... about 12 years ago
Android: Now refreshing fragments when clicking on the player bar in the Main Activity. More... about 12 years ago
Windows: Commented/removed much of the code in all forms. It will be easier later to restore the older code that might still be useful (UI-related code). More... about 12 years ago
Windows: Moved pretty much every file of the project into new subfolders. More... about 12 years ago
Windows: Added WindowsNavigationManager. The app startup now uses the navigation manager to create views. This is the beginning of the Windows UI refactoring! More... about 12 years ago
Android: Added list adapter for equalizer presets; can now select, add and edit presets. More... about 12 years ago
Android: Added UI for EqualizerPresetDetails with all hooks to presenter. More... about 12 years ago
iOS: Fixed scroll view bug after upgrading to iOS 7 Beta 3. More... about 12 years ago