Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-14 | Fix crash when songName is null for some reason | Scott Jackson | |
2014-11-14 | #419 Fix background downloads clearing playlist | Scott Jackson | |
2014-11-14 | #419 Fix shuffle mode staying on when switching online/offline | Scott Jackson | |
2014-11-14 | #422 Fix clicking song suggestion while tag browsing | Scott Jackson | |
2014-11-14 | Merge remote-tracking branch 'origin/master' | Scott Jackson | |
2014-11-14 | #409 Remove color fix since style applied should already do it | Scott Jackson | |
2014-11-09 | Remove unused imports | Scott Jackson | |
2014-11-02 | Dsub 4.8.2 Updated | Scott Jackson | |
2014-11-02 | #405 Reverse changes to shuffle, too much negative feedback | Scott Jackson | |
2014-11-01 | Fix error if val is "" for some reason | Scott Jackson | |
2014-10-30 | DSub 4.8.2 Released | Scott Jackson | |
2014-10-30 | Fix NPE when browsing any artists | Scott Jackson | |
2014-10-29 | Merge branch 'Bookmarks' | Scott Jackson | |
2014-10-29 | Fix new default next() not actually calling anything | Scott Jackson | |
2014-10-28 | Fix no stars showing up when using Show Album | Scott Jackson | |
2014-10-27 | Fix typo in isAudioBook | Scott Jackson | |
2014-10-27 | #415 Improve bookmark logic when playing a series of audio books | Scott 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-26 | Fix error when downloadFile is null | Scott Jackson | |
2014-10-26 | Fix NPE when playing from empty list | Scott Jackson | |
2014-10-25 | Merge branch 'master' into Bookmarks | Scott Jackson | |
2014-10-22 | #405 Remove shuffle options from everywhere except at album and top levels | Scott Jackson | |
2014-10-22 | #405 Move shuffle to by media controls, toggle to actionbar | Scott Jackson | |
2014-10-22 | #415 Don't auto delete bookmarks made with 10 seconds of current position | Scott Jackson | |
2014-10-22 | #415 When down rating song, force cutoff detection for bookmarks/cache | Scott Jackson | |
2014-10-22 | #415 Add method to force cutoff when calling next | Scott Jackson | |
2014-10-22 | #405 Implement a difference between persistent shuffle mode and remote ↵ | Scott Jackson | |
shuffle in service | |||
2014-10-22 | Add SHUFFLE_MODE, rename existing to SHUFFLE_REMOTE | Scott Jackson | |
2014-10-22 | Merge pull request #414 from tdurieux/unit_tests | Scott Jackson | |
Unit tests | |||
2014-10-22 | Merge pull request #416 from thknepper/master | Scott Jackson | |
update german translation | |||
2014-10-21 | update german translation | Thomas Knepper | |
2014-10-20 | Merge remote-tracking branch 'origin/master' | Scott Jackson | |
2014-10-20 | Merge branch 'Tasker' | Scott Jackson | |
2014-10-20 | #386 Finish up tasker additions | Scott Jackson | |
2014-10-20 | #386 Add logic to actually change online status, shuffle options | Scott Jackson | |
2014-10-20 | Change hls video streaming content type | Scott Jackson | |
2014-10-20 | Create Unit tests | Thomas Durieux | |
Activity tests: - tests the layout of the page Domain tests: - tests genre comparator - tests bookmark set date DownloadService Test: | |||
2014-10-19 | Lower max cache size | Scott Jackson | |
2014-10-19 | Update translations | Scott Jackson | |
2014-10-19 | Playback has to be paused for EQ workaround to work | Scott Jackson | |
2014-10-19 | More work on EQ failure conditions | Scott Jackson | |
2014-10-19 | Fix more cases where the EQ fails | Scott Jackson | |
2014-10-19 | Merge branch 'master' into EQ | Scott Jackson | |
2014-10-17 | #386 Fix saving options | Scott Jackson | |
2014-10-17 | #386 Save Tasker options on accept() | Scott Jackson | |
2014-10-17 | #386 Add new Tasker's options restore logic | Scott Jackson | |
2014-10-16 | #386 Add shuffle year to Tasker options | Scott Jackson | |
2014-10-16 | #386 Add shuffle genre to Tasker options | Scott Jackson | |
2014-10-15 | Only start proxy service if online, otherwise causes download to be ↵ | Scott Jackson | |
attempted in offline mode | |||
2014-10-15 | Missing period for .complete check | Scott Jackson | |
2014-10-15 | Fix issues with playlist file listings in offline mode | Scott Jackson | |
In offline mode, playlists are read from a .m3u file which stores the absolute paths. No matter what, the files need to be passed to createEntry without the .complete part in the filename or else the files will not be found. If the normal name file does not exist, need to check against the .complete one as well before removing it from the list of valid songs to show in the playlist. |