Commit Graph

332 Commits

Author SHA1 Message Date
hyb1996
b81db30f3f add: google admob ads for testing 2018-05-24 21:22:21 +08:00
hyb1996
64c7152736 fix(app): splash forever 2018-05-22 20:59:16 +08:00
hyb1996
5237ac7ea4 remove GDT SDK 2018-05-22 20:30:38 +08:00
hyb1996
55f2e7b20a fix(autojs): screen request activity memory leak
fix(autojs): idStartsWith not working
2018-04-25 15:53:04 +08:00
hyb1996
c488e9ccbb fix(ui): circular menu keep to edge behavior on screen orientation change 2018-04-21 16:53:00 +08:00
hyb1996
278cfd2272 api(dialogs): dialogs.build() 2018-04-17 22:27:40 +08:00
hyb1996
f6dec28e49 fix(ui): layout inspect failed when dumping 2018-04-15 17:00:03 +08:00
hyb1996
7e2f09b9aa feat(ui): add pointer location and stop all scripts to circular menu 2018-04-15 16:29:09 +08:00
hyb1996
2162bd5b28 feat: checks plugin version 2018-04-13 22:10:40 +08:00
hyb1996
51fa9bde49 fix(images): java.lang.IllegalArgumentException: x must be < bitmap.width() in images.findMultiColors() 2018-04-11 17:11:15 +08:00
hyb1996
c39ba26e1f feat(ui): show forum notification count on drawer menu 2018-04-03 18:17:36 +08:00
hyb1996
aeae51bb74 fix: #268 2018-04-03 16:09:26 +08:00
hyb1996
b381f28470 api(app, globals): app.autojs, app.versionCode, app.versionName, requiresApi, requiresAutojsVersion 2018-04-02 14:30:03 +08:00
hyb1996
2a8b0ce3e0 feat(editor): auto restore text after screen orientation changed 2018-04-01 15:03:08 +08:00
hyb1996
0e2a49cd6f fix(images): another mat released causes the mat recycled??? 2018-03-31 22:07:31 +08:00
hyb1996
09a43dd7c0 remove leak canary 2018-03-31 12:41:15 +08:00
hyb1996
7a4eb33245 opt(dev_plugin): add require path to remote script; optimize saved remote script's name 2018-03-30 17:51:11 +08:00
hyb1996
a7ed49d8b1 sample(ui): music file browser 2018-03-29 21:17:49 +08:00
hyb1996
a009eb02b0 refactor: use GlobalAppContext to replace App.getApp()
add: Canvas
2018-03-23 14:45:48 +08:00
hyb1996
c5e3050732 just to save works 2018-03-17 14:34:59 +08:00
hyb1996
9679830c75 fix: generated selector code is wrong for exists and waitFor 2018-03-15 19:30:29 +08:00
hyb1996
0d94c36d8c fix: thread.interrupt() not quit looper 2018-03-15 16:35:22 +08:00
hyb1996
ce515e58e0 api(automator): auto.waitFor() 2018-02-27 17:28:50 +08:00
hyb1996
235115edf3 api(app): app.startActivity() for string param 2018-02-27 16:16:32 +08:00
hyb1996
ab121f23c3 global key observer lazy initialize 2018-02-27 09:59:36 +08:00
hyb1996
86c1371e93 touch record lazy initialize 2018-02-27 09:39:58 +08:00
hyb1996
43e3a75676 feat: any words' completion 2018-02-26 20:35:06 +08:00
hyb1996
84ab4d481c chore: find and replace 2018-02-26 19:52:47 +08:00
hyb1996
a3fd8f2423 feat: uncaught exception on non-ui threads does not cause crash report any more 2018-02-26 14:04:25 +08:00
hyb1996
ced53c729f feat(editor): inline some methods and fields to improve drawing efficiency(?) 2018-02-26 13:55:03 +08:00
hyb1996
3b2aac78fd feat: brackets matching 2018-02-26 13:12:36 +08:00
hyb1996
445bcfa462 feat(editor): auto indent 2018-02-25 18:02:44 +08:00
hyb1996
451960008a chore 2018-02-24 23:11:54 +08:00
hyb1996
011008df93 feat: util.format() supports java array 2018-02-24 20:42:01 +08:00
hyb1996
dfc75dab94 feat: supports changing editor text size 2018-02-24 18:49:39 +08:00
hyb1996
dab33831cb feat: current line highlight 2018-02-24 12:05:05 +08:00
hyb1996
198a694064 fix: engines.execScriptFile() missing executePath config 2018-02-23 22:42:53 +08:00
hyb1996
622bb4c277 fix: editor cannot scroll horizontally if editor's height < parent's height 2018-02-23 19:01:46 +08:00
hyb1996
69861e8b4f feat: editor toolbar menu item status sync 2018-02-23 12:51:34 +08:00
hyb1996
6f9b302e9b fix: get visible char start and end are not correct 2018-02-23 12:35:07 +08:00
hyb1996
e4cda0b64f feat: verify dex files 2018-02-23 11:21:18 +08:00
hyb1996
29402055ab feat: light theme for new editor 2018-02-22 17:32:29 +08:00
hyb1996
1861b5fa53 fix: editor auto breaking line if line is too long 2018-02-22 14:28:03 +08:00
hyb1996
0f35fe3a3a adjust editor menu 2018-02-22 14:03:35 +08:00
hyb1996
f6e0b0d806 feat: js beautifier for new editor 2018-02-22 11:31:03 +08:00
hyb1996
66cf6dbbf8 fix: getRealScrollY() return unreal scroll y 2018-02-21 23:27:11 +08:00
hyb1996
6ca73623a2 opt: draw only visible chars for a line 2018-02-21 23:22:21 +08:00
hyb1996
ea5f80b437 feat: new editor: jsdroid editor 2018-02-21 21:32:08 +08:00
hyb1996
464c2498db opt: communication between editor and javascript 2018-02-04 19:46:59 +08:00
hyb1996
204acdaf82 fix some many bugs 2018-02-04 16:18:05 +08:00