ITADN
leohearts/AlternativeUnlockXposed

版本发布 8

1.6
? · 2025-03-09

- Support possibly all native lock types, fix #15 - Suppress logs when `realPassword` is detected from lock screen Here's how to use this module if you use `Pattern` for screen lock: 1. Install and enable this module, open app and click 'Restart SystemUI' 2. grab logs with `adb logcat | grep alternativeUnlockHook` or your favorite log viewer (as `Debug` level) 3. Unlock with your desired fake pattern 4. Unlock with your real pattern 5. You'll find two different `credStr` of your unlocks from logcat , fill them into `fakePassword` and `realPassword` 6. Done! Now click 'Restart SystemUI' . ![image](https://github.com/user-attachments/assets/10522be3-d7de-4254-ad15-64b497700d38)

1.5.1
? · 2025-02-05

- [fix] Change config file protection method from `SELinux` to Unix file permission for better compatibility - [revert] Config path reverted to `/data/local/tmp` to deal with pre-decryption failures - [other] refine code style

1.5.1
? · 2025-02-04

- [fix] Change config file protection method from `SELinux` to Unix file permission for better compatibility - [revert] Config path reverted to `/data/local/tmp` to deal with pre-decryption failures - [other] refine code style

1.5
? · 2024-11-11

- add option to hide real password from UI (#8 )

1.5
? · 2024-11-11

- Add option to hide real password from UI ( #8 )

1.4
? · 2024-11-11

- Security: change password file path to `com.android.systemui` private data path for more resistance to attacks - possible fix for #9

1.2
? · 2024-08-20

- Added permission control for our config file ✨ now normal apps can't read our config files. - Make default value better to use 🧋 NOTE: if you are having problems regarding to the config permission change, please report to me . 🙏

1.1v2
? · 2024-08-03

- Icon: implement monochrome icon #5 - Icon: redesigned vector icon - Build: Fix #6 **Full Changelog**: 1.0..1.1v2