aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-07-23Fix issue where switching online/offline keeps Home as selectedScott Jackson
2014-07-23Fix returning list with null if user returned is nullScott Jackson
2014-07-23Work around for getBoolean never returning nullsScott Jackson
Fix for Last.FM showing for stock Subsonic users
2014-07-23Calling invalidate needs to redraw options menuScott Jackson
Fix changing to offline, server type not removing Rescan Server from MainFragment options menu
2014-07-23Add no-arg constructor for KryoScott Jackson
2014-07-23Merge branch 'Tasker' of https://github.com/daneren2005/SubsonicScott Jackson
2014-07-22Fix DownloadService.START_PLAY not going anywhereScott Jackson
2014-07-22More work on adding a custom tasker pluginScott Jackson
2014-07-22Add display of Madsonic specific Last.FM feature role, whatever the heck it doesScott Jackson
2014-07-22Fix background sync overwriting current server's versionScott Jackson
2014-07-22Remove unused MusicService methodsScott Jackson
2014-07-22 #357 Add Rescan Server option for Madsonic 5.1+Scott Jackson
2014-07-22#357 Start of Madsonic specific startRescan functionalityScott Jackson
2014-07-22Finish up moving everything to use ServerInfo for info queriesScott Jackson
2014-07-21Change auto version saving to auto ServerInfo savingScott Jackson
2014-07-21Added some of the Util checks to ServerInfo, fix formattingScott Jackson
2014-07-21Add type information for ServerInfoScott Jackson
Add ability to differentiate between a stock Subsonic installation and a Madsonic installation
2014-07-21Get rid of renameTo atomic copy fallbackScott Jackson
There should be no case where renameTo fails, but you want to just go ahead with the atomic copy. If it fails it is because something still has a lock on the file, and in that case the atomicCopy fails as well and throws the IOError up and causes other issues.
2014-07-20Start of basic Tasker pluginScott Jackson
2014-07-18Fix crash from race condition where objects is set but buttons are ready to ↵Scott Jackson
be used
2014-07-18#370 Cancel current load task before starting anotherScott Jackson
2014-07-18#370 Cancel current load task before starting anotherScott Jackson
2014-07-18Apply fast scroll work around for generic case, call finish before setting ↵Scott Jackson
list visible
2014-07-18Convert artist fragment to use ListFragments default refresh methodScott Jackson
2014-07-18Add ability for ListFragment to do cleanup after refreshScott Jackson
2014-07-17Fix song menu items showing up on small album art for album listsScott Jackson
2014-07-17Fix crash in trying to shareScott Jackson
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-17Move to displaying less generic sync titleScott Jackson
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-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-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