aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-21Increase album outside padding by a bitScott Jackson
2015-03-21Put scrollbar on outside of padding so quick scrolling doesn't make album ↵Scott Jackson
menu hard to hit
2015-03-21Get rid of a couple of rare ANR'sScott Jackson
2015-03-20#454 Add warning when file system is close to being fullScott Jackson
2015-03-20Add try/catch blocks to create options menu in case called before context is ↵Scott Jackson
valid
2015-03-20Add a couple of try/catch blocks to progress barsScott Jackson
2015-03-20Merge pull request #473 from MarkAdamson/masterScott Jackson
Add option to disable 'Press back again to exit' prompt
2015-03-20Add option to disable 'Press back again to exit' promptMark Adamson
2015-03-19Fix if server time is skewed by a small amountScott Jackson
2015-03-19Accidental commitScott Jackson
2015-03-19Use the same date format across the board, improve to more standard formatScott Jackson
2015-03-19#472 Un-normalize dates for Subsonic 5.1+Scott Jackson
2015-03-18Fix localState being null because restore hasn't happened yetScott Jackson
2015-03-18Serialize queue when user presses cancel so they don't keep getting the ↵Scott Jackson
prompt if they don't play anything else
2015-03-18Add ability to pass onCancel to confirmScott Jackson
2015-03-18Fix newer versions of Subsonic formatting dates as UTCScott Jackson
2015-03-16Fix restoring not changing current index/positionScott Jackson
2015-03-16Fix trying to popup confirm in background thread, clear and add instead of ↵Scott Jackson
restore
2015-03-16Add a better restore messageScott Jackson
2015-03-15#428 Add restore logic with confirmationScott Jackson
2015-03-15Use canBookmark methodScott Jackson
2015-03-14#428 Start of handoff logic. For now just saves current playing queueScott Jackson
2015-03-14Change so final serialization on exit is done in background thread stillScott Jackson
2015-03-13Fix crash from transition drawable referencing recycled bitmapScott Jackson
2015-03-12Fix a bunch of issues related incorrect .subsonic.org url's redirecting to ↵Scott Jackson
subsonic front page
2015-03-12Merge branch 'alphabeticalfix'Scott Jackson
2015-03-12Update releaseScott Jackson
2015-03-12Fix alphabetical list not having titleScott Jackson
2015-03-12Fix crash on selecting spinner if title is nullScott Jackson
2015-03-12Fix crash if title is nullScott Jackson
2015-03-11Delay 5 seconds to remove DLNA target in case it is just a temporary glitchScott Jackson
2015-03-11#466 Added support for next playing in RemoteController, implement for DLNA ↵Scott Jackson
players that support SetNextAvTransportURI
2015-03-10Fade theme change when changed from settingsScott Jackson
2015-03-09Update READMEScott Jackson
2015-03-09Fix changelog versioncodeScott Jackson
2015-03-09DSub 4.9.4 releasedScott Jackson
2015-03-09Revert to old memory limitScott Jackson
2015-03-08#389 Add artist radio for Madsonic. Madsonic has the ability to radio off ↵Scott Jackson
individual songs, but we are not going to expose that just for Madsonic.
2015-03-08Get around the random recycled bitmap errors from calling onDraw after a ↵Scott Jackson
bitmap had been recycled to make room for a new one. This isn't the ideal fix since it will show a blank image, but it is better than just crashing.
2015-03-07Fix issue casting if user == "DSub"Scott Jackson
2015-03-06Try increasing max memory for bitmapsScott Jackson
2015-03-06Only log error if origBitmap was recycled, not if its nullScott Jackson
2015-03-06#463 Add videos sectionScott Jackson
2015-03-06Don't show artist menu items for root foldersScott Jackson
2015-03-06Update FAQ with new information about proxyScott Jackson
2015-03-05 #462 Add albums by alphabeticalScott Jackson
2015-03-04Merge branch 'CastProxy'Scott Jackson
2015-03-04Fix double clicking pausing on headsets pausing after going to next songScott Jackson
2015-03-04Fix clicking on artist text if image is still loadingScott Jackson
2015-03-04Update translationsScott Jackson