1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
iOS: Added new look for preferences (now using a table view). Not fully done yet. Changed completely the title display on NavigationController; dropped the subtitle and now using icons. Still a bit more work to do. More... almost 12 years ago
iOS: Dropbox login/logout now works from CloudPreferences. Several bug fixes for iPad and iOS 6. More... almost 12 years ago
iOS: More bug fixes for iPad. Added CloudConnectViewController. More... almost 12 years ago
iOS: Changed iOS target version back to iOS 6.0. Added version checks for iOS 7. Several bug fixes in XIB files for iPad. More... almost 12 years ago
Android: Can now login and logout from Dropbox from Cloud settings successfully! Added generic error dialog method for all activities and dialogs. More... almost 12 years ago
Android: Fixed bugs in showing CloudConnect fragment. More... almost 12 years ago
Android: Fixed bugs when the cloud isn't available for resuming playback. Fixed layout for StartResumePlayback. More... almost 12 years ago
Android: LibraryPreferencesFragment is now fully functional with new Preference-based UI. Added CloudPreferencesFragment. Added several new actionbar-style icons for preferences. More... almost 12 years ago
Android: PreferencesActivity is now using the Android PreferenceFragment/Activity/Screen/etc. architecture. Still a work in progress. Fixed crash bug when adding new equalizer preset. More... almost 12 years ago
iOS: Minor bug fixes to resume playback. More... almost 12 years ago
iOS: Now loading album art in StartResumePlayback. Fixed bug where EqualizerPresetDetails failed to load. Many other bug fixes in MobileNavigationManager. More... almost 12 years ago
Android: More bug fixes when resuming playback at app start. New splash screen layout; missing image but now displaying a nicer loading screen. More... almost 12 years ago
iOS: More bug fixes for resuming playback from MobileNavigationManager. Added DateTime to iOSAppConfigProvider. The UI for StartResumePlayback is complete on iOS. More... almost 12 years ago
Android: Bug fixes for resume playback on app start. More... almost 12 years ago
Android: Added new logic in MobileNavigationManager to automatically resume from local or cloud device, or in certain cases show a dialog to the user to select from which device to resume from. IStartResumePlaybackView is also completely implemented. More... almost 12 years ago
Android: Bug fixes for local resume playback. More... almost 12 years ago
iOS: Now saving player position every 5 seconds (when the player is playing) to restore the player position locally after relaunching the app. More... almost 12 years ago
iOS: Minor bug fix for reporting player status when resuming playback locally . More... almost 12 years ago
Android: New player status types: WaitingToStart and StartPaused. The first is the status used when launching a Player view. This allows MobileLibraryBrowserPresenter to pass the playlist directly to the player instead of using view details. This makes Android intents easier to manage. The second one, StartPaused, is used when the app launches and resumes the previous local playlist. We don't want to start the playback automatically. More... almost 12 years ago
Android: Bug fixes with SyncMenu and EqualizerPresetDetails after changes on MobileNavigationManager. More... almost 12 years ago
iOS: Yet more bug fixes related to the new MobileNavigationManager. More... almost 12 years ago
iOS: More bug fixes for MobileNavigationManager and MVP in general. More... almost 12 years ago
iOS: Updated project after changes to MobileNavigationManager. More... almost 12 years ago
Android: Cleanup after the last few commits. More... almost 12 years ago
Android: Several bug fixes with new MobileNavigationManager implementation and new MobileLibraryBrowserPresenter tab history. More... almost 12 years ago
Android: More work on the new MobileNavigationManager. More... almost 12 years ago
Android: MobileNavigationManager refactoring is almost done; a few abstract methods still have to be removed. The Android app partially works after all these changes, still have a lot to fix. More... almost 12 years ago
Android: Got rid of ShowSplash, HideSplash, PushPlayerView and PushPreferencesView methods from MobileNavigationManager. They have been moved to their respective base view interfaces. More... almost 12 years ago
Android: Huge changes to NavigationManager for all platforms. The next few commits will completely break the application. IBaseView will no longer use OnViewReady. Each view implementation will now call a generic interface (INavigationManager) to bind themselves to a presenter. Presenters will now use INavigationManager to create a view. This will finally fix the problem when the Android system creates activities by itself instead of going through the NavMgr. More... almost 12 years ago
Android: Now using MobileNavigationManager to create a new SplashActivity (instead of fragment) to initialize the app properly and resume directly to the PlayerView. However, these changes have broken the MainActivity tabs. More... almost 12 years ago