Commit Graph

904 Commits

Author SHA1 Message Date
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
43de5913f5 fix: inflate layout with activity instead of application context 2018-01-25 13:35:13 +08:00
hyb1996
401b8cbad0 opt: floaty 2018-01-25 13:05:34 +08:00
hyb1996
d6c9fe4f09 opt: layout inspector toast 2018-01-24 20:54:46 +08:00
hyb1996
25a9a6b870 feat: #275 images.clip() 2018-01-24 18:04:25 +08:00
hyb1996
4876ca4097 feat: relative path support for module "engines" 2018-01-24 17:42:20 +08:00
hyb1996
2f987305cd fix: notification service label is not built app label 2018-01-24 17:35:18 +08:00
hyb1996
c93c27fcaa feat: build apk from project(dir) support 2018-01-24 17:29:25 +08:00
hyb1996
316415343f feat: relative path support for ui image source 2018-01-24 12:31:12 +08:00
hyb1996
c8450dfc3a feat: relative path support for module "files" and require() 2018-01-24 11:14:58 +08:00
hyb1996
5ccf434f1b fix: cannot login or register 2018-01-24 10:34:06 +08:00
hyb1996
78f6fbbd3c fix #282 2018-01-24 10:27:24 +08:00
hyb1996
7f6e9dd210 feat: #274 2018-01-23 14:45:17 +08:00
hyb1996
af2c3940ed feat: #266 2018-01-23 14:37:12 +08:00
hyb1996
bb6d44e696 fix: PrefSwitch is reset to false when app exit 2018-01-23 14:23:09 +08:00
hyb1996
af0dbcefb7 sync 2018-01-22 16:06:38 +08:00
hyb1996
26d2ce972f fix: download script failed when dir does not exist 2018-01-07 14:04:19 +08:00
hyb1996
acaf199675 fix: check for updates 2018-01-07 13:43:55 +08:00
hyb1996
130827cab5 fix: files.cwd() 2018-01-07 13:41:46 +08:00
hyb1996
13aa6ed341 fix: dialogs.rawInput() keeps blocking when canceled 2018-01-04 22:26:51 +08:00
Stardust
1257874bba
Merge pull request #259 from lulee007/master
* fix: device.height is wrong when soft key bar displaying
* fix: the width of image returned by captureScreen() is 8 pixels more than the real width
2018-01-04 22:18:21 +08:00
hyb1996
a51b9c24ed fix: app crash when longClick throws exception 2018-01-04 21:13:12 +08:00
hyb1996
2d287f720c * refactor: move library dynamic layout inflater to autojs module
* fix: ScriptExecuteActivity memory leak
* fix: InterruptedException on script exit event
2018-01-04 16:22:38 +08:00
lulee007
463f87860c 修改获取屏尺寸为真实尺寸,优化截图尺寸和屏幕尺寸不一致问题 2018-01-03 14:01:50 +08:00
hyb1996
7145faa533 fix: captureScreen() return null 2018-01-01 14:12:47 +08:00
hyb1996
3e592370dc try to fix hyb1996-guest/auto.js3-issues#20 2017-12-31 22:21:23 +08:00
hyb1996
c0dde41fc1 fix hyb1996-guest/auto.js3-issues#1 2017-12-31 19:27:07 +08:00
Stardust
9770588e67
Merge pull request #257 from hyb1996/dev
3.0.0Alpha40
2017-12-31 19:19:27 +08:00
hyb1996
55ea745d57 fix: colors.red() return NaN 2017-12-31 18:52:03 +08:00
hyb1996
1784a9f84d fix: send script file not working 2017-12-31 18:00:54 +08:00
hyb1996
5ed6e2bea8 add: logout button on drawer menu 2017-12-31 17:56:35 +08:00
hyb1996
002a11149e docs 2017-12-30 17:41:41 +08:00
hyb1996
2f01f2ab10 fix hyb1996-guest/auto.js3-issues#2 2017-12-30 17:35:43 +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
fba9f0b4e9 fix hyb1996-guest/auto.js3-issues#6 2017-12-30 17:22:20 +08:00
hyb1996
403e19f568 fix hyb1996-guest/auto.js3-issues#4 2017-12-30 17:18:38 +08:00
hyb1996
123f86aa27 fix: connect to dev plugin with wrong host 2017-12-30 17:10:58 +08:00
hyb1996
6d9fda6862 api: floaty 2017-12-30 15:23:48 +08:00
hyb1996
f39516a4b4 fix: crash when a exception is thrown by script on ui thread 2017-12-30 00:22:01 +08:00
hyb1996
e8e73aac14 add: two samples for floaty 2017-12-29 21:45:16 +08:00
hyb1996
084a8ea033 fix: FloatyWindow.setSize() not working 2017-12-29 20:53:51 +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
e296c0ebd8 api: device.isScreenOn(), device.wakeUpIfNeeded() 2017-12-29 14:50:38 +08:00
hyb1996
de4f086415 api: device.keepScreenOn(), device.keepScreenDim(), device.wakeUp(), device.vibrate();
fix: crash when rotating editor
2017-12-29 14:09:27 +08:00
hyb1996
c12814769f fix: timer for ui thread is null in non-ui script 2017-12-29 00:35:22 +08:00
hyb1996
ee0c7f4916 docs 2017-12-28 21:23:35 +08:00
hyb1996
3647cef81b api: threads, events 2017-12-28 21:21:41 +08:00