aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Downloader.kt
AgeCommit message (Collapse)Author
2017-10-13Revert/mediapicker (#407)Allan Wang
* Remove kau mediapicker * Allow cancellation and clean up * Fix up downloader
2017-09-18Fix/notification defaults (#308)Allan Wang
* Update downloader * Disable deaults on creation * Use notifCount rather than index * Remove quiet * Add checks to ensure job service exists * Update changelog
2017-09-16Feature/share links (#297)Allan Wang
* Add base for receiving plain text * Update theme for links * Theme bottom bar * Add warning for plain text * Compile all themes
2017-09-16Feature/video downloader (#270)Allan Wang
* Cherry pick old branch * Revert to intent service
2017-08-19Feature/ringtone selector (#200)Allan Wang
* Update changelog * Create and test ringtone selector * Update changelog * Update text
2017-08-07Fix/2FA (#115)Allan Wang
* Create basis for downloading videos * Resolve some download errors and allow video to be opened in external apps * Remove url checks for loging * Update readme with build links * Allow for all apks to build * Fix travis apk uploads * Fix null mapping * Fix some notation * Add commit message to test builds * Remove faulty commit from test release * Add intent overriding to login web client * Add resource logging * Add intent verification without url check * Simplify login activity * Check start activity for result * Add check before resolving intent * Fix wrong index * Temporary fix for 2FA login with U2F (#116) * Clean up and add comments