Commit Graph

663 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
0c9d440832 Merge branch 'dev' of https://github.com/hyb1996/NoRootScriptDroid into dev 2018-10-11 10:11:38 +08:00
hyb1996
e39dad9da3 Merge branch 'dev' of https://github.com/hyb1996/NoRootScriptDroid into dev
# Conflicts:
#	.idea/caches/build_file_checksums.ser
2018-10-11 10:10:40 +08:00
hyb1996
f757083657 feat(ui): project icon setting 2018-10-10 16:47:20 +08:00
hyb1996
54146aa581 feat(ui): project icon setting 2018-10-10 15:26:48 +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
51fedba26b fix(target O): static broadcast receiver not working 2018-10-06 14:08:00 +08:00
hyb1996
8d2c0dd9f3 feat: auto.setFlags("findOnUiThread"); 2018-10-06 13:47:11 +08:00
hyb1996
4cae6496b0 fix(ui): regex cannot show in editor 2018-10-06 11:42:13 +08:00
hyb1996
54cbb78d8e fix(target O): floating window cannot be shown 2018-10-06 11:16:27 +08:00
hyb1996
0ff7b1c208 fix: 5028 java.util.regex.PatternSyntaxException
java.util.regex.Pattern.compileImpl(Native Method)
2 java.util.regex.Pattern.compile(Pattern.java:1340)
3 java.util.regex.Pattern.<init>(Pattern.java:1324)
4 java.util.regex.Pattern.compile(Pattern.java:946)
5 java.lang.String.replaceAll(String.java:2216)
6 org.autojs.autojs.ui.edit.editor.CodeEditor.replaceAll(CodeEditor.java:246)
7 org.autojs.autojs.ui.edit.EditorView.replaceAll(EditorView.java:556)
8 org.autojs.autojs.ui.edit.FindOrReplaceDialogBuilder.findOrReplace(FindOrReplaceDialogBuilder.java:110)
9 org.autojs.autojs.ui.edit.FindOrReplaceDialogBuilder.access$100(FindOrReplaceDialogBuilder.java:25)
10 org.autojs.autojs.ui.edit.FindOrReplaceDialogBuilder$1.onClick(FindOrReplaceDialogBuilder.java:57)
2018-10-06 10:32:55 +08:00
hyb1996
4851790ad9 update libraries and dependencies's version 2018-10-06 10:12:29 +08:00
hyb1996
2259020403 fix: dev plugin save creating dir 2018-09-29 11:13:15 +08:00
hyb1996
9d1fdf3fe9 feat: intent task 2018-09-28 14:20:21 +08:00
hyb1996
02b1587f6b feat: intent task 2018-09-28 13:46:01 +08:00
hyb1996
025e594a01 feat: intent task 2018-09-28 00:56:34 +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
16709529e3 fix:
Java.lang.NullPointerException: Attempt to invoke interface method 'com.stardust.autojs.engine.ScriptEngine com.stardust.autojs.execution.ScriptExecution.getEngine()' on a null object reference
com.stardust.autojs.ScriptEngineService$1.onFinish(ScriptEngineService.java:70)
com.stardust.autojs.ScriptEngineService$1.onSuccess(ScriptEngineService.java:66)
com.stardust.autojs.execution.ScriptExecutionObserver.onSuccess(ScriptExecutionObserver.java:22)
com.stardust.autojs.execution.ScriptExecuteActivity.finish(ScriptExecuteActivity.java:137)
com.stardust.autojs.engine.LoopBasedJavaScriptEngine.forceStop(LoopBasedJavaScriptEngine.java:69)
org.autojs.autojs.ui.main.task.Task$RunningTask.cancel(Task.java:100)
org.autojs.autojs.ui.main.task.TaskListRecyclerView$TaskViewHolder.stop(TaskListRecyclerView.java:246)
org.autojs.autojs.ui.main.task.TaskListRecyclerView$TaskViewHolder_ViewBinding$1.doClick(TaskListRecyclerView$TaskViewHolder_ViewBinding.java:34)
butterknife.internal.DebouncingOnClickListener.onClick(DebouncingOnClickListener.java:22)
android.view.View.performClick(View.java:5641)
android.view.View$PerformClick.run(View.java:22533)
android.os.Handler.handleCallback(Handler.java:751)
android.os.Handler.dispatchMessage(Handler.java:95)
android.os.Looper.loop(Looper.java:177)
android.app.ActivityThread.main(ActivityThread.java:6674)
java.lang.reflect.Method.invoke(Native Method)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:802)
2018-09-19 16:47:19 +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
44fe0079c3 fix: https://docs.qq.com/doc/Bx01Pn3VcgTn1sMR4T3EkjgU0LuPI60KdqgC2ETyTC4KNvuh39MYhP0gVL1S3wtZlQ2SUh123 : "悬浮窗选择器問題,如果點擊佈局图层分析,然後找到最下面一個長按,會出現無法顯示查看控件信息問題" 2018-09-18 21:12:27 +08:00
hyb1996
a01fdbc131 fix: forget to set package name to apk builder 2018-09-18 20:20:35 +08:00
hyb1996
8259a12e12 fix: invalid project cause ProjectConfigActivity and ExplorerToolbar crash 2018-09-18 20:01:24 +08:00
hyb1996
c8d2a6e7a2 feat: new project, project manager 2018-09-18 17:30:57 +08:00
hyb1996
36e9c9481a save works 2018-09-17 15:58:10 +08:00
hyb1996
04bffdc425 save works 2018-09-17 15:32:11 +08:00
hyb1996
5bfc6b6a4b commit ad lib file 2018-09-17 09:28:43 +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
fc0f5c479e feat: use web socket to connect with debug server 2018-09-14 14:41:03 +08:00
hyb1996
bb7cb6bd1a fix(ui): breakpoint on other source causing app crash when debugging 2018-09-14 09:26:57 +08:00
hyb1996
92e06867d7 fix: json socket receive data length 2018-09-14 09:18:28 +08:00
hyb1996
2c46e7d5bb fix: json socket send data length 2018-09-14 09:14:40 +08:00
hyb1996
9a5f6f014c feat(app): add intent task 2018-09-13 22:27:03 +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
c3f5c109be feat(ui): confirm when delete script or dir 2018-09-13 20:07:29 +08:00