inthewaves
inthewaves
PDFs can have document outlines built into them, e.g. open up https://manuals.info.apple.com/MANUALS/1000/MA1902/en_US/apple-platform-security-guide.pdf in Chrome or Firefox, and there should be clickable outlines available in the PDF viewer UI
Changes since rebase: - fix PasswordComplexity parsing & remove flaky test functions - allow skip and changing lock type from SetupWizard. I was reading a comment from [BiometricUtil](https://github.com/GrapheneOS/platform_packages_apps_Settings/blob/c14c3b040aacd85567b35a8908bad3c89c183fba/src/com/android/settings/biometrics/BiometricUtils.java#L204) about how...
Changes since rebase: - hide auto-PIN in SetupWizard and other fixes (auto-PIN originally disabled in SetupWizard but generation flow didn't handle that until now; see 4c8ad8f91124a10e154bcf8cf8bbd6504222658e) - make a copy...
Changes: - Delegate final confirmation step to AOSP's ChooseLockPassword activity so that we don't have duplicate validation and saving logic. To facilitate this, the generated password (as a LockscreenCredential) and...
Changes: - Increase the minimum number of words for diceware passphrases from 4 to 6, and the maximum from 8 to 10. - Update intro text for passphrases and PINs...
A consequence of using JobScheduler: The JobService will still run periodically if SystemUI crashes, but it stops running periodically if the main user force stops the SystemUI app. The JobSchedulerService...