1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
iOS: Added wave form scroll view autoscroll when changing the secondary position (i.e. changing the song position). More bug fixes for wave form controls. More... about 12 years ago
iOS: Added several scales to wave form scale view. Now scaling up when the tick width is too low. Several bug fixes; the last minute tick count is now calculated correctly and the user interaction on the scroll view is now blocked when loading a wave form or when generating a peak file. More... about 12 years ago
iOS: Wave form scale now switches scales from 1 minute, 30 seconds, 10 seconds and 1 second. Will need to add another scale at around 5 seconds later. Still a lot of minor bugs but at least the scale system is now working. More... about 12 years ago
iOS: Moved rendering of wave form scale to the independent scale view control. Added logic to refresh the scale as the user zooms the wave form; this makes the scale rendering smoother than when it was part of the wave form bitmap. More... about 12 years ago
iOS: Added WaveFormScaleView to WaveFormScrollView. Only displays a blue background for now, but this will make the wave form scale up correctly when zooming the waveform (instead of drawing the scale directly on the bitmap) More... about 12 years ago
iPad: Fixed several visual/resizing/positioning bugs in Sync screens. More... about 12 years ago
iOS: Added scale to wave form bitmap rendering. So far it only stays in "1 minute" scale, but it works and looks great so far. The next step would be to move this code in the scroll view and check the performance hit, and eventually add other scales. More... about 12 years ago
iOS: Fixed bugs in NavigationManager after Android changes. Resetting scrollbar position to top when refreshing MobileLibraryBrowser. More... about 12 years ago
Android: Added layout for EqualizerPresetDetails. Missing dynamic views in scrollview (i.e. equalizer bands). Added empty EqualizerPresetGraphView control. More... about 12 years ago
Android: Converted EqualizerPresetDetails fragment to activity. Added layout for EqualizerPresets. Added empty OutputMeterView. More... about 12 years ago
Android: Fixed "up navigation" for EqualizerPresets by using intent extras and saving the parent activity type. More... about 12 years ago
Android: MarkersFragment now refreshes the list of markers; markers can be selected and edited. Added MarkerDetailsActivity. Added empty custom view for wave forms. More... about 12 years ago
Android: Pitch shifting and time shifting now work properly! Connected presenter/view logic for PitchShiftingFragment and TimeShiftingFragment. EqualizerPresetsActivity can now be opened from PlayerActivity. More... about 12 years ago
Android: Added widget compatible with lock screen on Android 4.2+. The widget only shows "Loading" for now. More... about 12 years ago
Android: Added controls to Loops, Markers, Pitch Shifting, Time Shifting fragments. More... about 12 years ago
Android: Pushing new fragments in MobileLibraryBrowser tabs now work properly. More... about 12 years ago
Android: Merged MainFragment with MainActivity. Fixed bug where the PlayerActivity would restart the song when coming back from another application. Now showing mini player properly when coming back from player; clicking on the mini player will go back to the player view (i.e. recreate the Player activity). More... about 12 years ago
Android: Fixed bug with orientation change on newer activities. Converted SyncFragment to SyncActivity. More... about 12 years ago
Android: Fixed DialogFragment display. Converted PlayerFragment to PlayerActivity. More... about 12 years ago
iOS: Fixed NavigationManager bugs after Android changes. More... about 12 years ago
Android: EqualizerPresetsFragment is now EqualizerPresetsActivity. Added source view to PushDialogView in MobileNavigationManager. More... about 12 years ago
iOS: Changed the way Player and EqualizerPresets views are handled with the NavigationController. This will make more sense on Android later. More... about 12 years ago
Android: Now using an activity for Preferences instead of a fragment, since Android doesn't support fragments in fragments (i.e. Fragment with a ViewPager). Changed the way views are loaded with MobileNavigationManager to support Android intents (i.e. not having a reference to a view you create). Extremely infuriating how Android manages view creation compared to iOS. More... about 12 years ago
Android: Added view pager to Preferences fragment + exception for Android in MobileNavigationManager. More... about 12 years ago
Android: Added missing fragments that were added in iOS. They are empty for now. More... about 12 years ago
Android: Added icons for Options menu. Options menu is now bound to MobileOptionsMenuPresenter. Added transparent application icon for Action Bar. More... about 12 years ago
Windows: Updated solution to build correctly, added BASS library and plugins, etc. Still not tied to the new MVP architecture. More... about 12 years ago
Mac: Revamped toolbar icons completely; they are now flat. More... about 12 years ago
Mac: Removed the standard OS X gray gradient on all windows; now using a flat color matching the new theme. More... about 12 years ago
Mac: Updated theme colors. More... about 12 years ago