Commit Graph

360 Commits

Author SHA1 Message Date
hyb1996
b42e440fff save works 2018-10-11 16:15:40 +08:00
hyb1996
253b88b152 Merge branch 'dev' of https://github.com/hyb1996/NoRootScriptDroid into dev
# Conflicts:
#	autojs/src/main/java/com/stardust/autojs/rhino/NativeJavaObjectWithPrototype.java
2018-10-11 16:14:26 +08:00
hyb1996
e56682162e fix some bugs 2018-10-11 12:00:50 +08:00
hyb1996
438a959473 save works 2018-10-11 10:56:16 +08:00
hyb1996
cce09209a3 fix: exposed uri error 2018-10-10 14:49:59 +08:00
hyb1996
6cebca179c feat: runtime.loadJar() cache dex 2018-10-10 00:31:55 +08:00
hyb1996
94395544b7 fix: linear.showDividers, text.ellipsize 2018-10-09 23:49:45 +08:00
hyb1996
8d2c0dd9f3 feat: auto.setFlags("findOnUiThread"); 2018-10-06 13:47:11 +08:00
hyb1996
54cbb78d8e fix(target O): floating window cannot be shown 2018-10-06 11:16:27 +08:00
hyb1996
4851790ad9 update libraries and dependencies's version 2018-10-06 10:12:29 +08:00
hyb1996
02b1587f6b feat: intent task 2018-09-28 13:46:01 +08:00
hyb1996
cf16739e75 fix: catch some crash on ui thread 2018-09-27 13:56:08 +08:00
hyb1996
dcc09c4034 fix: cannot set w and h on root element of ui;
fix: ui.post
2018-09-27 00:22:41 +08:00
hyb1996
00e687f10d fix: crash on automator code generate 2018-09-26 23:45:51 +08:00
hyb1996
301a4286e5 fix: img.h not working; 2018-09-26 23:43:13 +08:00
hyb1996
bb130f56ea fix: sensors's callback persisted in loopers' ThreadLocal, causes ScriptExecuteActivity memory leak 2018-09-19 20:28:53 +08:00
hyb1996
723c7a7ff0 fix(ui): some bugs on back pressed 2018-09-19 16:41:01 +08:00
hyb1996
62aafaf06b fix: app memory leak; feat: app foreground service 2018-09-19 14:40:05 +08:00
hyb1996
c8d2a6e7a2 feat: new project, project manager 2018-09-18 17:30:57 +08:00
hyb1996
04bffdc425 save works 2018-09-17 15:32:11 +08:00
hyb1996
37796048f4 refactor(ui): refactor ScriptListView 2018-09-17 09:24:22 +08:00
hyb1996
c5c9aaa8e1 fix(automator): RootAutomator (x, y) not correct on some devices 2018-09-16 01:49:33 +08:00
hyb1996
91d5eab872 fix(ui): CodeEditText rendering 2018-09-15 22:00:42 +08:00
hyb1996
b2b2362f71 fix(autojs): root automator not working on some device 2018-09-15 21:19:15 +08:00
hyb1996
a3ae309742 fix: app crash when a timer callback throws exception on main thread; feat: umeng ads 2018-09-15 14:04:01 +08:00
hyb1996
02c64cd7b1 feat: java class searching and import; fix: editor crash on edit when file is too large 2018-09-15 11:52:44 +08:00
hyb1996
bb7cb6bd1a fix(ui): breakpoint on other source causing app crash when debugging 2018-09-14 09:26:57 +08:00
hyb1996
57960bd30b feat(autojs): ui script's id is -1 2018-09-13 20:31:05 +08:00
hyb1996
c0094e4445 feat(autojs): loadJar(), loadDex() supports relative path 2018-09-13 20:12:13 +08:00
hyb1996
1e5f911441 fix(autojs): AndroidClassLoader.defineClass() 2018-09-13 19:59:19 +08:00
hyb1996
c41b3fcfe2 save databases works 2018-09-13 19:53:19 +08:00
hyb1996
ccf85fe2f5 opt(ui): js beautifier supports formatting xml 2018-09-13 11:07:19 +08:00
hyb1996
23f817f4e3 Revert "opt(ui): use new js beautifier"
This reverts commit a69152f719.
2018-09-13 09:10:37 +08:00
hyb1996
a69152f719 opt(ui): use new js beautifier 2018-09-13 09:09:28 +08:00
hyb1996
c388148b8f feat(autojs): engines.myEngine().execArgv 2018-09-12 10:37:56 +08:00
hyb1996
a902081c1c fix(autojs): loadDex and loadJar bugs 2018-09-12 10:00:39 +08:00
hyb1996
834280428d refactor(debug): 从DebugToolFragment中分离debug逻辑 2018-09-11 08:11:59 +08:00
hyb1996
769529585d fix(autojs): EventEmitter.once(), view._id() ; feat(autojs): auto.getService(), auto.getWindows(), auto.setWindowFilter(), util.java.toJsArray() 2018-09-09 21:37:53 +08:00
hyb1996
f62958655a opt(autojs): optimize TimedTaskScheduler to schedule task 2018-09-09 13:47:23 +08:00
hyb1996
32548ff9f4 fix require() for json file;fix loadJar() not working; add loadDex(); add image.readPixels(); add util.java 2018-09-08 22:43:37 +08:00
hyb1996
94a17c3118 feat(ui): supports adding or removing breakpoint on debug 2018-09-08 20:22:26 +08:00
hyb1996
a2c46d0787 feat(debug): supports debugging across files; supports watching variables; supports evaluate code on debug; 2018-09-08 17:30:01 +08:00
hyb1996
c56157d8da feat(ui): fix debug mode exception on orientation change 2018-09-08 01:53:51 +08:00
hyb1996
32805aad34 feat(ui): supports debugging 2018-09-07 22:26:03 +08:00
hyb1996
e5e1b567e7 refactor(ui): toolbar menu design; 2018-09-07 12:36:13 +08:00
hyb1996
457141d6c0 Merge branch 'dev' of https://github.com/hyb1996/NoRootScriptDroid into dev
# Conflicts:
#	autojs/src/main/java/com/stardust/autojs/core/ui/inflater/inflaters/SpinnerInflater.java
2018-09-07 09:01:16 +08:00
hyb1996
2cd9394ca4 一些代码细节调整 2018-09-07 08:59:34 +08:00
hyb1996
61beabadb3 fix: require() supports npm module 2018-09-06 23:18:45 +08:00
hyb1996
220473c109 fix: Permission for drawing overlays on MIUI 10 2018-07-29 17:55:02 +08:00
hyb1996
de77cd7509 Merge branch 'dev' of https://github.com/hyb1996/NoRootScriptDroid into dev
# Conflicts:
#	.idea/caches/build_file_checksums.ser
2018-07-18 23:48:44 +08:00