hyb1996
|
2f5573d9c2
|
refactor(module autojs): to support .auto record file
|
2017-08-03 13:06:55 +08:00 |
|
hyb1996
|
6a3392cfe6
|
add: root_automator
|
2017-08-01 21:42:32 +08:00 |
|
hyb1996
|
08419afc3d
|
fix: import sample or create file not working. add: edit icon of view sample activity
|
2017-08-01 10:48:19 +08:00 |
|
hyb1996
|
f51d791d98
|
fix: lag when accessibility service switch toggled
|
2017-07-31 21:28:13 +08:00 |
|
hyb1996
|
99d9d4b7a8
|
fix: HelpCatologueActivity and DocumentationActivity lag
|
2017-07-30 15:39:07 +08:00 |
|
hyb1996
|
6d62b40b21
|
imporve code completion
|
2017-07-21 17:05:01 +08:00 |
|
hyb1996
|
ab2ad906e7
|
fix and add some scripts
|
2017-07-21 12:55:33 +08:00 |
|
hyb1996
|
8f2a088111
|
add timers modules
|
2017-07-21 11:24:02 +08:00 |
|
hyb1996
|
52cc5214f1
|
add events module, including EventEmiiter, KeyEvent, TouchEvent
|
2017-07-20 15:39:17 +08:00 |
|
hyb1996
|
1d23640362
|
release 2.0.14Beta2
|
2017-07-18 12:29:51 +08:00 |
|
hyb1996
|
dbacf93399
|
docs, scripts
|
2017-07-18 10:23:38 +08:00 |
|
hyb1996
|
73773faedc
|
fix fucking accessibility service
|
2017-07-16 10:19:07 +08:00 |
|
hyb1996
|
fcf46c49de
|
update version.json to 2.0.14 Beta
|
2017-07-12 14:42:14 +08:00 |
|
hyb1996
|
24f0043a0f
|
release 2.0.14 Beta
|
2017-07-12 14:04:06 +08:00 |
|
hyb1996
|
0173ed6152
|
add widget support
|
2017-07-12 10:07:20 +08:00 |
|
hyb1996
|
14d2b4923c
|
add: discard record
|
2017-07-11 12:12:54 +08:00 |
|
hyb1996
|
768ac6ea4e
|
fix crash caused by recorded script too large
|
2017-07-11 09:53:37 +08:00 |
|
hyb1996
|
c6e31dcb41
|
release 2.0.13 Beta3 for YingYongBao
|
2017-07-09 11:28:28 +08:00 |
|
hyb1996
|
0b39c12572
|
release 2.0.13 Beta3
|
2017-07-08 23:31:07 +08:00 |
|
hyb1996
|
ebacd70fd0
|
minify floating window icon size
|
2017-07-08 22:52:38 +08:00 |
|
hyb1996
|
7c5a27a8d3
|
add script running repleatedly support, change min sdk version to 17
|
2017-07-08 22:31:31 +08:00 |
|
hyb1996
|
6888f88f77
|
support sublime text command save_to_phone
|
2017-07-08 21:04:08 +08:00 |
|
hyb1996
|
10fd45b6c2
|
imporve splash display, make floating window and side menu scrollable
|
2017-07-08 20:14:43 +08:00 |
|
hyb1996
|
46cd89d5a5
|
add ad showing test
|
2017-07-07 13:51:26 +08:00 |
|
hyb1996
|
d72d9c0413
|
fix hyb1996-guest//AutoJsIssueReport#4781, hyb1996-guest//AutoJsIssueReport#4793
|
2017-07-05 18:55:27 +08:00 |
|
hyb1996
|
ee4c818007
|
save works before fixing bugs
|
2017-07-05 15:52:41 +08:00 |
|
hyb1996
|
f627432b80
|
replace view binding with aa, change script list to card view, enable minify
|
2017-07-03 14:53:55 +08:00 |
|
hyb1996
|
c08363f033
|
make autojs module more independent
|
2017-07-01 15:09:01 +08:00 |
|
hyb1996
|
97ff7e49a1
|
add jumping between layout hierarchy and layout bounds view
|
2017-06-27 22:43:11 +08:00 |
|
hyb1996
|
59a1b5dffb
|
beautify NodeInfoView
|
2017-06-26 15:57:44 +08:00 |
|
hyb1996
|
0445497573
|
update licenses of dependencies
|
2017-06-26 13:53:46 +08:00 |
|
hyb1996
|
302879333a
|
add screen capture and color searching
|
2017-05-22 15:41:11 +08:00 |
|
hyb1996
|
b3fad201f7
|
fix hyb1996-guest/AutoJsIssueReport#1341 and replace JavaAdapter to ProxyObject in ui module to avoid compilation to class file
|
2017-05-17 14:48:28 +08:00 |
|
hyb1996
|
c4ec951a10
|
random click and gesture for android 7.0+!!!
|
2017-05-16 21:40:23 +08:00 |
|
hyb1996
|
a4c6eb6cee
|
imporve script execution of tasker plugin, fix sublime plugin large file issue
|
2017-05-14 13:11:30 +08:00 |
|
hyb1996
|
091ec51ef2
|
fix crash when remote file name is untitle
|
2017-05-12 13:14:17 +08:00 |
|
hyb1996
|
b12e26b797
|
add sublime text plugin support
|
2017-05-11 17:06:37 +08:00 |
|
hyb1996
|
1222e00adc
|
optimize memory and image size. remove unnecessary language file
|
2017-05-10 15:42:58 +08:00 |
|
hyb1996
|
08654b8f90
|
add console.rawInput, app.intent
|
2017-05-09 00:58:16 +08:00 |
|
hyb1996
|
840bb56528
|
fix hyb1996-guest/AutoJsIssueReport#474
|
2017-05-06 21:42:18 +08:00 |
|
hyb1996
|
163f38760e
|
Fix and improve root rocording
|
2017-05-05 00:35:45 +08:00 |
|
hyb1996
|
7473d7c6a5
|
Add floating console support
|
2017-05-03 01:20:29 +08:00 |
|
hyb1996
|
68706fbd98
|
Dying...
|
2017-05-02 11:27:04 +08:00 |
|
hyb1996
|
37b5108637
|
Dying again
|
2017-04-30 18:20:59 +08:00 |
|
hyb1996
|
51349356a7
|
Commit Test
|
2017-04-29 21:23:45 +08:00 |
|
hyb1996
|
6829c0659e
|
Dying
|
2017-04-26 13:48:59 +08:00 |
|
hyb1996
|
0e980c2e6a
|
Attempt to fix selector memeory leak. Add update checker
|
2017-04-09 14:02:57 +08:00 |
|
hyb1996
|
6844eb9841
|
Change the way of action pefrom(no longer wait for event), add loading jar file support, fix simple action memory leak
|
2017-04-05 22:35:31 +08:00 |
|
hyb1996
|
b762ceb60b
|
Add: Task manager
|
2017-04-04 00:26:14 +08:00 |
|
hyb1996
|
59811a4a5d
|
Added Script file chooser. Fixed the issue that background image setting not working
|
2017-04-03 16:28:07 +08:00 |
|