aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-09-21Fix crash with child somehow being nullScott Jackson
2014-09-20Merge branch 'Scrobble'Scott Jackson
2014-09-20Fix spacingScott Jackson
2014-09-20Fix web commitsScott Jackson
2014-09-19#388 Call conditionalScrobble in next/clear, cleanup isPastCutoff useScott Jackson
2014-09-19#388 Add conditional scrobble logicScott Jackson
2014-09-19#388 Don't scrobble songs less then 30 seconds longScott Jackson
2014-09-19#404 Fix Tasker calling start() during PREPAREScott Jackson
2014-09-17Fix crash by using context's getResourcesScott Jackson
2014-09-16Fix missing contextScott Jackson
2014-09-16Don't treat play_pause the same as headsethookScott Jackson
2014-09-16#403 Make sure artwork folder never grows beyond limit, delete LRUScott Jackson
2014-09-16Don't start playing on prev/next when pausedScott Jackson
2014-09-15Fix web commitsScott Jackson
2014-09-15Fix bookmark showing selected even if cancelled or errorScott Jackson
2014-09-15Move createBookmark to use EntryInstanceUpdaterScott Jackson
2014-09-15Skip albums which are 1-starred rating as wellScott Jackson
2014-09-15Change to pass entire Entry instead of pieces of information to fix cache ↵Scott Jackson
updates
2014-09-14Merge branch 'PlayerPosition'Scott Jackson
Conflicts: res/xml/changelog.xml
2014-09-13#397 Add star/rating to album header, added OnStarChange/OnRatingChange ↵Scott Jackson
callbacks
2014-09-13Add static import for EntryScott Jackson
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-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-08Fix deleting videos from MediaStore via FileScott Jackson
2014-09-08Fix web commits for playNow passing on playlist suggestionScott 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-06Release Dsub 4.7.6 with fix for getResources crashScott Jackson
2014-09-06Merge branch 'master' into RepeatedSongsScott Jackson