aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/src
AgeCommit message (Collapse)Author
2013-01-07Closes #79 Expandable NotificationsScott Jackson
2013-01-07Only keep one ImageLoader in memoryScott Jackson
2013-01-05Fix requestAudioFocus not always running when starting playbackScott Jackson
2013-01-03Added screen on/off menu in download tab while offlineScott Jackson
2013-01-03Don't give advanced shuffle menu when in offline modeScott Jackson
2013-01-02Fix cache position screwing up playback during prepareScott Jackson
2013-01-02Set playerstate to idle before reseting media playerScott Jackson
2013-01-02Always reset cachedPositionScott Jackson
2013-01-01Added search actions to artist tab + playlist tabScott Jackson
2013-01-01Closes #63 Only request audio focus once instead of on every playScott Jackson
2013-01-01Fix shuffle buffer being cleared on every shuffleScott Jackson
2012-12-31Revert previous, breaks stuffowner
2012-12-31Request audio focus when starting playbackowner
2012-12-31Closes #63 Don't stop other apps when starting serviceowner
2012-12-31Closes #67 Indicator of shuffle buffer loadingowner
2012-12-31Pause when other players try to start playingowner
2012-12-31reset cachedPosition when starting playbackowner
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 ↵Scott Jackson
partialFile.getLength()
2012-12-28Closes #76 Fix when file is completely downloaded and app is resumed trying ↵Scott Jackson
to redownload file
2012-12-28Fix exiting -> starting -> playing a file which was previously streamed not ↵Scott Jackson
working
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
instead of 0
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