This version is not yet released to Play store. Compared to the version in the play store - fixed the reappearing keyboard bug - allows app install on SD card - when demo is enabled, the demo mode message is displayed - when demo is enabled, the submit action button appears next to the edit text. - use robpike.io/ivy/mobile instead of the wrapper in my personal repo. - the demo script read code was moved from go to java. - use the up-to-date help message retrieved with mobile.Help. - textview was replaced with webview with javascript. TODO: the app built from this code doesn't work in old android devices. Next cl will fix it. TODO: build instruction - not very different from golang.org/x/mobile/example/bind/android. Change-Id: Ifb594b79f31091b6864ec3e0d8dbaff7986a5afc Reviewed-on: https://go-review.googlesource.com/13870 Reviewed-by: David Crawshaw <crawshaw@golang.org>
18 lines
663 B
Prolog
18 lines
663 B
Prolog
# Add project specific ProGuard rules here.
|
|
# By default, the flags in this file are appended to flags specified
|
|
# in /Users/hakim/Library/Android/sdk/tools/proguard/proguard-android.txt
|
|
# You can edit the include path and order by changing the proguardFiles
|
|
# directive in build.gradle.
|
|
#
|
|
# For more details, see
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
# Add any project specific keep options here:
|
|
|
|
# If your project uses WebView with JS, uncomment the following
|
|
# and specify the fully qualified class name to the JavaScript interface
|
|
# class:
|
|
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
|
# public *;
|
|
#}
|