From 0af60659f617c0a28d38298e553749ff6cde79bd Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 2 Jul 2017 23:33:41 -0700 Subject: Update travis --- .idea/misc.xml | 2 +- .travis.yml | 6 +----- .../main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt | 9 +++++++++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 085136f8..7319f021 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -53,7 +53,7 @@ - + diff --git a/.travis.yml b/.travis.yml index e3e269ff..7db65ac9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,7 @@ before_install: after_success: - chmod +x ./generate-apk-release.sh - "./generate-apk-release.sh" -deploy: - provider: script - script: "./gradlew app:publishApkRelease" - on: - branch: master +- "./gradlew app:publishApkRelease" script: - cd $TRAVIS_BUILD_DIR/ - "./gradlew assembleReleaseTest" diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt index 3def6d25..4d03afe4 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostChromeClient.kt @@ -34,6 +34,15 @@ class FrostChromeClient(webCore: FrostWebViewCore) : WebChromeClient() { } override fun onShowFileChooser(webView: WebView, filePathCallback: ValueCallback>?, fileChooserParams: FileChooserParams?): Boolean { + L.d("On show file chooser") + fileChooserParams?.apply { + L.d(filenameHint) + L.d("$mode") + L.d(acceptTypes.contentToString()) + } + return super.onShowFileChooser(webView, filePathCallback, fileChooserParams) } + + } \ No newline at end of file -- cgit v1.2.3