Commit Graph

184 Commits

Author SHA1 Message Date
hyb1996
f65ab0fc57 更新文档 2018-12-21 14:26:59 +08:00
hyb1996
72d8077142 修复 打包项目时无法运行的问题
新增 images.matchTemplate()找图返回多个位置
新增 找图示例
2018-12-16 10:24:57 +08:00
hyb1996
975940dced 增加 可选特性continuation
增加 协程示例
2018-12-12 17:31:48 +08:00
hyb1996
3835c9d4a9 修复 在魅族设备时部分输入框崩溃的问题 2018-11-20 23:23:03 +08:00
hyb1996
67614b8016 修复 captureScreen()可能造成死循环的问题 2018-11-05 11:47:46 +08:00
hyb1996
248d698708 新增 opencv懒加载 2018-11-02 00:48:13 +08:00
hyb1996
d8d02a1137 新增 images.rotate(), images.concat()旋转和拼接图片,参见《图片处理》示例 2018-11-02 00:01:08 +08:00
hyb1996
245d13c377 新增 images自适应二值化 2018-10-24 21:41:20 +08:00
hyb1996
8864e78af6 优化 opencv内存泄漏问题 2018-10-24 20:39:51 +08:00
hyb1996
cd71a7e1dd 增加 images图片处理函数 2018-10-24 13:33:11 +08:00
hyb1996
148784656d 优化 脚本管理器增删文件后的更新
新增 支持插件
优化 多点找色的内存泄漏
修复 文件重命名时的后缀问题
修复 脚本抛出Throwable不能被捕捉的问题
2018-10-23 15:00:34 +08:00
hyb1996
c8a96b3c81 新增 fab控件及其例子 2018-10-18 13:39:25 +08:00
hyb1996
270b2f7844 新增 卡片布局及其示例 2018-10-18 12:09:03 +08:00
hyb1996
3d6c2812c6 修复 Android P出现CLEARTEXT不支持的问题 2018-10-17 23:59:37 +08:00
hyb1996
82fa139ec0 fix: bug of ui.Widget; add: sample for ui.Widget 2018-10-14 14:34:34 +08:00
hyb1996
14b7a7e85e sample: 自定义控件; fix: ActivityNotFoundException 2018-10-14 10:33:23 +08:00
hyb1996
aa7318bfbd feat(ui): default dimension dp 2018-10-12 20:54:48 +08:00
hyb1996
f0d9ef1367 feat(autojs): list.on("item_bind") 2018-10-12 17:02:47 +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
ccf85fe2f5 opt(ui): js beautifier supports formatting xml 2018-09-13 11:07:19 +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
32805aad34 feat(ui): supports debugging 2018-09-07 22:26:03 +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
023b8a79d9 feat(app): supports changing default script dir path 2018-06-03 18:05:17 +08:00
hyb1996
7036fa994e fix(autojs): ui.emitter.emit() may make app crash if callback throws exception
add(sample): 界面模板一.js
2018-06-03 11:57:49 +08:00
hyb1996
22185346e8 save works 2018-05-29 20:26:21 +08:00
hyb1996
0ffb8d1ec5 docs: update to latest 2018-05-28 21:57:40 +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
9911c9146d fix(sample): 通知监听 2018-05-26 10:59:34 +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
a00bd293b3 doc: update to lastest 2018-04-13 22:31:02 +08:00
hyb1996
ebf086af90 docs: update docs and indics to latest 2018-04-02 15:49:35 +08:00
hyb1996
3dffb02bad add: 955 material icons 2018-03-31 14:10:48 +08:00
hyb1996
5226f41d33 remove built-in icons 2018-03-31 13:46:02 +08:00
hyb1996
32f9fd3359 fix(canvas): emit should call with view as this
fix(sample): 贪吃蛇重力感应版: some typo and bugs
2018-03-31 12:25:38 +08:00
hyb1996
af5bf8ecf2 feat(ui): supports label grid 2018-03-30 17:37:31 +08:00
hyb1996
a7ed49d8b1 sample(ui): music file browser 2018-03-29 21:17:49 +08:00
hyb1996
bac87f2591 refactor(ui): refactor dynamic layout inflater
feat(ui):  xml one way data binding
feat(ui): label `list`
2018-03-29 16:50:21 +08:00
hyb1996
9a61bbe64d add: 300 built-in icons 2018-03-28 10:52:04 +08:00
hyb1996
9c43b1f41c opt: API of canvas 2018-03-24 13:37:10 +08:00
hyb1996
a009eb02b0 refactor: use GlobalAppContext to replace App.getApp()
add: Canvas
2018-03-23 14:45:48 +08:00
hyb1996
efa31915c2 add: sample Gluttonous Snake for canvas 2018-03-21 16:04:43 +08:00
hyb1996
9e4cdb4723 fix: EditText of floaty window cannot request focus 2018-03-20 22:09:51 +08:00
hyb1996
b46e08e6bf api: event click, long_click, touch_down and so on for view 2018-03-20 21:27:02 +08:00
hyb1996
f16b3ad922 feat: new ui widget canvas 2018-03-19 19:17:06 +08:00
hyb1996
c5e3050732 just to save works 2018-03-17 14:34:59 +08:00
hyb1996
3de96662c6 docs: events, automator 2018-02-27 17:59:12 +08:00
hyb1996
66c436cd99 index: sensors, media 2018-02-27 13:24:07 +08:00