aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-13Fix web commit for entryLookup speedupScott Jackson
2014-09-12#401 Cache child lookups to speed things upScott Jackson
2014-09-12Only do child lookup while onlineScott Jackson
2014-09-12Fix offline starring of albums while tag browsingScott Jackson
2014-09-11Add rating bars for songs as wellScott Jackson
2014-09-11Add rating bar to small album art view as wellScott Jackson
2014-09-11 #397 Add rating to album cover artScott Jackson
2014-09-10Exclude media from gzip compressionScott Jackson
2014-09-10Decompress any gzip compressed streams we come acrossScott Jackson
2014-09-10Fix web commitScott Jackson
2014-09-10If recently added album has no parent, then it is a root level album and ↵Scott Jackson
needs to be added as an artist
2014-09-10Lower threshold for scaling to 400 to cover mdpiScott Jackson
2014-09-10Only use non-rescaled bitmaps for small bitmapsScott Jackson
Large bitmaps are used as is on the now playing screen. This causes strange effects if the bitmap is too small. Everywhere else, it appears to be scaled to the correct size via the canvas it is applied to.
2014-09-10Move Indexes sorting to domain definition, add Artist.equalsScott Jackson
2014-09-10Fix missing importsScott Jackson
2014-09-10Fix error in translationScott Jackson
2014-09-09Auto add a new album to artist's serializationScott Jackson
2014-09-09Use generic sort wrapperScott Jackson
2014-09-09Added a generic sort method that takes care of conditional logicScott Jackson
2014-09-09Keep syncedList from growing infinitelyScott Jackson
2014-09-09Keep recents list from growing infinitelyScott Jackson
2014-09-09Fix now playing's Set Rating not actually doing anythingScott Jackson
2014-09-09#296 Don't scale bitmap when less then or close to right size anywaysScott Jackson
2014-09-09Update translationsScott Jackson
2014-09-08Fix deleting videos from MediaStore via FileScott Jackson
2014-09-08Dsub 4.7.7 ReleasedScott Jackson
2014-09-08Update Hungarian translationScott Jackson
2014-09-08Fix web commits for playNow passing on playlist suggestionScott Jackson
2014-09-08Missed end quoteScott Jackson
2014-09-08Add "Set Rating" to now playing context menuScott Jackson
2014-09-08Fix playNow not setting playlist suggestionScott Jackson
2014-09-08Add playlistName/Id as options for each version of playNowScott Jackson
2014-09-08Add ability for playNow to set playlistName/Id suggestionScott Jackson
2014-09-08Merge pull request #399 from Surfoo/masterScott Jackson
Update strings.xml
2014-09-07Update strings.xmlSurfoo
2014-09-06Release Dsub 4.7.6 with fix for getResources crashScott Jackson
2014-09-06Merge branch 'master' into RepeatedSongsScott Jackson
2014-09-05Dsub 4.7.6 ReleasedScott Jackson
2014-09-05Fix error on empty playlistsScott Jackson
2014-09-05Remove green highlight, apply red highlighting to down rated albums tooScott Jackson
2014-09-05Fix web commitsScott Jackson
2014-09-05#148 On now playing list, lock a single entry into a DownloadFileScott Jackson
This is to get around issues where you can have a single Entry with multiple DownloadFile's in the now playing list.
2014-09-05#148 Allow SongView to lock in to a static DownloadFileScott Jackson
2014-09-05Added EntryInstanceUpdater which checks for matches in existing display and ↵Scott Jackson
in downloadService
2014-09-05Added fail toast to automatic bookmark creationScott Jackson
2014-09-05Update bookmark immediately, revert if error later + add error toastScott Jackson
2014-09-05Added string for bookmark saving failureScott Jackson
2014-09-05Update rating/bookmarks immediately, revert later if errorScott Jackson
2014-09-05Label any music with genre == audiobook as one as well to cover when server ↵Scott Jackson
is not labeling them correctly
2014-09-04Move star updated to checkResult so artist update worksScott Jackson