aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-09-16 22:45:25 -0400
committerGitHub <noreply@github.com>2017-09-16 22:45:25 -0400
commite55fac98ef50a55f0064111cb767d1d7e3959bcc (patch)
tree3036c20343f5988ac04dfa2a225f991ac23ed8d5 /app/src/main/kotlin/com/pitchedapps/frost/utils
parent86838453bb1d712cd9ebe580333e188a02b60f5a (diff)
downloadfrost-e55fac98ef50a55f0064111cb767d1d7e3959bcc.tar.gz
frost-e55fac98ef50a55f0064111cb767d1d7e3959bcc.tar.bz2
frost-e55fac98ef50a55f0064111cb767d1d7e3959bcc.zip
Feature/share links (#297)
* Add base for receiving plain text * Update theme for links * Theme bottom bar * Add warning for plain text * Compile all themes
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Downloader.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Downloader.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Downloader.kt
index 566bffde..e161533a 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Downloader.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Downloader.kt
@@ -32,6 +32,8 @@ import java.lang.ref.WeakReference
* Created by Allan Wang on 2017-08-04.
*
* With reference to the <a href="https://github.com/square/okhttp/blob/master/samples/guide/src/main/java/okhttp3/recipes/Progress.java">OkHttp3 sample</a>
+ *
+ * TODO delete this file; we've moved to our downloader service for now and will create our own player soon
*/
fun Context.frostDownload(url: String) {
L.d("Received download request", "Download $url")