Commit Graph

229 Commits

Author SHA1 Message Date
SuperMonster003
069932c8d3 6.1.1 - 新增应用更新功能 修复编辑器页面/安卓10存储权限 异常消息资源化 2022-05-31 21:23:36 +08:00
SuperMonster003
f68ad1c993 6.1.0 - 变更包名 新增投影媒体权限开关/tasks模块 扩展内置模块方法 重构内置模块及构建脚本 2022-05-26 19:18:16 +08:00
SuperMonster003
a8ce1b9acb 6.0.3 - 新增使用修改安全设置权限自启无障碍 修复toast/socket导致崩溃 资源英文补全 支持64位系统 部分插件及工具版本更新 2022-03-20 00:10:02 +08:00
SuperMonster003
ad5b7c9b37 6.0.1 - 增加客户端/服务端连接方式 增加部分全局对象 部分插件及工具版本更新 2022-01-01 19:53:25 +08:00
SuperMonster003
8e8edbf848 6.0.1 - Alpha2 - 修复global.sleep及global.toast方法绑定错误 2021-12-07 11:39:12 +08:00
SuperMonster003
98cf339cce 6.0.1 - Alpha - 增加全局Polyfill及扩展对象 2021-12-05 10:40:13 +08:00
SuperMonster003
99a1d8490f 6.0.0 - 部分插件及工具版本更新 2021-12-01 13:39:18 +08:00
hyb1996
402a78c354 完善 市场界面按钮显示 2019-01-28 10:57:19 +08:00
hyb1996
f2c636d599 新增 市场界面
删除 无用资源
2019-01-27 14:22:17 +08:00
hyb1996
7ec6a739ad 4.1.0 Alpha3 2018-12-12 18:48:51 +08:00
hyb1996
05813499bc 修复 打包后ui脚本无法运行的问题
修复 打包后模块无法运行的问题
2018-12-12 14:18:03 +08:00
hyb1996
4bf237a499 新增 手势监听功能(效果不佳不启用) 2018-12-01 17:46:57 +08:00
hyb1996
25ca819fa7 修复 任务管理崩溃的Bug
修复 id有关选择器报错的Bug
修复 engines.myEngine()报错的Bug
2018-12-01 10:20:33 +08:00
hyb1996
a38bc53b61 修复崩溃问题
增加 查看使用统计权限的说明
2018-11-30 14:52:30 +08:00
hyb1996
ee2860b6de 新增 可以使用"查看使用统计权限"增强currentPackage()的准确性,在代码中通过auto.setFlags("useUsageStats")启用 2018-11-30 14:36:16 +08:00
hyb1996
7ac7795caf 新增 定时任务增加Auto.js启动时 2018-11-27 11:50:29 +08:00
hyb1996
6e53f0761b 新增 夜间模式 2018-11-10 16:41:53 +08:00
hyb1996
78e0d6b088 新增 连接电脑支持运行和保存项目 2018-10-19 15:27:09 +08:00
hyb1996
14b7a7e85e sample: 自定义控件; fix: ActivityNotFoundException 2018-10-14 10:33:23 +08:00
hyb1996
e56682162e fix some bugs 2018-10-11 12:00:50 +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
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
62aafaf06b fix: app memory leak; feat: app foreground service 2018-09-19 14:40:05 +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
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
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
9a5f6f014c feat(app): add intent task 2018-09-13 22:27:03 +08:00
hyb1996
c3f5c109be feat(ui): confirm when delete script or dir 2018-09-13 20:07:29 +08:00
hyb1996
0281563077 fix(ui): app crash when editor cannot open file 2018-09-13 16:52:38 +08:00
hyb1996
a2ed727477 feat: use bugly to report crash 2018-09-12 16:43:11 +08:00
hyb1996
8401ce40c6 feat(debug): use json socket to connect to remote debug client 2018-09-11 13:01:37 +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
031fc56131 feat(ui): supports touching gutter to set breakpoint 2018-09-08 18:05:09 +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
32805aad34 feat(ui): supports debugging 2018-09-07 22:26:03 +08:00
hyb1996
023b8a79d9 feat(app): supports changing default script dir path 2018-06-03 18:05:17 +08:00
hyb1996
7839bc6813 refactor: rename package name to 'org.autojs.autojs' 2018-05-25 13:20:00 +08:00
hyb1996
b81db30f3f add: google admob ads for testing 2018-05-24 21:22:21 +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
c39ba26e1f feat(ui): show forum notification count on drawer menu 2018-04-03 18:17:36 +08:00
hyb1996
16b39b550d fix(selector): the behavior of findOnce() is different from docs point out 2018-03-09 13:36:52 +08:00
hyb1996
ce515e58e0 api(automator): auto.waitFor() 2018-02-27 17:28:50 +08:00
hyb1996
84ab4d481c chore: find and replace 2018-02-26 19:52:47 +08:00
hyb1996
dfc75dab94 feat: supports changing editor text size 2018-02-24 18:49:39 +08:00