Commit Graph

81 Commits

Author SHA1 Message Date
hyb1996
8d052d2b6f 重构 转换inrt模块为kotlin
修复 打包后首次运行没有任何效果的问题
2018-12-04 14:19:06 +08:00
hyb1996
e4de1e0aaa 修复 打包后没有无障碍服务的问题 2018-12-04 13:44:32 +08:00
hyb1996
4bf237a499 新增 手势监听功能(效果不佳不启用) 2018-12-01 17:46:57 +08:00
hyb1996
708cde848c 新增 打包时简单加密 2018-12-01 12:53:40 +08:00
hyb1996
a38bc53b61 修复崩溃问题
增加 查看使用统计权限的说明
2018-11-30 14:52:30 +08:00
hyb1996
9d30996ae8 重构 使用AndroidX代替android.support库 2018-11-30 13:17:43 +08:00
hyb1996
c3c73ab94a 修复 悬浮窗布局分析"复制成功"的信息被遮挡的问题 2018-11-29 19:17:51 +08:00
hyb1996
306762a422 refactor(automator): 转换为kotlin 2018-11-26 20:08:27 +08:00
hyb1996
821fd35c9b 修复 打包应用app.viewFile()等涉及文件被其他应用打开时报错的问题 2018-11-11 22:22:50 +08:00
hyb1996
0464e3e49b 新增 布局界面分析显示十六进制id 2018-11-11 18:18:21 +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
248d698708 新增 opencv懒加载 2018-11-02 00:48:13 +08:00
hyb1996
e4a92531c3 修复 image wrapper多余release导致崩溃的问题 2018-10-28 09:02:30 +08:00
hyb1996
8864e78af6 优化 opencv内存泄漏问题 2018-10-24 20:39:51 +08:00
hyb1996
d400591df4 优化 打包后的UI脚本
修复 getClip()偶发报错问题
2018-10-23 19:45:49 +08:00
hyb1996
148784656d 优化 脚本管理器增删文件后的更新
新增 支持插件
优化 多点找色的内存泄漏
修复 文件重命名时的后缀问题
修复 脚本抛出Throwable不能被捕捉的问题
2018-10-23 15:00:34 +08:00
hyb1996
4c482428dd fix: piped writer causes anr 2018-10-13 00:17:39 +08:00
hyb1996
44bc2e9a02 fix(autojs): java.lang.SecurityException Invalid media projection 2018-10-12 21:13:30 +08:00
hyb1996
e56682162e fix some bugs 2018-10-11 12:00:50 +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
4851790ad9 update libraries and dependencies's version 2018-10-06 10:12:29 +08:00
hyb1996
c8d2a6e7a2 feat: new project, project manager 2018-09-18 17:30:57 +08:00
hyb1996
f62958655a opt(autojs): optimize TimedTaskScheduler to schedule task 2018-09-09 13:47:23 +08:00
hyb1996
c56157d8da feat(ui): fix debug mode exception on orientation change 2018-09-08 01:53:51 +08:00
hyb1996
997b652df9 fix(app): change documentation source and refresh cannot apply changes immediately
docs: update to latest
2018-06-03 21:07:11 +08:00
hyb1996
0ffb8d1ec5 docs: update to latest 2018-05-28 21:57:40 +08:00
hyb1996
2d6fed4c99 api(runtime): runtime.requestPermissions() 2018-05-28 20:51:05 +08:00
hyb1996
7839bc6813 refactor: rename package name to 'org.autojs.autojs' 2018-05-25 13:20:00 +08:00
hyb1996
3899ca73a0 fix(inrt): permission READ_PHONE_STATE 2018-04-14 15:50:50 +08:00
hyb1996
aeae51bb74 fix: #268 2018-04-03 16:09:26 +08:00
hyb1996
54b7024109 fix(inrt): duplicate script executions 2018-04-02 15:11:17 +08:00
hyb1996
a009eb02b0 refactor: use GlobalAppContext to replace App.getApp()
add: Canvas
2018-03-23 14:45:48 +08:00
hyb1996
6934a068e5 fix: built ui script shows log instead of ui 2018-03-21 17:03:39 +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
c0b03d89d5 fix: floaty.closeAll() not found 2018-02-28 09:52:32 +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
28333c2a3e fix: project files not released when project updated 2018-02-06 15:18:28 +08:00
hyb1996
5fed594bf1 feat: accessibility white list 2018-02-03 22:54:06 +08:00
hyb1996
c75337a767 api: colors.isSimilar, colors.equals
fix: circular menu icon is not circular when recording
feat: splash ui for built apk
docs: update to latest docs
fix: floating menu not showing automatically
2018-02-02 18:30:08 +08:00
hyb1996
ec7a0412af fix: built apk showing unpacked script's path on console 2018-01-30 11:00:45 +08:00
hyb1996
1e8183f756 fix: files.join(); RootShell.isRootAvailable() crash 2018-01-27 09:18:42 +08:00
hyb1996
8713027efe feat: hiding logs support when launch a project on built app 2018-01-25 14:12:54 +08:00
hyb1996
02f9145a80 feat: use glide as image loader for built apk 2018-01-25 13:38:20 +08:00
hyb1996
d6c9fe4f09 opt: layout inspector toast 2018-01-24 20:54:46 +08:00
hyb1996
2f987305cd fix: notification service label is not built app label 2018-01-24 17:35:18 +08:00