aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-01Set background color for rows based on ratingsScott Jackson
2014-09-01Update visible entries in setRatingScott Jackson
2014-09-01Add bookmark icon so easy to tell where one existsScott Jackson
2014-08-31Add toggle logic for when trying to remove ratingScott Jackson
2014-08-31Add set rating toast on successScott Jackson
2014-08-31Just remove visualizer. It sucks anyways.Scott Jackson
2014-08-31Move the EQ into the options menuScott Jackson
2014-08-31Add rating/bookmark selected logicScott Jackson
2014-08-31More improvements to GenericSongUpdater for tag browsingScott Jackson
2014-08-30Update GenericSongUpdater to allow album updating as wellScott Jackson
2014-08-30Change GenericSongUpdater to check tag settingsScott Jackson
2014-08-30Rating == 0 means it's being removedScott Jackson
2014-08-30setRating just takes a Entry, add ratings + select bookmark icons, basic ↵Scott Jackson
thumb down/up entry to now playing
2014-08-30Update service to use parent in setRatingScott Jackson
2014-08-30Merge branch 'master' of https://github.com/daneren2005/Subsonic into RatingsScott Jackson
2014-08-30Also auto bookmark audio booksScott Jackson
2014-08-30Get type from xml so podcasts played from other places (ie: Bookmarks tab) ↵Scott Jackson
can be auto bookmarked
2014-08-29Fix another case where index is not properly updatedScott Jackson
2014-08-29Merge branch 'master' of https://github.com/daneren2005/Subsonic into ↵Scott Jackson
VideoDownload
2014-08-29Fix a repeat download of a video sometimes reverting to song bitratesScott Jackson
2014-08-29Update rating cache immediatelyScott Jackson
2014-08-29#251 Fix issue with wrong count showingScott Jackson
2014-08-28Tweak adapter logic to check for instanceofScott Jackson
2014-08-28 #251 Move to it's own UpdateView so doesn't slow everything downScott Jackson
2014-08-28#251 Add layout for displaying when songs are already in playlistScott Jackson
2014-08-28Abstract out cache name retrieval, fix playlist refreshingScott Jackson
2014-08-28Increase starting thread count due to an increase in number of possible ↵Scott Jackson
concurrent actions
2014-08-28#251 Update PlaylistSyncAdapter to keep playlists more up to dateScott Jackson
2014-08-28Add playlists equals method which allows argument to be id (string)Scott Jackson
2014-08-28#251 Start of logic for displaying when user is about to add a duplicate ↵Scott Jackson
song to a playlist
2014-08-28#385 lastCount needs to be items added, not possible addsScott Jackson
2014-08-28#385 When refilling buffer, don't add duplicatesScott Jackson
2014-08-27 #377 Finish up recently added devScott Jackson
2014-08-27Fix shuffle buffer change causing crash due to invalid contextScott Jackson
2014-08-27Fix random crashScott Jackson
2014-08-27#385 Improve randomness by keeping a static random generatorScott Jackson
2014-08-27#385 Optimize shuffle buffer logic for large shuffle size preferences. ↵Scott Jackson
Fewer round trips.
2014-08-27#377 Keep track of and display recent count between startupsScott Jackson
2014-08-27#377 On startup check how many new albums have been addedScott Jackson
2014-08-26#377 Add display portion of the logic to display a counter of how many new ↵Scott Jackson
albums
2014-08-26#391 Fix folder selection not showing if nothing in folderScott Jackson
2014-08-26Add feature graphic to repoScott Jackson
2014-08-26Add feature graphic to repoScott Jackson
2014-08-26Add log for skipped syncScott Jackson
2014-08-26Fix issue with context items referencing wrong entryScott Jackson
2014-08-26#387 Only run sync for servers with it enabledScott Jackson
2014-08-26#387 Add strings for server sync settingScott Jackson
2014-08-26#387 Add constant for per server sync enabledScott Jackson
2014-08-26#387 Add util to check if sync is enabled for serverScott Jackson
2014-08-26#387 Add setting to enable sync on a per server basisScott Jackson