Commit Graph

  • 28a551324a fix(app): orientation changing causes floating window keep to side hyb1996 2018-06-03 09:54:14 +08:00
  • 9c612ea8bd fix(autojs): ui tablayout default to dark theme hyb1996 2018-05-31 11:07:21 +08:00
  • debcb1d7b8 api(autojs): supports ui label toolbar, appbar, tabs, viewpager, drawer hyb1996 2018-05-31 01:38:36 +08:00
  • 22185346e8 save works hyb1996 2018-05-29 20:26:21 +08:00
  • aa770b2ffb fix(app): BuildActivity crash when package.json is illegal hyb1996 2018-05-29 11:07:42 +08:00
  • 0ffb8d1ec5 docs: update to latest hyb1996 2018-05-28 21:57:40 +08:00
  • 7cb7703921 api(images): images.copy(), Image(width, height) api(canvas): canvas.toImage(), Canvas(width, height) hyb1996 2018-05-28 21:43:08 +08:00
  • 30dbe6e3f2 api(images): images.copy(), Image(width, height) hyb1996 2018-05-28 21:37:05 +08:00
  • 8379764193 fix(app): #328 hyb1996 2018-05-28 21:23:35 +08:00
  • 5e36c12236 remove splash banner ad hyb1996 2018-05-28 21:09:19 +08:00
  • 2d6fed4c99 api(runtime): runtime.requestPermissions() hyb1996 2018-05-28 20:51:05 +08:00
  • faa5ef4c48 add(sample): 护眼模式 fix(floaty): xml.toString() return empty when xml has just one node hyb1996 2018-05-28 20:02:40 +08:00
  • 44b7f0b39a api(floaty): floaty.rawWindow() hyb1996 2018-05-28 17:02:48 +08:00
  • ac0e9952c8 feat(autojs): UiSelector.indexInParent hyb1996 2018-05-28 13:14:59 +08:00
  • 9911c9146d fix(sample): 通知监听 hyb1996 2018-05-26 10:59:34 +08:00
  • d5630876d9 add missing files hyb1996 2018-05-25 20:09:51 +08:00
  • 9b90f574b8 fix(app): open drawer menu crash when user is offline hyb1996 2018-05-25 13:30:09 +08:00
  • 7839bc6813 refactor: rename package name to 'org.autojs.autojs' hyb1996 2018-05-25 13:19:53 +08:00
  • b81db30f3f add: google admob ads for testing hyb1996 2018-05-24 21:22:21 +08:00
  • 64c7152736 fix(app): splash forever hyb1996 2018-05-22 20:59:16 +08:00
  • 2edb363b39 fix(autojs): use global context factory to enter context to make runtime.loadJar() working hyb1996 2018-05-22 20:49:06 +08:00
  • 5237ac7ea4 remove GDT SDK hyb1996 2018-05-22 20:30:38 +08:00
  • a6bc3b26f1 fix(autojs): script bridges convert boolean to Boolean hyb1996 2018-04-25 16:22:38 +08:00
  • 55f2e7b20a fix(autojs): screen request activity memory leak fix(autojs): idStartsWith not working hyb1996 2018-04-25 15:53:04 +08:00
  • c488e9ccbb fix(ui): circular menu keep to edge behavior on screen orientation change hyb1996 2018-04-21 16:53:00 +08:00
  • 188347be34 fix(dialogs): cannot use 'in' in non-object for following code alert("", "", ()=>{}) ` hyb1996 2018-04-21 14:50:05 +08:00
  • ae243719b1 fix(dialogs): dialog.select() shows checkbox hyb1996 2018-04-21 14:23:42 +08:00
  • 4f9f79f33b sample(dialogs): add 模拟更新下载对话框.js hyb1996 2018-04-19 11:56:58 +08:00
  • 4833471879 api(dialogs): change dialog setter thread to ui thread hyb1996 2018-04-18 18:10:59 +08:00
  • baaa820d09 api(dialogs): change dialog event callback thread to caller thread hyb1996 2018-04-18 17:48:26 +08:00
  • 97198ad668 fix(autojs): bridges.call() convert boolean to java.lang.Boolean hyb1996 2018-04-18 16:36:40 +08:00
  • 278cfd2272 api(dialogs): dialogs.build() hyb1996 2018-04-17 22:27:40 +08:00
  • f6dec28e49 fix(ui): layout inspect failed when dumping hyb1996 2018-04-15 17:00:03 +08:00
  • 7e2f09b9aa feat(ui): add pointer location and stop all scripts to circular menu hyb1996 2018-04-15 16:29:09 +08:00
  • 6ed82afa53 api(colors): color.RED, colors.DKGRAY, ..., colors.TRANSPARENT hyb1996 2018-04-15 14:36:35 +08:00
  • 3899ca73a0 fix(inrt): permission READ_PHONE_STATE hyb1996 2018-04-14 15:50:50 +08:00
  • 34fb18cba3 fix(automator): click always return true if the widget with text exists hyb1996 2018-04-13 22:55:08 +08:00
  • a00bd293b3 doc: update to lastest hyb1996 2018-04-13 22:31:02 +08:00
  • 2162bd5b28 feat: checks plugin version hyb1996 2018-04-13 22:10:40 +08:00
  • 51fa9bde49 fix(images): java.lang.IllegalArgumentException: x must be < bitmap.width() in images.findMultiColors() hyb1996 2018-04-11 17:11:15 +08:00
  • 8b82a294d7 fix(ui): Don't call setOn(Long)ClickListener for an AdapterView hyb1996 2018-04-11 16:41:16 +08:00
  • b49ea34585 fix(http): timeout on http request hyb1996 2018-04-11 16:25:15 +08:00
  • dc790a297c fix(files): files.listDir() return null hyb1996 2018-04-11 15:58:14 +08:00
  • 16692dadf3 fix(selector): UiObjectCollection.find() conflicts with Array.find() hyb1996 2018-04-07 14:03:14 +08:00
  • af8823b10f feat(rhino): java object and class can custom prototype in javascript hyb1996 2018-04-07 13:22:41 +08:00
  • c39ba26e1f feat(ui): show forum notification count on drawer menu hyb1996 2018-04-03 18:17:36 +08:00
  • aeae51bb74 fix: #268 hyb1996 2018-04-03 16:09:26 +08:00
  • ebf086af90 docs: update docs and indics to latest hyb1996 2018-04-02 15:49:35 +08:00
  • 0656a64468 api(engines): ScriptEngine.getSource() hyb1996 2018-04-02 15:35:08 +08:00
  • 54b7024109 fix(inrt): duplicate script executions hyb1996 2018-04-02 15:11:17 +08:00
  • b381f28470 api(app, globals): app.autojs, app.versionCode, app.versionName, requiresApi, requiresAutojsVersion hyb1996 2018-04-02 14:30:03 +08:00
  • 737f1a901f fix(images): src or template image may be recycled on findImage hyb1996 2018-04-02 11:41:38 +08:00
  • 2a8b0ce3e0 feat(editor): auto restore text after screen orientation changed hyb1996 2018-04-01 15:03:08 +08:00
  • e31297794d fix(ui): ui callbacks still alive after script exit hyb1996 2018-04-01 14:18:23 +08:00
  • b3f000d240 api(engines): engines.all(), ScriptEngine.emit() api(events): events.broadcast hyb1996 2018-04-01 14:07:18 +08:00
  • 0e2a49cd6f fix(images): another mat released causes the mat recycled??? hyb1996 2018-03-31 22:07:31 +08:00
  • 18a2543bb1 fix(images): another mat released causes the mat recycled??? hyb1996 2018-03-31 22:05:36 +08:00
  • 77c0d6bd19 cleanup(autojs): ScriptRuntime.requiresApi() hyb1996 2018-03-31 21:29:30 +08:00
  • e3335f4b79 fix(floaty): bugs of floaty's view inflation hyb1996 2018-03-31 20:55:33 +08:00
  • 3dffb02bad add: 955 material icons hyb1996 2018-03-31 14:10:44 +08:00
  • 5226f41d33 remove built-in icons hyb1996 2018-03-31 13:46:01 +08:00
  • 09a43dd7c0 remove leak canary hyb1996 2018-03-31 12:41:15 +08:00
  • 32f9fd3359 fix(canvas): emit should call with view as this fix(sample): 贪吃蛇重力感应版: some typo and bugs hyb1996 2018-03-31 12:25:38 +08:00
  • 7a4eb33245 opt(dev_plugin): add require path to remote script; optimize saved remote script's name hyb1996 2018-03-30 17:51:11 +08:00
  • af5bf8ecf2 feat(ui): supports label grid hyb1996 2018-03-30 17:37:31 +08:00
  • 47faa1f69e fix(images): it seems that memory leak of images has been fixed closes #323 hyb1996 2018-03-30 12:48:09 +08:00
  • 61ba5dbed5 fix: try to fix memory leak of images hyb1996 2018-03-29 21:34:24 +08:00
  • a7ed49d8b1 sample(ui): music file browser hyb1996 2018-03-29 21:17:49 +08:00
  • bac87f2591 refactor(ui): refactor dynamic layout inflater feat(ui): xml one way data binding feat(ui): label list hyb1996 2018-03-29 16:50:21 +08:00
  • 9a61bbe64d add: 300 built-in icons hyb1996 2018-03-28 10:52:03 +08:00
  • 9c43b1f41c opt: API of canvas hyb1996 2018-03-24 13:37:10 +08:00
  • a009eb02b0 refactor: use GlobalAppContext to replace App.getApp() add: Canvas hyb1996 2018-03-23 14:45:48 +08:00
  • d098c77827 fix(ui): textStyle hyb1996 2018-03-21 17:50:49 +08:00
  • e7103b3187 api(images): images.toBase64(), images.fromBase64(), images.save(), images.toBytes(), images.fromBytes() hyb1996 2018-03-21 17:41:44 +08:00
  • 6934a068e5 fix: built ui script shows log instead of ui hyb1996 2018-03-21 17:03:39 +08:00
  • e705d7f688 fix(ui): app crash when some ui events' handlers throw exception hyb1996 2018-03-21 16:43:44 +08:00
  • 90ab184310 fix(canvas): rendering thread not restart when a destroyed surface is recreated hyb1996 2018-03-21 16:27:09 +08:00
  • efa31915c2 add: sample Gluttonous Snake for canvas hyb1996 2018-03-21 16:04:43 +08:00
  • 9e4cdb4723 fix: EditText of floaty window cannot request focus hyb1996 2018-03-20 22:09:51 +08:00
  • b46e08e6bf api: event click, long_click, touch_down and so on for view hyb1996 2018-03-20 21:27:02 +08:00
  • f16b3ad922 feat: new ui widget canvas hyb1996 2018-03-19 19:17:06 +08:00
  • c5e3050732 just to save works hyb1996 2018-03-17 14:34:59 +08:00
  • 976e78e07d fix: requestScreenCapture() dead lock if request activity destroyed hyb1996 2018-03-15 20:22:13 +08:00
  • 9679830c75 fix: generated selector code is wrong for exists and waitFor hyb1996 2018-03-15 19:30:29 +08:00
  • 714cbd5759 fix: engines.exec*** reports error hyb1996 2018-03-15 16:48:24 +08:00
  • 0d94c36d8c fix: thread.interrupt() not quit looper hyb1996 2018-03-15 16:35:22 +08:00
  • 40f7941064 fix: extras option for app.intent() handles data types incorrectly hyb1996 2018-03-10 16:35:49 +08:00
  • 16b39b550d fix(selector): the behavior of findOnce() is different from docs point out hyb1996 2018-03-09 13:36:52 +08:00
  • c0b03d89d5 fix: floaty.closeAll() not found hyb1996 2018-02-28 09:52:32 +08:00
  • 3de96662c6 docs: events, automator hyb1996 2018-02-27 17:59:12 +08:00
  • ce515e58e0 api(automator): auto.waitFor() hyb1996 2018-02-27 17:28:50 +08:00
  • 528171b77d api(events): events.setKeyInterceptionEnabled() hyb1996 2018-02-27 17:03:09 +08:00
  • a43ac939e9 refactor: rewrite init.js hyb1996 2018-02-27 16:32:10 +08:00
  • 235115edf3 api(app): app.startActivity() for string param hyb1996 2018-02-27 16:16:32 +08:00
  • 66c436cd99 index: sensors, media hyb1996 2018-02-27 13:24:07 +08:00
  • 724fd115eb docs: sensors, media hyb1996 2018-02-27 13:16:11 +08:00
  • 37e4ebc91e api: add module media hyb1996 2018-02-27 11:27:37 +08:00
  • ab121f23c3 global key observer lazy initialize hyb1996 2018-02-27 09:59:36 +08:00
  • a380cf436f Merge pull request #309 from hyb1996/dev Stardust 2018-02-27 09:41:19 +08:00
  • 86c1371e93 touch record lazy initialize hyb1996 2018-02-27 09:39:58 +08:00