aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-17More changes for more descriptive sync notificationsScott Jackson
2014-07-17Revert 'Use artist arg for starring'Scott Jackson
2014-07-17Use artist arg for starringScott Jackson
2014-07-17Populate album dataset for features which check on itScott Jackson
2014-07-17If id is null, then looking at starred listScott Jackson
2014-07-17Play Now from starred list should include artists/albumsScott Jackson
2014-07-17Fix case where sync reports new content from failed downloadScott Jackson
2014-07-17Make the sync notification titles more descriptiveScott Jackson
2014-07-17Move to displaying less generic sync titleScott Jackson
2014-07-17Fix another GB crash caseScott Jackson
2014-07-16Merge branch 'GB'Scott Jackson
2014-07-16Re-release 4.7.2Scott Jackson
2014-07-16Fix crash on GB by only using system selectable background on ICS+, default ↵Scott Jackson
to blue Holo version for GB
2014-07-15Get rid of background errors on each user with no avatarScott Jackson
2014-07-15No point in inheriting from RESTMusicService, use a single error messageScott Jackson
2014-07-15Don't close dialog on input errorsScott Jackson
2014-07-15 #368 Finish up requiring password for admin tabScott Jackson
2014-07-15#368 Added util method to ask user for credentialsScott Jackson
2014-07-15#368 When trying to enter Admin tab, confirm password for admin usersScott Jackson
2014-07-12Dsub 4.7.2 Re-released to betaScott Jackson
2014-07-12MediaStoreService is saving wrong contentTypeScott Jackson
2014-07-12#361 Just rename in media store for pinning/unpinningScott Jackson
2014-07-12#361 Make sure to delete from store when deleting songScott Jackson
2014-07-12Merge branch 'master' of https://github.com/daneren2005/Subsonic into MediaStoreScott Jackson
2014-07-12Fix crash when starting with nothing in listScott Jackson
2014-07-11Fix issue with going to repeat song mode not removing nextPlaying setupScott Jackson
2014-07-11Fix changelog not showing upScott Jackson
2014-07-10Dsub 4.7.2 Released to betaScott Jackson
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#376 Add a horizontal bar above notification buttonsScott Jackson
2014-07-09#376 Use the system selectable background for buttonsScott 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-08Typo fixScott Jackson
2014-07-08Merge branch 'master' of https://github.com/daneren2005/Subsonic into MediaStoreScott 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-08#372 Fix it defaulting to bold italicsScott Jackson
2014-07-07#372 Use bold for drawer, fix delay between opening for first time and ↵Scott Jackson
showing selection
2014-07-07Remove unused stringsScott Jackson
2014-07-07Add a line break before Podcast descriptionScott Jackson