aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/src
AgeCommit message (Expand)Author
2012-12-31Fixes crash when no external video player is installedowner
2012-12-31Fixes crash when genre is nullowner
2012-12-29Don't crash when currentDownloading = nullScott Jackson
2012-12-29Fixed some devices restarting at beginningScott Jackson
2012-12-29Some devices are either not giving a bitrate, duration, or crashing on partia...Scott Jackson
2012-12-28Closes #76 Fix when file is completely downloaded and app is resumed trying t...Scott Jackson
2012-12-28Fix exiting -> starting -> playing a file which was previously streamed not w...Scott Jackson
2012-12-28Fixed playing currently streaming filesScott Jackson
2012-12-28Closes #81 Don't allow album lists to be mass played/shuffledScott Jackson
2012-12-28Closes #83 Move sort of playlist to parserScott Jackson
2012-12-28Fix crash on exitScott Jackson
2012-12-27Fix error with RC modeScott Jackson
2012-12-26Fix for skipping issueScott Jackson
2012-12-26closes #82 Added basic about dialogScott 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-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-12Just always use cached position, some devices return extremely large numbers ...Scott 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-11Increased frequency of cachedPosition updatesScott Jackson
2012-12-11Don't kill download when changing between wifi and cellScott Jackson
2012-12-10#13 Recheck bitrate when starting to download the fileScott Jackson
2012-12-10Fix Music Services sometimes returning null IndexesScott Jackson
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-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
2012-12-05Fix for complete broken in previous commit + possible fix for restart from be...Scott Jackson
2012-12-05Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2012-12-05Allow moving progress bar as soon as file is finished downloadingScott Jackson
2012-12-05Fix detecting end of playback correctlyScott Jackson
2012-12-04Fixed volume lowering for app only instead of streamScott Jackson
2012-12-04Changed default theme to Holo on first startdaneren2005