aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-06Add DLNAController stubScott Jackson
2014-11-05Added copyright messageScott Jackson
2014-11-05Rename add/remove offline providers to onlineScott Jackson
2014-11-05Fix crash when adding new device on separate threadScott Jackson
2014-11-05Allow downloadService to post runnables to service threadScott Jackson
2014-11-05Add rendering control service, don't try to add same device more then once ↵Scott Jackson
at a time
2014-11-05Modify DLNARouteController to require a DLNADeviceScott Jackson
2014-11-04Change to stable since alpha seems to not even startScott Jackson
2014-11-04Add required permission for DLNAScott Jackson
2014-11-02Merge branch 'master' into DLNAScott Jackson
2014-11-02Dsub 4.8.2 UpdatedScott Jackson
2014-11-02#405 Reverse changes to shuffle, too much negative feedbackScott Jackson
2014-11-01More work on discovering and adding DLNA devicesScott Jackson
2014-11-01Move DLNADevice to own fileScott Jackson
2014-11-01Fix error if val is "" for some reasonScott Jackson
2014-10-30Start of DLNA cast supportScott 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
2014-10-19Merge branch 'master' into EQScott Jackson
2014-10-17#386 Fix saving optionsScott Jackson
2014-10-17#386 Save Tasker options on accept()Scott Jackson