Commit Graph

334 Commits

Author SHA1 Message Date
hyb1996
754819b23f 修复 主题色选择界面崩溃的问题 2018-12-02 11:28:19 +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
ada179690b 优化 findOnce()和findOne()等的效率 2018-11-30 13:41:51 +08:00
hyb1996
9d30996ae8 重构 使用AndroidX代替android.support库 2018-11-30 13:17:43 +08:00
hyb1996
67f995915b 修复 在魅族设备上新建项目、问题反馈、打包应用等崩溃的问题 2018-11-27 12:28:49 +08:00
hyb1996
7ac7795caf 新增 定时任务增加Auto.js启动时 2018-11-27 11:50:29 +08:00
hyb1996
3835c9d4a9 修复 在魅族设备时部分输入框崩溃的问题 2018-11-20 23:23:03 +08:00
hyb1996
e15d5a2f07 优化 夜间模式的显示 2018-11-11 18:15:49 +08:00
hyb1996
385f9a4336 去除 广告 2018-11-10 17:21:31 +08:00
hyb1996
6e53f0761b 新增 夜间模式 2018-11-10 16:41:53 +08:00
hyb1996
78e0d6b088 新增 连接电脑支持运行和保存项目 2018-10-19 15:27:09 +08:00
hyb1996
1943e39573 fix: NullPointerException at android.widget.Editor.updateCursorPositionMz(Editor.java:7878) 2018-10-14 10:53:18 +08:00
hyb1996
14b7a7e85e sample: 自定义控件; fix: ActivityNotFoundException 2018-10-14 10:33:23 +08:00
hyb1996
8a7966ba3c feat(ui): reset sample 2018-10-12 20:43:57 +08:00
hyb1996
03f1379fd5 fix: floating window cannot show 2018-10-12 14:21:59 +08:00
hyb1996
e56682162e fix some bugs 2018-10-11 12:00:50 +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
94395544b7 fix: linear.showDividers, text.ellipsize 2018-10-09 23:49:45 +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
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
e247943035 修复在Android O上创建快捷方式失败的问题;替换默认快捷方式图标 2018-07-07 22:47:20 +08:00
hyb1996
023b8a79d9 feat(app): supports changing default script dir path 2018-06-03 18:05:17 +08:00
hyb1996
5e36c12236 remove splash banner ad 2018-05-28 21:09:19 +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