aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/src
AgeCommit message (Expand)Author
2013-05-14Added safety check that really shouldn't be neededdaneren2005
2013-05-10Don't require double press on widget after idle for a long timeScott Jackson
2013-05-10Surround with try finally blocksScott Jackson
2013-05-10Don't bother allowing multiple serialize tasks to waitdaneren2005
2013-05-10Revert previous commit -> Just always do pause logicdaneren2005
2013-05-10Update widget when going Prepared -> Pauseddaneren2005
2013-05-09Don't run old updates for new usersdaneren2005
2013-05-09Synchronize serializing/deserializingdaneren2005
2013-05-06NoSuchMethod is not a Exception apparentlyScott Jackson
2013-05-04Do fast forward/reverse on holding down back/next media buttonsScott Jackson
2013-05-02Put in conditional use of getAudioSessionId for Froyo and lowerdaneren2005
2013-05-02Did not mean to include this in last commitScott Jackson
2013-05-02Only use executeOnExecutor for ICS+Scott Jackson
2013-05-01Added a setting for gapless playbackScott Jackson
2013-04-29Remove a bunch of changes that didn't helpScott Jackson
2013-04-25Add in a check to try to kill the LPA player on S3Scott Jackson
2013-04-24Make sure to call updateBackground on first set as wellScott Jackson
2013-04-23Added in safety check that start can't be -1Scott Jackson
2013-04-22Background the view updating where possibleScott Jackson
2013-04-19Fix position cache never runningScott Jackson
2013-04-19Try to stop position caching well before end of the song is reacheddaneren2005
2013-04-15Remove a couple of more syncs that are not neededScott Jackson
2013-04-14Make sure to do swapping from the correct listScott Jackson
2013-04-14Remove uneeded synchronizationScott Jackson
2013-04-14Remove monitor to see if it fixes ANRScott Jackson
2013-04-12Stop positionCache immediately on setPlayerStateCompletedScott Jackson
2013-04-12Missing audiofx importScott Jackson
2013-04-12Force stop of PositionCache thread immediately after onCompletedaneren2005
2013-04-12Broadcast open audiofx session to allow 3d party EQdaneren2005
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