Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-10-15 | Fix for partial images being downloaded and saved | Scott Jackson | |
2014-10-14 | Fixed bitrate calculation being in bytes instead of bits | Scott Jackson | |
2014-10-14 | Change bitrate to be calculated on the fly instead of reading tags (fix for VBR) | Scott Jackson | |
2014-10-14 | Fix all servers sharing a recently added count | Scott Jackson | |
2014-10-13 | #386 Start of adding ability to toggle offline from Tasker | Scott Jackson | |
2014-10-12 | DSub 4.8.1 Released | Scott Jackson | |
2014-10-12 | Fix crash on GB devices where LruCache is not defined yet | Scott Jackson | |
2014-10-11 | Add error handling for parseInt | Scott Jackson | |