aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android
AgeCommit message (Expand)Author
2013-04-06Updated Russian translationScott Jackson
2013-04-06Async onProgressChanged to not cause ANR'sScott Jackson
2013-04-06Forgot to add pause into background taskScott Jackson
2013-04-06Revert previous two commitsScott Jackson
2013-04-06Remove comment for previous commitScott Jackson
2013-04-06Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-04-06Remove monitor, causes ANR on downloadService.getPlayerPosition()Scott Jackson
2013-04-05Don't try to cancel nextPlayingTask twicedaneren2005
2013-04-05Make sure to have only one next playing task going at a timedaneren2005
2013-04-05Move wakelock back to top on onCompletiondaneren2005
2013-04-05Updated email addressdaneren2005
2013-04-04Upped version to 3.8.3Scott Jackson
2013-04-04Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-04-04Put back passing handlers to notification methodsdaneren2005
2013-04-04Revert how notifications are handled, avoid service being killeddaneren2005
2013-04-03Added russian translation (Anton Popov)Scott Jackson
2013-04-03Do DownloadService operations in separate thread, stop ANRsScott Jackson
2013-04-03ImageLoader: create handler at creationScott Jackson
2013-04-02Get rid of handlers that aren't being usedScott Jackson
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