aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-26Update 4.1.8 with Drawer code revertedScott Jackson
2013-10-25Fix offline shuffle modedaneren2005
2013-10-25Fix toggling between online/offline modedaneren2005
2013-10-24Make the activities look and act the sameScott Jackson
2013-10-24Remove reference to deleted fontScott Jackson
2013-10-24Remove useless help pageScott Jackson
2013-10-24Fix orientation recreating list for album listsScott Jackson
2013-10-24Fix orientation change crashScott Jackson
2013-10-24More fun with spots that shouldn't be possible to reachScott Jackson
2013-10-22Attempt to fix service being restarted when exitingdaneren2005
2013-10-21Updated to 4.1.7Scott Jackson
2013-10-21Fix some issues with new drawer fragmentsScott Jackson
2013-10-21Don't recreate when just switching between basic frag activitiesdaneren2005
2013-10-21#162 More abstract way to determine activity clicked, obey option to hide ↵daneren2005
chat tab
2013-10-19Merge branch 'master' of https://github.com/daneren2005/SubsonicScott Jackson
2013-10-19#162 More work on converting to pull out drawerScott Jackson
2013-10-18Add isOffline check to checkDownloadsdaneren2005
2013-10-16Fix web commitScott Jackson
2013-10-16Fix for tabCount somehow being == 0 in a pager restore methoddaneren2005
2013-10-16Fix for downloadFile == null somehowdaneren2005
2013-10-16When starring songs, clear parent directory cachedaneren2005
2013-10-14Fix jukebox not being able to change positionScott Jackson
2013-10-14Confirm for clearing current queueScott Jackson
2013-10-14Missed in commitScott Jackson
2013-10-14#162 Start of convert to pull out drawerScott Jackson
2013-10-11Closes #130 Add option to hide widget while inactiveScott Jackson
2013-10-11#130 Add support to hide widget while inactivedaneren2005
2013-10-11Added HIDE_WIDGET pref constantdaneren2005
2013-10-09Closes #125 Break preferences into groupsScott Jackson
2013-10-08#163 Possible fix for artist index not being refreshed on setAdapterdaneren2005
2013-10-04#90 Make disconnect pause optionalScott Jackson
2013-10-04Merge branch 'master' of https://github.com/daneren2005/SubsonicScott Jackson
2013-10-04Rename file immediately on startup since StreamProxy is never releasedScott Jackson
2013-10-04#90 Add option to not pause on bluetooth disconnectdaneren2005
2013-10-04#90 Add option to not pause on headphone disconnectdaneren2005
2013-10-04Added constant for pausing on disconnectdaneren2005
2013-10-03Update to 4.1.6Scott Jackson
2013-10-03Fix web commitsScott Jackson
2013-10-03Only increment failed count when hitting SubsonicRESTExceptiondaneren2005
SubsonicRESTException should be the only one that means the app will never be able to succeed in downloading the song.
2013-10-03#158 StreamProxy: Handle partial requestsdaneren2005
2013-10-03Revert last commitdaneren2005
2013-10-03Try to make sure file is locked from before it is grabbed until after it is ↵daneren2005
released
2013-10-02Fix race condition for handlerScott Jackson
2013-10-02Fix web commitScott Jackson
2013-10-02Restore a this instance isFailed check + keep separate isFailedMaxdaneren2005
This was seriously screwing up the download process if a song had failed once
2013-10-01Stream Proxy works off of partial or completedaneren2005
Previously only worked if it was finding the partial file
2013-10-01Stream Proxy parses all headersdaneren2005
2013-09-30#158 Once initial request is done, allow downloadFile to rename .partialdaneren2005
StreamProxy does not handle the partial requests at this point anyways, so it doesn't allow it to get into any worse of a state.
2013-09-27Release 4.1.5Scott Jackson
2013-09-27Missed adding this to earlier commitScott Jackson