aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/src
AgeCommit message (Expand)Author
2013-04-12Chain media players if in paused state as wellScott Jackson
2013-04-11Chain media players with identical audio session idsdaneren2005
2013-04-11Instantiate a new nextMediaPlayer every time instead of resetdaneren2005
2013-04-10Fix bluetooth metadata not showing up for someScott Jackson
2013-04-09Surround with try, catch for case when in uninitialized stateScott Jackson
2013-04-09AsyncTask the deserilization of now playing listScott Jackson
2013-04-09Manually null next media player on setup of nextMediaPlayerdaneren2005
2013-04-07Should only need one executorService threadScott Jackson
2013-04-07Updated dialogs to use strings.xml instead of hard codedScott Jackson
2013-04-06Only have one background thread running onProgressUpdate at a timeScott 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-04Put back passing handlers to notification methodsdaneren2005
2013-04-04Revert how notifications are handled, avoid service being killeddaneren2005
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-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