aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-18Change to cooler toggle animationScott Jackson
2014-11-18Make notification public to always show on lock screenScott Jackson
2014-11-18Fix crash on 5.0Scott Jackson
2014-11-18Fix not being able to remove on MusicCabinet installationsScott Jackson
2014-11-18Get rid of error in new build toolsScott Jackson
2014-11-14Don't try to unpin a song which isn't actually pinnedScott Jackson
2014-11-14Rename failure to unpin log messageScott Jackson
2014-11-14Fix cache from playlist triggering download of starred songsScott Jackson
2014-11-14DSub 4.8.3 ReleasedScott Jackson
2014-11-14Fix crash when songName is null for some reasonScott Jackson
2014-11-14#419 Fix background downloads clearing playlistScott Jackson
2014-11-14#419 Fix shuffle mode staying on when switching online/offlineScott Jackson
2014-11-14#422 Fix clicking song suggestion while tag browsingScott Jackson
2014-11-14Merge remote-tracking branch 'origin/master'Scott Jackson
2014-11-14 #409 Remove color fix since style applied should already do itScott Jackson
2014-11-09Remove unused importsScott Jackson
2014-11-02Dsub 4.8.2 UpdatedScott Jackson
2014-11-02#405 Reverse changes to shuffle, too much negative feedbackScott Jackson
2014-11-01Fix error if val is "" for some reasonScott Jackson
2014-10-30DSub 4.8.2 ReleasedScott Jackson
2014-10-30Fix NPE when browsing any artistsScott Jackson
2014-10-29Merge branch 'Bookmarks'Scott Jackson
2014-10-29Fix new default next() not actually calling anythingScott Jackson
2014-10-28Fix no stars showing up when using Show AlbumScott Jackson
2014-10-27Fix typo in isAudioBookScott Jackson
2014-10-27#415 Improve bookmark logic when playing a series of audio booksScott Jackson
For audio books we want to modify the automatic creation of deletion of bookmarks. An example of what this is supposed to handle: Start in chapter 8 from bookmark, continue to chapter to 9 of 10. At position 8:50 of 10:00. Start playing some music. Current behavior is that this will have deleted a bookmark from 8 and not create one at 9. Now, it will create one at 9 since there is still another chapter to read.
2014-10-26Fix error when downloadFile is nullScott Jackson
2014-10-26Fix NPE when playing from empty listScott Jackson
2014-10-25Merge branch 'master' into BookmarksScott Jackson
2014-10-22#405 Remove shuffle options from everywhere except at album and top levelsScott Jackson
2014-10-22 #405 Move shuffle to by media controls, toggle to actionbarScott Jackson
2014-10-22#415 Don't auto delete bookmarks made with 10 seconds of current positionScott Jackson
2014-10-22#415 When down rating song, force cutoff detection for bookmarks/cacheScott Jackson
2014-10-22#415 Add method to force cutoff when calling nextScott Jackson
2014-10-22#405 Implement a difference between persistent shuffle mode and remote ↵Scott Jackson
shuffle in service
2014-10-22Add SHUFFLE_MODE, rename existing to SHUFFLE_REMOTEScott Jackson
2014-10-22Merge pull request #414 from tdurieux/unit_testsScott Jackson
Unit tests
2014-10-22Merge pull request #416 from thknepper/masterScott Jackson
update german translation
2014-10-21update german translationThomas Knepper
2014-10-20Merge remote-tracking branch 'origin/master'Scott Jackson
2014-10-20Merge branch 'Tasker'Scott Jackson
2014-10-20 #386 Finish up tasker additionsScott Jackson
2014-10-20#386 Add logic to actually change online status, shuffle optionsScott Jackson
2014-10-20Change hls video streaming content typeScott Jackson
2014-10-20Create Unit testsThomas Durieux
Activity tests: - tests the layout of the page Domain tests: - tests genre comparator - tests bookmark set date DownloadService Test:
2014-10-19Lower max cache sizeScott Jackson
2014-10-19Update translationsScott Jackson
2014-10-19Playback has to be paused for EQ workaround to workScott Jackson
2014-10-19More work on EQ failure conditionsScott Jackson
2014-10-19Fix more cases where the EQ failsScott Jackson