aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-27Upped VersionScott Jackson
2012-12-27Fix error with RC modeScott Jackson
2012-12-26Upped VersionScott Jackson
2012-12-26Fix for skipping issueScott Jackson
2012-12-26Upped versionScott Jackson
2012-12-26closes #82 Added basic about dialogScott Jackson
2012-12-26Remove help menu item from all but main menuScott Jackson
2012-12-26Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2012-12-20Move to download activity on context menu play now + don't for play lastowner
2012-12-20Closes #80 Fix play now not clearing playlistowner
2012-12-20Increased default max size to 2GBowner
2012-12-20Closes #78 Fix for letter not showing in Artist listowner
2012-12-14Possible fix for issue user is havingScott Jackson
2012-12-14Added song info to now playing song context menu as wellScott Jackson
2012-12-14Added length to song detailsScott Jackson
2012-12-14Added song details in context menuScott Jackson
2012-12-13Fix this last commitScott Jackson
2012-12-13Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2012-12-13Async buffering -> eliminates block that can cause freezing for someScott Jackson
2012-12-13Fix for trying to pass 0 as bitmap width/heightdaneren2005
2012-12-12Updated Dark theme to have dark action barScott Jackson
2012-12-12Upped version againScott Jackson
2012-12-12Just always use cached position, some devices return extremely large numbers ...Scott Jackson
2012-12-12Upped versionScott Jackson
2012-12-12Check if file is playing complete file when in the complete handlerScott Jackson
2012-12-12Don't restart cachedPositionScott Jackson
2012-12-11Fixes last commitScott Jackson
2012-12-11Remove streaming option, doesn't work in current formScott Jackson
2012-12-11Increased frequency of cachedPosition updatesScott Jackson
2012-12-11Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2012-12-11Don't kill download when changing between wifi and cellScott Jackson
2012-12-11Merge pull request #73 from hedwig34/forkdaneren2005
2012-12-11Add missing offline image from previous commit.hedwig34
2012-12-10#13 Recheck bitrate when starting to download the fileScott Jackson
2012-12-10Merge pull request #72 from hedwig34/forkdaneren2005
2012-12-10Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2012-12-10Fix Music Services sometimes returning null IndexesScott Jackson
2012-12-10Added an attribute to use the main_offline_light image when using the light s...hedwig34
2012-12-10Server: Remove license checkdaneren2005
2012-12-09Reset cachedPosition on start of a new songScott Jackson
2012-12-09Make sure only 1 position caching is running at a timeScott Jackson
2012-12-09Default loading screen to holo themeScott Jackson
2012-12-08Changed default on transient loss of focus option to be pause unless can duck...Scott Jackson
2012-12-08Only run position cacher when playingScott Jackson
2012-12-08Speed up space cleanupScott Jackson
2012-12-08Added a shorter cache cleaner at end of downloading fileScott Jackson
2012-12-07Made cachedPosition update in download service instead of when download activ...Scott Jackson
2012-12-06Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2012-12-06Reworked onCompletionListener againScott Jackson
2012-12-06String.isEmpty() isn't supported until 2.3, move to String.length() == 0 insteaddaneren2005