aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android
AgeCommit message (Expand)Author
2013-04-28Fix shuffle on download fragScott Jackson
2013-04-28Use same callbacks for search fragmentScott Jackson
2013-04-28Change to SubsonicFragmentScott Jackson
2013-04-27Change from menu exit to double back pressScott Jackson
2013-04-27Added in click handlers for bottom bar buttonsScott Jackson
2013-04-27Don't always hard refresh artist/playlistsScott Jackson
2013-04-27Fix add to playlist optionScott Jackson
2013-04-27Don't load other fragments until we actually go to themScott Jackson
2013-04-26Added method to specify tabs need to be refreshed - used for server changeScott Jackson
2013-04-26Fix orientation changes crashingScott Jackson
2013-04-25Got rid of extra stuffScott Jackson
2013-04-25Fix swipes after orientation changeScott 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-21Start of converting search to fragmentScott Jackson
2013-04-21Remove references to removed activitiesScott Jackson
2013-04-21Remove unused activitiesScott Jackson
2013-04-20Fix a few DownloadFragment functions + added up on DownloadActivityScott Jackson
2013-04-19Fix position cache never runningScott Jackson
2013-04-19Fix a bunch of the download fragment menu functionsScott Jackson
2013-04-19Try to stop position caching well before end of the song is reacheddaneren2005
2013-04-18Fix redefining tabs when reopening activityScott Jackson
2013-04-18Fix gestures on DownloadFragmentScott Jackson
2013-04-17Add a bottom bar along main activity that links to download activityScott Jackson
2013-04-16Embed DownloadFragment with logic into dummy activityScott Jackson
2013-04-15Remove a couple of more syncs that are not neededScott Jackson
2013-04-15Start of porting over DownloadActivityScott Jackson
2013-04-15Separated tab fragment from general fragment logicScott Jackson
2013-04-14Fix the remainder of the missing context menusScott Jackson
2013-04-14Fix playNow from playlistsScott Jackson
2013-04-14Remove logScott Jackson
2013-04-14Fixed context menus not hitting correct fragmentScott Jackson
2013-04-14Manage own backstack since Google can't design a usable oneScott Jackson
2013-04-14Merge branch 'master' of https://github.com/daneren2005/Subsonic into FragmentsScott 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-11Move to keeping track of which menus should be shown manually, fragment manag...Scott Jackson
2013-04-11Chain media players with identical audio session idsdaneren2005
2013-04-11Instantiate a new nextMediaPlayer every time instead of resetdaneren2005
2013-04-10Use a centrally defined replace functionScott Jackson
2013-04-10Smoother menu transitionScott Jackson
2013-04-10Show menu for default fragmentScott Jackson