From e55fac98ef50a55f0064111cb767d1d7e3959bcc Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 16 Sep 2017 22:45:25 -0400 Subject: 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 --- app/src/main/kotlin/com/pitchedapps/frost/utils/Downloader.kt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils') 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 OkHttp3 sample + * + * 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") -- cgit v1.2.3