Skip to content

Releases: zjn0505/adb-alfred

v1.13.5

v1.13.4

07 Jul 05:54
Compare
Choose a tag to compare
  • Add Alfred 5 support.
  • Add modifier shortcut for key code input
  • Add double click modifier for back button input
  • Add abi info for list device
  • Set SHA1 as copytext for apk cert info.
  • Add modifier for dump stack results to uninstall, force stop, clear data and show app info.
  • Add help url
  • Add open/clear cache/data shortcut

v1.13.3

24 May 06:43
3415a74
Compare
Choose a tag to compare

#34

v1.13.2

28 Apr 11:44
Compare
Choose a tag to compare
  • Fix MD5 hash regression with python 3 0b971a0

v1.13.1

15 Apr 08:47
Compare
Choose a tag to compare
  • Add cache to devices info c4a9597
  • Improve list apps filtering for package name cases 13c7530
  • Fix scrcpy output may block show device options 18df5ef
  • Fix scrcpy compatibility with M1 chip mac 64bf053
  • Support authorizing state 21a54d0
  • Add "restart" as althernative word match for "reboot" command 64bf053

v1.13.0

26 Mar 07:01
17a2e41
Compare
Choose a tag to compare

17a2e41

Migrate to python 3 to support macOS 12.3

Built upon https://github.com/NorthIsUp/alfred-workflow-py3 v 1.14.0

New changes

  • Add shift modifier to list devices filter to exec second last history command 46381ec
  • Add ro.build.version.incremental to device info f46fba6
  • Add disable package for current user modification 742724d

Not working

  • adb wifi connect history save, background.py not working
  • check updates, background.py not working
  • apk command with files containing CJK characters.

Not tested

  • Alfred 3 compatibility.
  • M1 mac compatibility

v1.12.3

09 Jul 16:29
Compare
Choose a tag to compare

ba735cf Add support for V4 signature to apk command

v1.12.2

30 Sep 09:33
Compare
Choose a tag to compare

01d4b28 Improved self script that can populate alfred list #17

Check #self-script-customization for details

v1.12.1

20 Jan 05:51
Compare
Choose a tag to compare
  • Add screen record, and dimension restriction modifier for scrcpy
  • Make package name copyable in show app list

v1.12.0

28 Oct 07:55
Compare
Choose a tag to compare
  • Add self script support. #14