Commit Graph

191 Commits

Author SHA1 Message Date
hyb1996
72d46a3842 修复 调试时在不能断点的地方打断点会崩溃的问题 2018-10-16 19:38:18 +08:00
hyb1996
4dcb19e4fe 修复 ui线程下ui.xxx.on等函数不存在的问题
修复 非ui线程下ui.xxx.on等函数报错的问题
新增 注册ui.xxx支持增加成员
修复 多线程环境没有调用Context.exit()可能造成的内存泄漏
2018-10-16 15:16:11 +08:00
hyb1996
429407ed2d fix: floaty 2018-10-15 00:08:53 +08:00
hyb1996
14b7a7e85e sample: 自定义控件; fix: ActivityNotFoundException 2018-10-14 10:33:23 +08:00
hyb1996
db3571851c feat: appbar attributes 2018-10-13 13:57:52 +08:00
hyb1996
4dc37bc4ff fix: floaty not working 2018-10-12 23:30:50 +08:00
hyb1996
e64afaa88f update version 2018-10-12 21:23:31 +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
f757083657 feat(ui): project icon setting 2018-10-10 16:47:20 +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
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
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
c8d2a6e7a2 feat: new project, project manager 2018-09-18 17:30:57 +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
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
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
a2ed727477 feat: use bugly to report crash 2018-09-12 16:43:11 +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
94a17c3118 feat(ui): supports adding or removing breakpoint on debug 2018-09-08 20:22:26 +08:00
hyb1996
5329278e8d Merge branch 'dev' of https://github.com/hyb1996/NoRootScriptDroid into dev 2018-09-08 09:20:43 +08:00
hyb1996
ee17b27a79 fix: files.create() cannot create dir 2018-09-08 09:20:23 +08:00
hyb1996
c56157d8da feat(ui): fix debug mode exception on orientation change 2018-09-08 01:53:51 +08:00
hyb1996
093a19c491 feat(ui): spinner: textSize, textColor, textStyle, entryTextSize, entryTextColor, entryTextStyle 2018-07-17 23:01:19 +08:00
hyb1996
5251028b0b 修复无法直接下载最新版本的问题 2018-07-11 17:59:04 +08:00
hyb1996
35a5abed6a feat(autojs): requestScreenCapture() supports changing orientation automatically and dynamically 2018-06-03 11:12:01 +08:00
hyb1996
aa770b2ffb fix(app): BuildActivity crash when package.json is illegal 2018-05-29 11:07:42 +08:00
hyb1996
d5630876d9 add missing files 2018-05-25 20:09:51 +08:00
hyb1996
7839bc6813 refactor: rename package name to 'org.autojs.autojs' 2018-05-25 13:20:00 +08:00
hyb1996
55f2e7b20a fix(autojs): screen request activity memory leak
fix(autojs): idStartsWith not working
2018-04-25 15:53:04 +08:00
hyb1996
dc790a297c fix(files): files.listDir() return null 2018-04-11 15:58:14 +08:00
hyb1996
b381f28470 api(app, globals): app.autojs, app.versionCode, app.versionName, requiresApi, requiresAutojsVersion 2018-04-02 14:30:03 +08:00
hyb1996
7a4eb33245 opt(dev_plugin): add require path to remote script; optimize saved remote script's name 2018-03-30 17:51:11 +08:00
hyb1996
a009eb02b0 refactor: use GlobalAppContext to replace App.getApp()
add: Canvas
2018-03-23 14:45:48 +08:00
hyb1996
c5e3050732 just to save works 2018-03-17 14:34:59 +08:00
hyb1996
976e78e07d fix: requestScreenCapture() dead lock if request activity destroyed 2018-03-15 20:22:13 +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
84ab4d481c chore: find and replace 2018-02-26 19:52:47 +08:00
hyb1996
445bcfa462 feat(editor): auto indent 2018-02-25 18:02:44 +08:00
hyb1996
451960008a chore 2018-02-24 23:11:54 +08:00
hyb1996
dfc75dab94 feat: supports changing editor text size 2018-02-24 18:49:39 +08:00
hyb1996
198a694064 fix: engines.execScriptFile() missing executePath config 2018-02-23 22:42:53 +08:00
hyb1996
e4cda0b64f feat: verify dex files 2018-02-23 11:21:18 +08:00
hyb1996
4b4c823db5 api: media module 2018-02-13 09:57:53 +08:00
hyb1996
79900f43da chore 2018-02-12 10:30:29 +08:00
hyb1996
204acdaf82 fix some many bugs 2018-02-04 16:18:05 +08:00
hyb1996
9a64b1ef2b fix hyb1996-guest/auto.js3-issues#19765
Closes hyb1996-guest/auto.js3-issues#19765
2018-02-04 14:37:25 +08:00
hyb1996
231b11c22b feat: accessibility white list 2018-02-04 10:34:55 +08:00
hyb1996
5fed594bf1 feat: accessibility white list 2018-02-03 22:54:06 +08:00
Stardust
770b68bf19
Merge branch 'master' into dev 2018-02-03 08:51:19 +08:00
hyb1996
032e294da7 res: add some translation 2018-02-01 12:30:27 +08:00
hyb1996
d3899fa3f3 feat(floaty): wait for floating permission granted when creating a window 2018-01-30 10:37:03 +08:00
hyb1996
771511e939 fix: images.detectsColor() and images.pixel() cause "x > image.width" exception when image is landscape 2018-01-27 09:43:22 +08:00
hyb1996
c93c27fcaa feat: build apk from project(dir) support 2018-01-24 17:29:25 +08:00
hyb1996
78f6fbbd3c fix #282 2018-01-24 10:27:24 +08:00
hyb1996
af2c3940ed feat: #266 2018-01-23 14:37:12 +08:00
hyb1996
13aa6ed341 fix: dialogs.rawInput() keeps blocking when canceled 2018-01-04 22:26:51 +08:00
lulee007
463f87860c 修改获取屏尺寸为真实尺寸,优化截图尺寸和屏幕尺寸不一致问题 2018-01-03 14:01:50 +08:00
hyb1996
5ed6e2bea8 add: logout button on drawer menu 2017-12-31 17:56:35 +08:00
hyb1996
efb3054084 fix hyb1996-guest/auto.js3-issues#5 2017-12-30 17:34:19 +08:00
hyb1996
05877c57b7 fix hyb1996-guest/auto.js3-issues#5 2017-12-30 17:29:57 +08:00
hyb1996
6d9fda6862 api: floaty 2017-12-30 15:23:48 +08:00
hyb1996
4188b2027c fix: console resize not working 2017-12-29 17:06:28 +08:00
hyb1996
174e1d933c fix: Thread.interrupt() not working 2017-12-29 15:48:43 +08:00
hyb1996
729958d419 api: threads, files 2017-12-27 16:47:32 +08:00
hyb1996
e9346f0794 add: http.postMultipart 2017-12-05 17:59:42 +08:00
hyb1996
08571f409b merge commits 2017-12-03 14:17:18 +08:00
hyb1996
6fb6e14369 add: module threads; read and write binary file supports 2017-12-03 14:13:34 +08:00
hyb1996
d06171d549 add: module device 2017-12-02 21:06:01 +08:00
hyb1996
6dfd35683a add: apk builder plugin support; fix: inrt AutoJs.ensureServiceEnabled 2017-11-29 16:07:52 +08:00
hyb1996
97382965da add: supports for daily task and disposable task 2017-11-28 20:59:29 +08:00
hyb1996
e8bab643af add: timed task 2017-11-28 02:26:05 +08:00
hyb1996
328ab6efa7 add: images.findImage; change images.findColor implementation to opencv 2017-11-26 17:47:17 +08:00
hyb1996
35955faba9 update DynamicLayoutInflater to lastest version 2017-11-07 13:49:37 +08:00
hyb1996
ef02572f1d wtf 2017-11-03 19:56:50 +08:00
hyb1996
935a82099c add array's functions to UiCollection 2017-11-01 23:52:16 +08:00
hyb1996
f3ee94b1cf fix: connection and log of SublimePluginClient
add: VSCode Extension support
2017-10-29 22:26:55 +08:00
hyb1996
716a44fb6f fix: VolatileBox dead lock issue 2017-10-28 15:46:03 +08:00
hyb1996
f55593a7a2 fix: user register; update dependencies 2017-10-26 17:01:29 +08:00
hyb1996
1e5c05efb9 fix: user login; refactor: move package widget to package ui 2017-10-26 13:16:34 +08:00
hyb1996
deda91e6b1 fix: crash when ScriptListView init 2017-10-21 20:36:45 +08:00
hyb1996
1e50e6d9da add: uploaded script options 2017-10-21 15:10:34 +08:00
hyb1996
2b93091f5d add: file chooser dialog 2017-10-19 17:19:06 +08:00
hyb1996
4b43434b25 apply plugin retrolambda 2017-10-19 15:34:51 +08:00
hyb1996
51cda012d2 refactor: remove unused resources, cleanup the code structure 2017-10-19 13:33:21 +08:00
hyb1996
be022f1c94 add: file sorting 2017-09-30 19:12:07 +08:00
hyb1996
2138d4ef32 new editor!! Code mirror editor~ 2017-09-28 00:52:52 +08:00
hyb1996
8c9777c138 fix #232 2017-09-24 22:26:01 +08:00
hyb1996
23cd6ba6cd i don't know what i did 2017-09-20 14:24:20 +08:00
hyb1996
16d48bd6b5 add: manager tab 2017-08-23 12:17:05 +08:00
hyb1996
42f6802598 add: tutorial tab 2017-08-22 18:11:14 +08:00
hyb1996
5440788922 new ui for script list 2017-08-20 21:46:51 +08:00