1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
iOS: Added keyboard for editing integer values in BasePreferencesViewController. Also added a delegate for validating values in PreferenceCellItem. The preferences for the sync service (starting service on startup, port, etc.) are 95% functional. More... over 11 years ago
iOS: Fixed several rotation/positioning issues in MobileLibraryBrowser, EqualizerPresets and EqualizerPresetDetails on iPad. More... over 11 years ago
iOS: Added same color background for status bar on iOS 7 More... over 11 years ago
iOS: Bug fixes in Sync, SyncMenu and SyncDownload. More... over 11 years ago
iOS: MobileLibraryBrowser now loads data in a different thread. Trying to fix visual bugs because the view is presenter before it actually shows info. Added loading, but it is visually disruptive when the loading is short. More... over 11 years ago
Android: Updated AndroidDropboxService after changes on iOS. The ResumePlaybackActivity now refreshes content correctly. More... over 11 years ago
iOS: Several bug fixes for iOSDropboxService. Fixed/reimplemented ResumePlaybackPresenter after CloudService/CloudLibraryService refactoring. The observers are removed when the screen is not visible. So far the screen updates really quickly and relialibly. More... over 11 years ago
iOS: Added observer for downloading fresh copy of files on startup in iOSDropboxService. Also fixed upload bugs in iOSDropboxService. Fixed centering of status message in SplashViewController. More... over 11 years ago
Android: Added custom seek bar preference; layout mostly done, but does not load/save the value yet. Updated preference screens after changes on iOS. More... over 11 years ago
Android: AndroidDropboxService is now waiting for newer files to download before calling OnCloudFileDownloaded. Fixed several bugfs in AndroidDropboxService. More... over 11 years ago
iOS: Implemented iOSDropboxService for ICloudService. However, uploading files doesn't work, not sure yet why... More... over 11 years ago
Android/WPF: Fixed all remaining bugs for CloudLibraryService/DropboxCoreService/AndroidDropboxService. Added timer in SplashPresenter to launch the app after 5 seconds of timeout if the cloud download fails. More... over 11 years ago
Android: More work on new CloudLibraryService. Fixed bugs in Android Dropbox implementation of CloudService. More... over 11 years ago
WPF/Android: Refactoring of CloudService/CloudLibraryService and implementations of Dropbox. CloudService is now strictly used for uploading/downloading files from cloud services. CloudLibraryService is now using a generic CloudService; that way the logic is not duplicated into different implementations. More... over 11 years ago
WPF: Updated project after changes on other platforms. More... over 11 years ago
Android: Updated project after changes on other platforms. More... over 11 years ago
iOS: Fixed most rotation issues in PlayerViewController. Fixed iOS 6 separators for PreferenceTableViewCell and ResumePlaybackTableViewCell. More... over 11 years ago
iOS: FINALLY FIXED THE PLAYER POSITION SLIDER WIDTH FOR IPAD WHEN ROTATING THE DEVICE (WITH AUTOLAYOUT). Still struggling with regenerating wave form bitmap with the right width when rotating the device. I lost more than 3 hours on this stupid issue. More... over 11 years ago
iOS: Fixed several rotation issues on iPad in ResumePlaybackViewController and PlayerViewController. More... over 11 years ago
iOS: Added panels for easier view switching in ResumePlaybackViewController. Added layout for iPad (still have to fix rotation issues). More... over 11 years ago
iOS: Crash bug fix where the position to be resumed was later than the song length. More... over 11 years ago
iOS: Pimped the look of ResumePlayback. The cells are now disabled if the user cannot resume from a device. Several animation bug fixes in different cell views. More bug fixes. More... almost 12 years ago
iOS: Fixed positioning issues in PreferencesTableViewCell. Added loading and button to open Cloud Preferences for ResumePlaybackViewController. More... almost 12 years ago
iOS: Redesigned More table view to make it similar to preferences (grouped items). Added MobileOptionsMenuEntity. Fixed transparency bugs in SelectPlaylist. More... almost 12 years ago
iOS: Added Slider template for PreferenceCell. More bug fixes for preferences. More... almost 12 years ago
iOS: More work for LibraryPreferencesViewCtrl and GeneralPrefrencesViewCtrl. Added new icons for preference buttons. More... almost 12 years ago
iOS: Fixed several bugs in NavigationController; the glyph + title are now centered and positioned correctly. The Player button is now displayed even when the player is paused or when resuming playback on startup. Updated nav/tabs icons so they now look similar and coherent with each other. More... almost 12 years ago
iOS: Bug fixes in SelectPlaylistViewController and preferences-related ViewControllers. Fixed player bug on iOS where the reported position of the next song was wrong in most cases. More... almost 12 years ago
iOS: Replaced PreferencesViewControllers controls to table views. Fixed several bugs in PreferencesBaseViewController. More... almost 12 years ago
iOS: CloudPreferences is now fully functional with new look similar to Settings in iOS 7. Lots of bug fixes in preferences. More... almost 12 years ago