aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android
AgeCommit message (Expand)Author
2013-04-02Run mediaPlayer in non-UI LooperScott Jackson
2013-04-01If stopping PositionCache, set the positionCache to nullScott Jackson
2013-04-01Move monitor to outside of playerState checkdaneren2005
2013-04-01Add a monitor for not running while mediaPlayer state is changingdaneren2005
2013-04-01Set logs to info instead of debug leveldaneren2005
2013-04-01Fix nextPlaying being changed by drag and dropdaneren2005
2013-03-29Fix cached position not being saved at the end of a playlistScott Jackson
2013-03-29Remove microphone as a requirementScott Jackson
2013-03-28Upped Version to 3.8.2Scott Jackson
2013-03-28Added a more helpful error message for ServerTooOldExceptionScott Jackson
2013-03-27Fix crash if playlistView.getAdapter is nulldaneren2005
2013-03-27Don't join, doesn't matter if StreamProxy.stop() is synchronous and it might ...daneren2005
2013-03-26Use Thread instead of AsyncTask since it just doesn't run sometimesScott Jackson
2013-03-26Prevent heavy cpu usage by StreamProxy loopingdaneren2005
2013-03-25In offline mode, don't just assume the album art existsScott Jackson
2013-03-25Fix notification not being removed when clearing playlistScott Jackson
2013-03-25Cancel HTTP request in separate thread to not throw errorScott Jackson
2013-03-25Added some logging informationdaneren2005
2013-03-25Use NotificationManager.cancelAll() in case no notification existsdaneren2005
2013-03-25Manually hide notification when closing servicedaneren2005
2013-03-25Only release nextMediaPlayer if it existsdaneren2005
2013-03-23Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-03-23Moved position caching to a native threadScott Jackson
2013-03-23Fix visualizer causing ANR in DownloadActivity.onPauseScott Jackson
2013-03-22Fix crash if duration is nulldaneren2005
2013-03-22Added another error handler for modal dialogdaneren2005
2013-03-21Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-03-21Make persistent notification optional (off by default)Scott Jackson
2013-03-21Changed Up/Down swiping back to scrubbingdaneren2005
2013-03-20Stopping shouldn't restart song at the beginningScott Jackson
2013-03-20Update existing notification instead of creating a new one from scratch every...Scott Jackson
2013-03-19Added persistent notificationScott Jackson
2013-03-17Upped version to 3.8.1Scott Jackson
2013-03-14Merge StreamProxyScott Jackson
2013-03-14Display Artist instead of album on lockscreen widgetScott Jackson
2013-03-14Add a check to make sure that 100% of the file is sent before closing connectionScott Jackson
2013-03-14Fix buffer = 0 -> then StreamProxy shouldn't be being usedScott Jackson
2013-03-13Fix for devices sending repeated requests for more data after already having ...Scott Jackson
2013-03-13Older devices don't do transparent encoding apparentlyScott Jackson
2013-03-13Get rid of more dead codeScott Jackson
2013-03-13Fix last commitScott Jackson
2013-03-13Fix underestimating filesize screwing up streamScott Jackson
2013-03-12Don't specify a content-length since no way to estimate it wellScott Jackson
2013-03-12With stuttering fixed, can now chain even on streamed songsScott Jackson
2013-03-12Fixed an odd edge case that could stop playbackScott Jackson
2013-03-12Stop proxy server when mediaPlayer chaining as wellScott Jackson
2013-03-12Add buffer time before next player tries to prepareScott Jackson
2013-03-12Get rid of code which is never reachedScott Jackson
2013-03-12Fix proxy killingScott Jackson
2013-03-12Kill old proxy when no longer in useScott Jackson