add dialogs, fix code completion

This commit is contained in:
hyb1996
2017-05-08 15:22:01 +08:00
parent 472bd46b87
commit 0349c113ca
40 changed files with 958 additions and 158 deletions

View File

@@ -36,7 +36,7 @@
@org.greenrobot.eventbus.Subscribe <methods>;
}
-keepclassmembers class ** {
@com.stardust.autojs.runtime.JavascriptInterface <methods>;
@com.stardust.autojs.runtime.ScriptInterface <methods>;
}
-keep class org.msgpack.** { *; }