Commit Graph

  • 3923daeaf8 fix: GlobalStardustConsole memory leak hyb1996 2017-10-28 16:05:29 +08:00
  • 716a44fb6f fix: VolatileBox dead lock issue hyb1996 2017-10-28 15:46:03 +08:00
  • 02a9091ddb add: floating window switch saves state on exit hyb1996 2017-10-28 15:07:22 +08:00
  • d830e13031 fix hyb1996-guest/AutoJsIssueReport#14544 hyb1996 2017-10-28 14:48:53 +08:00
  • 8ce22d1af6 Merge branch 'dev' of https://github.com/hyb1996/NoRootScriptDroid into dev hyb1996 2017-10-28 12:54:02 +08:00
  • 1f7be092d8 fix: timer not working when script runs repeatedly hyb1996 2017-10-27 23:56:40 +08:00
  • 2c990e1966 refactor: move some classes in package api to package core hyb1996 2017-10-27 19:46:31 +08:00
  • dab1b2860e Merge branch 'dev' of https://github.com/hyb1996/NoRootScriptDroid into dev hyb1996 2017-10-27 15:05:23 +08:00
  • 19bbbe9fe1 fix: root_automator cannot be force stopped hyb1996 2017-10-27 11:34:41 +08:00
  • ece78e5903 fix: fab scroll aware behaviour hyb1996 2017-10-26 20:23:10 +08:00
  • 2aa2d074a8 fix: swipe refresh layout abnormal refreshing with nested webview hyb1996 2017-10-26 19:42:39 +08:00
  • bc29c578e6 * fix: webview nested scroll issue * add: image upload support * add: user page hyb1996 2017-10-26 19:22:43 +08:00
  • f55593a7a2 fix: user register; update dependencies hyb1996 2017-10-26 17:01:29 +08:00
  • 1e5c05efb9 fix: user login; refactor: move package widget to package ui hyb1996 2017-10-26 13:16:34 +08:00
  • 6ddafa0d3a Merge pull request #242 from hyb1996/dev Stardust 2017-10-25 22:49:57 +08:00
  • 6cee2def6e update readme hyb1996 2017-10-25 22:46:14 +08:00
  • 60f9e8e74f fix: permission issues of inrt hyb1996 2017-10-25 22:06:09 +08:00
  • 70383a97df update version name hyb1996 2017-10-25 21:22:30 +08:00
  • f3ea2cd897 remove unused intent filter for edit and run activity hyb1996 2017-10-25 20:58:35 +08:00
  • f5fa3311c1 add: dynamic shortcuts for android N hyb1996 2017-10-25 20:18:19 +08:00
  • 98b3fb2c09 add: custom shortcut icon hyb1996 2017-10-25 16:43:55 +08:00
  • cf82cd2802 add: search for scripts and posts hyb1996 2017-10-25 13:23:46 +08:00
  • 08d1188b33 add: * offline docs * tow-row input method enhance bar * long press hint to show function manual * docs drawer hyb1996 2017-10-25 00:15:47 +08:00
  • 9077e4928d add: build apk from js file hyb1996 2017-10-24 15:49:45 +08:00
  • 448d39b7e8 add: ui for apk building hyb1996 2017-10-22 20:04:08 +08:00
  • e301e5952c refactor: move package console to package core hyb1996 2017-10-22 18:40:54 +08:00
  • 38740657b8 fix: console lagged with too many logs hyb1996 2017-10-22 18:33:12 +08:00
  • deda91e6b1 fix: crash when ScriptListView init hyb1996 2017-10-21 20:36:45 +08:00
  • 1e50e6d9da add: uploaded script options hyb1996 2017-10-21 15:10:34 +08:00
  • 2b93091f5d add: file chooser dialog hyb1996 2017-10-19 17:19:06 +08:00
  • 4b43434b25 apply plugin retrolambda hyb1996 2017-10-19 15:34:51 +08:00
  • 7c4f3b37a3 Merge pull request #240 from hyb1996/new_ui Stardust 2017-10-19 13:34:30 +08:00
  • 51cda012d2 refactor: remove unused resources, cleanup the code structure hyb1996 2017-10-19 13:33:21 +08:00
  • d95b85cb2e complete the new floating window hyb1996 2017-10-18 22:46:36 +08:00
  • a478278135 replace hover with custom circular menu hyb1996 2017-10-18 20:53:21 +08:00
  • e6c0500358 add: module http hyb1996 2017-10-04 14:43:41 +08:00
  • 1c4aa61a6d add: script files and dirs collapsing support hyb1996 2017-09-30 21:24:39 +08:00
  • 7eb0bec0a7 fix: script list not updated when script is renamed, deleted or created hyb1996 2017-09-30 20:45:48 +08:00
  • f35de5ce02 Merge branch 'new_ui' of github.com:hyb1996/NoRootScriptDroid into new_ui hyb1996 2017-09-30 19:14:29 +08:00
  • be022f1c94 add: file sorting hyb1996 2017-09-30 19:12:07 +08:00
  • 84ee00961b Merge pull request #239 from hyb1996/turbo_editor Stardust 2017-09-29 14:03:16 +08:00
  • c114148502 add: refactor, jumping for editor hyb1996 2017-09-29 13:47:19 +08:00
  • bf4e0877a7 add: symbol and text color, background color adapter for input method enhance bar hyb1996 2017-09-29 00:41:00 +08:00
  • e1f95c09f3 add: jump, find, replace, copy, paste for editor hyb1996 2017-09-28 21:09:16 +08:00
  • 8f3d88c94c add: progress bar and large file support for editor hyb1996 2017-09-28 15:03:18 +08:00
  • bcbbfd1ec6 add: code folding hyb1996 2017-09-28 14:26:36 +08:00
  • 0fa8c110fc fix issues of Tasker Plugin Pref Editor hyb1996 2017-09-28 13:45:27 +08:00
  • 2138d4ef32 new editor!! Code mirror editor~ hyb1996 2017-09-28 00:52:50 +08:00
  • 18e7fceac6 fix: ScriptListView not update when file created or deleted hyb1996 2017-09-26 23:46:59 +08:00
  • 7616634e40 fix: crash on notification events hyb1996 2017-09-25 16:30:09 +08:00
  • b9f8f9bbd7 new ui for NewFileDialog (change to FloatingActionsMenu) hyb1996 2017-09-25 13:40:34 +08:00
  • 8c9777c138 fix #232 hyb1996 2017-09-24 22:26:01 +08:00
  • 881c891b12 Merge pull request #237 from hyb1996/new_ui Stardust 2017-09-22 16:13:03 +08:00
  • 601019cab2 i don't know what i did hyb1996 2017-09-22 16:12:07 +08:00
  • 4bf33a1d09 Merge pull request #236 from hyb1996/new_ui Stardust 2017-09-20 14:38:46 +08:00
  • 23cd6ba6cd i don't know what i did hyb1996 2017-09-20 14:24:20 +08:00
  • 43b7132280 i don't know what i did hyb1996 2017-09-20 14:02:03 +08:00
  • d227d76d87 add: submodule docs hyb1996 2017-09-11 13:43:29 +08:00
  • a64a92276c i don't know what I did hyb1996 2017-09-11 13:42:07 +08:00
  • 56920cd707 add: new ui for file creating hyb1996 2017-08-25 15:53:31 +08:00
  • 5d6e66d5d5 add: new ui for drawer hyb1996 2017-08-25 13:10:52 +08:00
  • 16d48bd6b5 add: manager tab hyb1996 2017-08-23 12:17:05 +08:00
  • 42f6802598 add: tutorial tab hyb1996 2017-08-22 18:11:14 +08:00
  • 602b84fc92 add: fab and toolbar hide when scrolling hyb1996 2017-08-21 10:48:11 +08:00
  • 5440788922 new ui for script list hyb1996 2017-08-20 21:46:51 +08:00
  • 68de90b718 initial status hyb1996 2017-08-19 12:18:46 +08:00
  • eb4fff77db Merge pull request #229 from hyb1996/dev Stardust 2017-08-16 21:57:13 +08:00
  • 5173c92985 update version.json to 2.0.16 Beta2 hyb1996 2017-08-16 21:55:24 +08:00
  • a9abb60f37 Merge pull request #228 from hyb1996/dev Stardust 2017-08-16 11:13:21 +08:00
  • 8dd93e55cf update readme hyb1996 2017-08-16 11:10:21 +08:00
  • 7b1a5fc675 fix: setInterval & setTimeout not working when waitWhenIdle is false hyb1996 2017-08-15 21:12:58 +08:00
  • 197f2136c6 fix: Documentation title not showing hyb1996 2017-08-15 20:23:17 +08:00
  • a72147fcf2 docs: RootAutomator hyb1996 2017-08-15 20:17:27 +08:00
  • 0d694b72c5 Merge pull request #227 from hyb1996/dev Stardust 2017-08-15 18:31:32 +08:00
  • 9e23d9c245 release 2.0.16 Beta2 hyb1996 2017-08-15 18:30:18 +08:00
  • 4e6e223f6e add: signature check hyb1996 2017-08-15 10:58:36 +08:00
  • febb709279 fix: #225 hyb1996 2017-08-15 10:25:08 +08:00
  • 4c0d01c961 fix: forceStop not working when recorded file is executed in loop hyb1996 2017-08-15 10:13:25 +08:00
  • a9ef908ef2 fix: volume key control not working when accessibility service is disabled hyb1996 2017-08-15 10:04:22 +08:00
  • 405075757e add: stable mode for AccessibilityService hyb1996 2017-08-14 21:23:07 +08:00
  • 8034dc7b6b fix: RootAutomatorEngine.forceStop not working hyb1996 2017-08-14 20:10:33 +08:00
  • 7b4629aa1d fix: mode 'auto' not working hyb1996 2017-08-13 13:22:10 +08:00
  • 8c50bfdcaf add: module RootAutomator docs: RootAutomator hyb1996 2017-08-13 13:11:19 +08:00
  • 9c5f876a8f add: root record generates js file fix: delay of tap, swipe by adding RootAutomator hyb1996 2017-08-13 11:12:14 +08:00
  • e96b6082bb Merge branch 'dev' of github.com:hyb1996/NoRootScriptDroid into dev hyb1996 2017-08-12 14:31:23 +08:00
  • af752d5e4c move 'record toast' to prefs hyb1996 2017-08-12 14:29:15 +08:00
  • 1c5668fd70 move 'record toast' to prefs hyb1996 2017-08-12 14:29:15 +08:00
  • 4129f83cb1 fix: record isn't stopped when volume down refactor: recorder hyb1996 2017-08-12 14:14:49 +08:00
  • 5ee99b5379 refactor(autojs): move inputevent to package core hyb1996 2017-08-06 14:40:02 +08:00
  • dac4b02660 Merge pull request #221 from hyb1996/dev Stardust 2017-08-05 18:16:57 +08:00
  • 9174a77676 optimize: auto file size generated by touch record docs: selector hyb1996 2017-08-05 14:59:00 +08:00
  • 2ad0d6c269 improve: change starting Activity to show floating window on record stop hyb1996 2017-08-04 18:36:41 +08:00
  • 37dc1966dc docs: engines module hyb1996 2017-08-04 16:35:29 +08:00
  • 19dac12614 refactor(module autojs): package com.stardust.autojs.runtime.inputevent add: module engines hyb1996 2017-08-04 15:19:57 +08:00
  • f2c1015470 fix(RootAutomatorEngine): forceStop() not working hyb1996 2017-08-03 15:11:16 +08:00
  • 2f5573d9c2 refactor(module autojs): to support .auto record file hyb1996 2017-08-03 13:06:55 +08:00
  • 6a3392cfe6 add: root_automator hyb1996 2017-08-01 21:42:32 +08:00
  • 8734ae3992 fix: code completion not working at first line hyb1996 2017-08-01 10:55:56 +08:00
  • 08419afc3d fix: import sample or create file not working. add: edit icon of view sample activity hyb1996 2017-08-01 10:48:19 +08:00
  • f037a642fd fix: hyb1996-guest/AutoJsIssueReport#7761 hyb1996 2017-07-31 21:49:27 +08:00