aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/github/daneren2005/dsub/service/DownloadFile.java
AgeCommit message (Collapse)Author
2020-09-12#1002 Delete from media store before renaming file since in Android 11 it ↵Scott Jackson
deletes the actual file instead of just the media store record
2016-09-28#564: Implement HttpUrlConnection for bitmaps/song downloads as wellScott Jackson
2016-09-14#172 Implement playback of internet radio stations + hide UI elements which ↵Scott Jackson
don't make sense on streams
2016-06-08Fixes #704: Allow rewind/fast forward in Auto + Bluetooth controlsScott Jackson
2016-03-10Fix needlessly downsampling when set to unlimited bitrateScott Jackson
2016-02-15Don't try to run CacheCleaner if no DownloadService (ie: sync)Scott Jackson
2016-01-18Fix issues with playing the same song twice in a rowScott Jackson
2016-01-10Update current playing to match on entry instead of just DownloadFile objectScott Jackson
2015-11-30Keep track of played songs in Offline mode if we have a id registered for itScott Jackson
2015-11-28Start of keeping track of played songs. Based loosly on ↵Scott Jackson
https://github.com/popeen/Popeens-DSub/commit/07bf2c09a1f46efaaa805abee6c4282d143c045e
2015-04-25Update to gradleScott Jackson