aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-15Fix crash when trying to add header view after the factScott Jackson
2015-02-11#448 Add ability to open to any tabScott Jackson
2015-02-11Fix for Madsonic claiming to be Subsonic 5.2 with only 5.0 featuresScott Jackson
2015-02-10#443 Add a checkbox to browse album lists on a per folder basisScott Jackson
2015-02-09 #446 Delete parent folder if we deleted the last song in a folderScott Jackson
2015-02-09Move recursiveDelete/deleteEmptyDir to FileUtilScott Jackson
2015-02-03Fix freshly created widget not updating with new infoScott Jackson
2015-02-03 #450 Add ability to play/shuffle from Similar Artists menuScott Jackson
2015-02-02Missed in last commitScott Jackson
2015-02-02#445 Don't show duplicate Podcasts from different servers since they map to t...Scott Jackson
2015-01-31Fix crash if cancel reason or response is nullScott Jackson
2015-01-30Added a few more message to end eventScott Jackson
2015-01-30Add messages to empty stubsScott Jackson
2015-01-30Do a one time wait for event handler to init, otherwise ignoreScott Jackson
2015-01-29Revert last commit, was mistakenScott Jackson
2015-01-29Fix typo in revert :/Scott Jackson
2015-01-29Revert key back to being based off of idScott Jackson
2015-01-29Just revert recent changes to ImageLoader. Go back to caching unknown images...Scott Jackson
2015-01-29Keep one instance of each unknown color, not each entryScott Jackson
2015-01-29Change the prefix of the stacktrace to dsubScott Jackson
2015-01-29Change to only keep small unknown images, otherwise we can get a full cache o...Scott Jackson
2015-01-29Fix crash if existing drawable is null when creating layerScott Jackson
2015-01-28Just do a proper html encode of '. Anything else causes issuesScott Jackson
2015-01-28Revert 85846d4c01d30e9600e60308eda62f71f470afeb: Fix bad html encoding when '...Scott Jackson
2015-01-28Fix for licecycle setting setup to true while mediaPlayer is preparing stillScott Jackson
2015-01-28Refactor widget events/lifecycle event handling so that we can start from wid...Scott Jackson
2015-01-28Put ImageLoader.clearAll in background thread to not block closeScott Jackson
2015-01-28Wrap everything that interacts with Cling in try/catchScott Jackson
2015-01-27Refactor header notifyScott Jackson
2015-01-26Replace internal url with external before applying redirectScott Jackson
2015-01-25Fix playback not proceeding when starting from paused stateScott Jackson
2015-01-25Rewrite cover art url as wellScott Jackson
2015-01-25Send the redirected url to cast targetsScott Jackson
2015-01-25Call Stop before starting the next song (some DLNA devices such as Samsung TV...Scott Jackson
2015-01-25Change tag nameScott Jackson
2015-01-25Fix artist header not being present on screen flipScott Jackson
2015-01-25Everything support mp3, so when mp3 -> mp3 just specify raw so content length...Scott Jackson
2015-01-24Merge branch 'DLNA'Scott Jackson
2015-01-24Fix casting online songs in offline mode to DLNAScott Jackson
2015-01-24Remove logs, constantly fills logs with too much crapScott Jackson
2015-01-23Fix bad html encoding when ' is part of queryScott Jackson
2015-01-23Merge branch 'master' into DLNAScott Jackson
2015-01-21When casting, we still want to clear bookmarks and setup podcasts for deletionScott Jackson
2015-01-21Stop the proxy when shutting downScott Jackson
2015-01-21Also check to make sure that the server support REL_TIME seekingScott Jackson
2015-01-21Check if DLNA device supports seekingScott Jackson
2015-01-21Add support for offline DLNA castingScott Jackson
2015-01-21#441 Fix artist lookup with tag browsingScott Jackson
2015-01-19Add cover art to metadataScott Jackson
2015-01-19Get some basic metadata workingScott Jackson