hyb1996
|
30dbe6e3f2
|
api(images): images.copy(), Image(width, height)
|
2018-05-28 21:37:05 +08:00 |
|
hyb1996
|
8379764193
|
fix(app): #328
|
2018-05-28 21:23:35 +08:00 |
|
hyb1996
|
5e36c12236
|
remove splash banner ad
|
2018-05-28 21:09:19 +08:00 |
|
hyb1996
|
2d6fed4c99
|
api(runtime): runtime.requestPermissions()
|
2018-05-28 20:51:05 +08:00 |
|
hyb1996
|
faa5ef4c48
|
add(sample): 护眼模式
fix(floaty): xml.toString() return empty when xml has just one node
|
2018-05-28 20:02:40 +08:00 |
|
hyb1996
|
44b7f0b39a
|
api(floaty): floaty.rawWindow()
|
2018-05-28 17:02:48 +08:00 |
|
hyb1996
|
ac0e9952c8
|
feat(autojs): UiSelector.indexInParent
|
2018-05-28 13:14:59 +08:00 |
|
hyb1996
|
9911c9146d
|
fix(sample): 通知监听
|
2018-05-26 10:59:34 +08:00 |
|
hyb1996
|
d5630876d9
|
add missing files
|
2018-05-25 20:09:51 +08:00 |
|
hyb1996
|
9b90f574b8
|
fix(app): open drawer menu crash when user is offline
|
2018-05-25 13:30:09 +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
|
64c7152736
|
fix(app): splash forever
|
2018-05-22 20:59:16 +08:00 |
|
hyb1996
|
2edb363b39
|
fix(autojs): use global context factory to enter context to make runtime.loadJar() working
|
2018-05-22 20:49:06 +08:00 |
|
hyb1996
|
5237ac7ea4
|
remove GDT SDK
|
2018-05-22 20:30:38 +08:00 |
|
hyb1996
|
a6bc3b26f1
|
fix(autojs): script bridges convert boolean to Boolean
|
2018-04-25 16:22:38 +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
|
c488e9ccbb
|
fix(ui): circular menu keep to edge behavior on screen orientation change
|
2018-04-21 16:53:00 +08:00 |
|
hyb1996
|
188347be34
|
fix(dialogs): cannot use 'in' in non-object for following code alert("", "", ()=>{})
`
|
2018-04-21 14:50:05 +08:00 |
|
hyb1996
|
ae243719b1
|
fix(dialogs): dialog.select() shows checkbox
|
2018-04-21 14:23:42 +08:00 |
|
hyb1996
|
4f9f79f33b
|
sample(dialogs): add 模拟更新下载对话框.js
|
2018-04-19 11:56:58 +08:00 |
|
hyb1996
|
4833471879
|
api(dialogs): change dialog setter thread to ui thread
|
2018-04-18 18:10:59 +08:00 |
|
hyb1996
|
baaa820d09
|
api(dialogs): change dialog event callback thread to caller thread
|
2018-04-18 17:48:26 +08:00 |
|
hyb1996
|
97198ad668
|
fix(autojs): bridges.call() convert boolean to java.lang.Boolean
|
2018-04-18 16:36:40 +08:00 |
|
hyb1996
|
278cfd2272
|
api(dialogs): dialogs.build()
|
2018-04-17 22:27:40 +08:00 |
|
hyb1996
|
f6dec28e49
|
fix(ui): layout inspect failed when dumping
|
2018-04-15 17:00:03 +08:00 |
|
hyb1996
|
7e2f09b9aa
|
feat(ui): add pointer location and stop all scripts to circular menu
|
2018-04-15 16:29:09 +08:00 |
|
hyb1996
|
6ed82afa53
|
api(colors): color.RED, colors.DKGRAY, ..., colors.TRANSPARENT
|
2018-04-15 14:36:35 +08:00 |
|
hyb1996
|
3899ca73a0
|
fix(inrt): permission READ_PHONE_STATE
|
2018-04-14 15:50:50 +08:00 |
|
hyb1996
|
34fb18cba3
|
fix(automator): click always return true if the widget with text exists
|
2018-04-13 22:55:08 +08:00 |
|
hyb1996
|
a00bd293b3
|
doc: update to lastest
|
2018-04-13 22:31:02 +08:00 |
|
hyb1996
|
2162bd5b28
|
feat: checks plugin version
|
2018-04-13 22:10:40 +08:00 |
|
hyb1996
|
51fa9bde49
|
fix(images): java.lang.IllegalArgumentException: x must be < bitmap.width() in images.findMultiColors()
|
2018-04-11 17:11:15 +08:00 |
|
hyb1996
|
8b82a294d7
|
fix(ui): Don't call setOn(Long)ClickListener for an AdapterView
|
2018-04-11 16:41:16 +08:00 |
|
hyb1996
|
b49ea34585
|
fix(http): timeout on http request
|
2018-04-11 16:25:15 +08:00 |
|
hyb1996
|
dc790a297c
|
fix(files): files.listDir() return null
|
2018-04-11 15:58:14 +08:00 |
|
hyb1996
|
16692dadf3
|
fix(selector): UiObjectCollection.find() conflicts with Array.find()
|
2018-04-07 14:03:14 +08:00 |
|
hyb1996
|
af8823b10f
|
feat(rhino): java object and class can custom prototype in javascript
|
2018-04-07 13:22:41 +08:00 |
|
hyb1996
|
c39ba26e1f
|
feat(ui): show forum notification count on drawer menu
|
2018-04-03 18:17:36 +08:00 |
|
hyb1996
|
aeae51bb74
|
fix: #268
|
2018-04-03 16:09:26 +08:00 |
|
hyb1996
|
ebf086af90
|
docs: update docs and indics to latest
|
2018-04-02 15:49:35 +08:00 |
|
hyb1996
|
0656a64468
|
api(engines): ScriptEngine.getSource()
|
2018-04-02 15:35:08 +08:00 |
|
hyb1996
|
54b7024109
|
fix(inrt): duplicate script executions
|
2018-04-02 15:11:17 +08:00 |
|
hyb1996
|
b381f28470
|
api(app, globals): app.autojs, app.versionCode, app.versionName, requiresApi, requiresAutojsVersion
|
2018-04-02 14:30:03 +08:00 |
|
hyb1996
|
737f1a901f
|
fix(images): src or template image may be recycled on findImage
|
2018-04-02 11:41:38 +08:00 |
|
hyb1996
|
2a8b0ce3e0
|
feat(editor): auto restore text after screen orientation changed
|
2018-04-01 15:03:08 +08:00 |
|
hyb1996
|
e31297794d
|
fix(ui): ui callbacks still alive after script exit
|
2018-04-01 14:18:23 +08:00 |
|
hyb1996
|
b3f000d240
|
api(engines): engines.all(), ScriptEngine.emit()
api(events): events.broadcast
|
2018-04-01 14:07:18 +08:00 |
|
hyb1996
|
0e2a49cd6f
|
fix(images): another mat released causes the mat recycled???
|
2018-03-31 22:07:31 +08:00 |
|
hyb1996
|
18a2543bb1
|
fix(images): another mat released causes the mat recycled???
|
2018-03-31 22:05:36 +08:00 |
|