aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-07-10Change sort option to be sort by year or by alphabeticalScott Jackson
2014-07-10Add a byYear option to do sort without byYearScott Jackson
2014-07-09#375 Fix expanded persistent notification not toggling play/pause displayScott Jackson
2014-07-09Fix new simple grid views not being clickableScott Jackson
2014-07-09#375 Use standard expanded view with x for persistent notificationsScott Jackson
There isn't enough room to add a x to the small version, so still needs to show the reconstructed version. For the expanded view use the standard notification layout, but show the x for closing the app.
2014-07-09Fix issue with recycling between movies and songsScott Jackson
2014-07-09Pausing while in PAUSED_TEMP needs to set playerStateScott Jackson
2014-07-09Only resume playing if still in PAUSED_TEMP stateScott Jackson
If during the call, the audio_noisy broadcast is received, don't want to resume playing since it will then be in the PAUSED state.
2014-07-09If no songs, use simple grid view to allow recyclingScott Jackson
The UnscrollableGridView inflates every single view at the same time, which causes major performance issues on larger lists. IF there are no songs, just use the simple GridView which inflates and recycles them properly.
2014-07-08Close drawer if open on back pressScott Jackson
2014-07-08#321 For video files just display on single lineScott Jackson
2014-07-08Remove more unused resourcesScott Jackson
2014-07-08#372 Fix issue where more then one tab shows as selectedScott Jackson
2014-07-08 #372 Keep selected position when moving to DownloadActivityScott Jackson
2014-07-07#372 Use bold for drawer, fix delay between opening for first time and ↵Scott Jackson
showing selection
2014-07-07Add a line break before Podcast descriptionScott Jackson
2014-07-07#321 Hide all the format/kbps info on song detailsScott Jackson
2014-07-07Just refresh data by default, use serialization if failsScott Jackson
2014-07-07Fix ANR by moving service logic into doInBackgroundScott Jackson
2014-07-05Change default theme to LightScott Jackson
2014-07-04Reaarange to possibly fix crashScott Jackson
2014-07-04GB crashScott Jackson
2014-07-03Check wifi requirement for checkDownloadsScott Jackson
2014-07-03Add ability to define whether or not to check for wifi requirement, default ↵Scott Jackson
to false
2014-07-03Fix unplugging headphone not pausing when in callScott Jackson
2014-07-02Fix random crashScott Jackson
2014-07-02#362 Scroll to song when clicking in search resultsScott Jackson
2014-07-02#374 Fix small album view incorrectly using AlbumListAdapterScott Jackson
2014-07-02Don't force redownload if BufferProxy calls onResumedaneren2005
2014-07-02Fix calls not keeping notification so service isn't killeddaneren2005
2014-07-01Fix force refreshing as admin not refreshing personal credentialsScott Jackson
2014-07-01Use User constantdaneren2005
2014-07-01Use User constantdaneren2005
2014-07-01Use User constantsdaneren2005
2014-07-01Use the User Constantdaneren2005
2014-06-30Trigger view update when toggling to view songsdaneren2005
2014-06-30Added serverType constantdaneren2005
2014-06-30Fix clearing current playing when downloading in backgrounddaneren2005
2014-06-30#369 Don't allow change password if not settingsRoledaneren2005
2014-06-30#369 Don't allow change password if not settingsRoledaneren2005
2014-06-30Return fast scroll hack for only 4.4.2daneren2005
2014-06-28Trigger UI update immediately after changing fragmentsScott Jackson
2014-06-28Revert, just kiddingScott Jackson
2014-06-28Accidental extra tabScott Jackson
2014-06-28Fix for switching now playing not stopping old downloadScott Jackson
2014-06-28Fix for threads in pool exitingScott Jackson
2014-06-27Set Now Playing notification as high prioritydaneren2005
2014-06-27Set sync notifications to group and have a low prioritydaneren2005
2014-06-27Don't try to scrobble if supposed to be online but isn'tdaneren2005
2014-06-27Serialize when turning on remove playeddaneren2005