aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-05Updated email addressdaneren2005
2013-04-04Update to library location with new ActionBarSherlock branchScott Jackson
2013-04-04Updated ActionBarSherlock to dev branch - fixes several issuesScott Jackson
2013-04-04Upped version to 3.8.3Scott Jackson
2013-04-04Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-04-04Pressing back goes to home tab, confirm to exitScott 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-03Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-04-03Do DownloadService operations in separate thread, stop ANRsScott Jackson
2013-04-03ImageLoader: create handler at creationScott Jackson
2013-04-03Moved UI redesign up since that is what I working ondaneren2005
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-31Put back othersScott Jackson
2013-03-31Added back a lot of the common menus for SelectDirectoryFragmentScott Jackson
2013-03-30Added menus to other fragments as wellScott Jackson
2013-03-29Abstracted out common menu itemsScott Jackson
2013-03-29Added menu to MainFragment, start of abstracted list of common functionsScott Jackson
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-28Moved to using ActionBar tabsScott Jackson
2013-03-28Merge master into FragmentsScott 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