aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-03Only trigger UpdateView update when actually resuming fragmentScott Jackson
2014-10-02Merge branch 'master' into TransitionScott Jackson
2014-10-02Apply conditional cache/delete logic to more fragmentsScott Jackson
2014-10-02Fix menu items not being updatedScott Jackson
2014-10-02Conditionally remove cache/delete menu items depending on statusScott Jackson
2014-10-02Add method to retrieve SongView's downloadFileScott Jackson
2014-10-02Remove select allScott Jackson
2014-10-01Reduce work done in main thread to mitigate choppy fragment transitionScott Jackson
2014-10-01Call setView after dialog is created to work around issue with top/bottom ↵Scott Jackson
borders http://stackoverflow.com/a/10556843/992439
2014-10-01Fix title being switch to Dsub briefly on new fragment creationScott Jackson
2014-09-30#408 Animate fragment transitionsScott Jackson
2014-09-29Add allowUnscaled to getSampledBitmap as wellScott Jackson
2014-09-29Added note to reproduce errorScott Jackson
2014-09-29Force scaling of avatarsScott Jackson
2014-09-29Force scaling of avatarsScott Jackson
2014-09-29Add method to override unscaling behaviorScott Jackson
2014-09-27Call setDataSource so EQ is allowed to be createdScott Jackson
2014-09-27Merge branch 'master' into EQScott Jackson
2014-09-27#241 Convert several preferences to SeekBarPreferenceScott Jackson
2014-09-27#241 Generalize SeekBarPreference to accept custom attributesScott Jackson
2014-09-27Merge branch 'ReplayGain'Scott Jackson
2014-09-27Remove log messageScott Jackson
2014-09-25#43 Add remaining parts for settingsScott Jackson
2014-09-25Throw exception higher so DownloadService can recreateScott Jackson
2014-09-25Fix widget startupScott Jackson
2014-09-25#43 Add bump values to replay gain application logicScott Jackson
2014-09-25Add logs for loss of focus to help with debuggingScott Jackson
2014-09-25Try setting audioSessionId before retrying EQScott Jackson
2014-09-25Don't show EQ when casting to remoteScott Jackson
2014-09-25Change state parts to public for use by widget providerScott Jackson
2014-09-25Update widget to display current playing when service is not startedScott Jackson
2014-09-24Fix web commitScott Jackson
2014-09-24#287 Try to recreate mediaPlayer, apply EQ, then resume on failure to ↵Scott Jackson
initialize EQ
2014-09-24Retry deleting the temp file 100 ms later to get around potential temporary ↵Scott Jackson
issues
2014-09-24Fix stop on remote play starting locally when it should be pausedScott Jackson
2014-09-24Fix crash on GB with persistent/remote notificationsScott Jackson
2014-09-24Instantly update volume when toggling replay gainScott Jackson
2014-09-23Fix cancelling network request from within main threadScott Jackson
2014-09-23Fix web commitsScott Jackson
2014-09-23Add better log messageScott Jackson
2014-09-23Pass in background task to getCoverArt/getAvatar for request cancellationScott Jackson
2014-09-23Add ability to pass in SilentBackgrounTask to getCoverArt/getAvatar for ↵Scott Jackson
request cancellation
2014-09-23Only show bookmarks tab if server can bookmarkScott Jackson
2014-09-23Only display bookmark button if server supports itScott Jackson
2014-09-23Don't try to auto bookmark if older serverScott Jackson
2014-09-23Add method to check if server is capable of bookmarkingScott Jackson
2014-09-23#43 Keep track of whether or not we are playing a single album for replay ↵Scott Jackson
gain purposes
2014-09-22Improve log messageScott Jackson
2014-09-22Make replay gain optionalScott Jackson
2014-09-22Add start of smart replaygain logic, make it optionalScott Jackson