Releases: zjn0505/adb-alfred
Releases · zjn0505/adb-alfred
v1.13.6
Update support of python 3 in apk
command
Full Changelog: v1.13.5...v1.13.6
v1.13.5
- Add version name copytext for package under check app info option
- Add screen info self script
- Show package userId
- Update dump package and extract apk commands
- Add pid to dumpsys activity
- Add a script to toggle gesture navigation
- Add sharedUserId="android.uid.system" for apk file info when applicable
- Add dump notification
- Make command history more searchable.
v1.13.4
- 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
- Add APK file universal action
- Add modifier for listed applications
- Add modifier to show package options from dump task stacks
- Check APK signature in background
- Fix several regressions after python3 migration
- Switch workflow library to https://github.com/xilopaint/alfred-pdf-tools/tree/main/src/workflow
v1.13.2
v1.13.1
- 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
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.incrementa
l 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