aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-09-25#43 Add remaining parts for settingsScott Jackson
2014-09-25#43 Add bump values to replay gain application logicScott Jackson
2014-09-24Instantly update volume when toggling replay gainScott Jackson
2014-09-23Add better log messageScott Jackson
2014-09-23#43 Keep track of whether or not we are playing a single album for replay gai...Scott Jackson
2014-09-22Improve log messageScott Jackson
2014-09-22Make replay gain optionalScott Jackson
2014-09-22Add start of smart replaygain logic, make it optionalScott Jackson
2014-09-22Keep track of volume set by setVolume, multiply replay gain value by itScott Jackson
2014-09-21Copy replaygain application logic from adrian-bl/vanillaScott Jackson
2014-09-20Add tags lib from adrian-bl/vanillaScott 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 upd...Scott Jackson
2014-09-14Merge branch 'PlayerPosition'Scott Jackson
2014-09-13#397 Add star/rating to album header, added OnStarChange/OnRatingChange callb...Scott Jackson
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 need...Scott Jackson
2014-09-10Lower threshold for scaling to 400 to cover mdpiScott Jackson
2014-09-10Only use non-rescaled bitmaps for small bitmapsScott Jackson
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