diff --git a/src/java/android-filechooser-AS/app/android-filechooser.iml b/src/java/android-filechooser-AS/app/android-filechooser.iml new file mode 100644 index 00000000..a5c2848c --- /dev/null +++ b/src/java/android-filechooser-AS/app/android-filechooser.iml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/java/android-filechooser-AS/app/proguard-project.txt b/src/java/android-filechooser-AS/app/proguard-project.txt new file mode 100644 index 00000000..024ce38d --- /dev/null +++ b/src/java/android-filechooser-AS/app/proguard-project.txt @@ -0,0 +1,29 @@ +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in C:\Users\Philipp\AppData\Local\Xamarin\Universal\AndroidSDK/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 *; +#} + + +-dontobfuscate +-verbose + +-keep public class keepass2android.kp2afilechooser.* {*; } + +-keep public class group.pals.android.lib.ui.filechooser.** {*; } +-keep public class group.pals.android.lib.ui.filechooser.providers.** {*; } + +-dontwarn +-ignorewarnings \ No newline at end of file diff --git a/src/java/android-filechooser-AS/gradle.properties b/src/java/android-filechooser-AS/gradle.properties new file mode 100644 index 00000000..0bb15d79 --- /dev/null +++ b/src/java/android-filechooser-AS/gradle.properties @@ -0,0 +1 @@ +org.gradle.jvmargs=-Xmx1024m \ No newline at end of file