版本发布 8
- 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' . 
- [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
- [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
- add option to hide real password from UI (#8 )
- Add option to hide real password from UI ( #8 )
- Security: change password file path to `com.android.systemui` private data path for more resistance to attacks - possible fix for #9
- 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 . 🙏
- Icon: implement monochrome icon #5 - Icon: redesigned vector icon - Build: Fix #6 **Full Changelog**: 1.0..1.1v2