1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mac: Added table view for selection with add/remove/add all/remove all buttons in SyncMenu; works really great. Fixed bug with upside down image rendering in MPfmButton. Fixed more layout bugs in Sync. More... about 12 years ago
Mac: Fixed layout bugs in Sync. More work on the SyncMenu implementation. More... about 12 years ago
Mac: Fixed bugs in refreshing/cancelling in Sync. SyncMenu now has a partially working view-based NSOutlineView. Added new button icons, now supporting Retina displays. More... about 12 years ago
Windows: SyncMenu - The list view showing audio files to sync now works; the Add/Remove buttons also work. The scrollbar is reset when refreshing the contents but that will be fixed later. Added basic layout for SyncDownload; the progress bar is now updated as a test; the sync process completes successfully! More... about 12 years ago
Windows: Fixed bugs in Sync and SyncMenu implementations. Added list view to SyncMenu to see which files are selected. Added several flat black/white icons for tree views, list views and buttons. More... about 12 years ago
Windows: More work on Sync and SyncMenu implementations. More... about 12 years ago
Windows: Added Sync view implementation; the Sync window now works even though it is not final. More... about 12 years ago
Windows: Updated project after changes on other platforms. Renamed frmSettings to frmPreferences. Preferences and Sync window can now be opened through the MainPresenter. Added Sync, SyncMenu and SyncDownload windows (they are empty for now). More... about 12 years ago
Linux: More work on SyncMenuWindow. The artists and albums can now be expanded but there are a few bugs left to fix. More... about 12 years ago
Linux: Added SyncMenu window with basic implementation. More... about 12 years ago
Linux: Added more implementation to Sync window. More... about 12 years ago
Linux: Added method in BaseWindow to center the window. Added ISyncView implementation; updated UI for Sync window. The Sync window actually works now. General code cleanup in MainWindow. More... about 12 years ago
Mac: Fixed visible centering/sizing before windows were visible. Started implementing SyncMenu view. More... about 12 years ago
Linux: Updated project after changes on other platforms. More... about 12 years ago
Mac: Merged Play/Pause/Stop button. More... about 12 years ago
Mac: Updated project with latest changes. Added SyncMenu and SyncDownload windows with controls but without connecting the presenters yet. More... about 12 years ago
Android: Added spinner adapter for action bar. Started implementing the output meter view. More... about 12 years ago
Android: Finally found the right recipe (so far) for updating the widget with player information. It even loads the album art now! However, the buttons aren't clickable yet.
ycastonguay
as Yanick Castonguay
More... about 12 years ago
Android: Fixed layout bugs on Equalizer Preset screens. Implemented drawing for Equalizer Preset Graph View. Fixed several bugs in Equalizer Preset logic. Added selector for buttons. Added prototype for Wi-fi Direct and Network Device Discovery for Android 4.1+.
ycastonguay
as Yanick Castonguay
More... about 12 years ago
Android: Fixed layout bugs in Equalizer Preset and Equalizer Preset Details layouts. Added list selector for all white background lists. Replaced bitmaps for checkmark and action bar save. More... about 12 years ago
Android: Changed mininum SDK version and added block to load Android 4.1+ stuff on MainActivity. Works on Android 4.0.3 and 4.1.
ycastonguay
as Yanick Castonguay
More... about 12 years ago
iOS: Updated project after changes on Android. More... about 12 years ago
Android:
ycastonguay
as Yanick Castonguay
More... about 12 years ago
Android: Added new long press contextual menu for MobileLibraryBrowser list view. Play and Delete buttons are functional. Added new sync actionbar icon. Lots of layout bug fixes in EqualizerPreset screens. More... about 12 years ago
Android: Added a lot of new icons. Added buttons when long pressing the MobileLibraryBrowser list view items. More... about 12 years ago
Android: Renamed all icons for actionbar with the actionbar_ prefix instead of icon_. More... about 12 years ago
Android: Adjusted bitmap cache sizes depending on screen size, layout bug fixes in MobileLibraryBrowser, and now using SquareImageView when displaying album art throughout the application. More... about 12 years ago
Android: Fixed more memory leaks related to bitmaps. There might be other leaks but the new code seems to release most of the memory. Once again, I had to reimplement the way the ViewPager in the MainActivity handles the MobileLibraryBrowser fragments. This time the fragments are never actually replaced; the fragment is refreshed through the presenter instead. This fixes also the empty fragments often shown when changing fragments (clicking on an item or using the Back button). The ViewPager is one of the most buggiest control I've ever seen. Android never ceases to amaze me, every time! The iOS version will keep spawning new views as needed. More... about 12 years ago
Android: Fixed bug in BitmapCache where the LruCache would not calculate the bitmap size correctly. This finally makes the cache able to flush the older bitmaps, but this doesn't completely fix the memory leaks related to bitmaps. More... about 12 years ago
Android: Fixed bugs in grid view adapter for MobileLibraryBrowser. Works pretty well now except for the memory leak. More... about 12 years ago