Backport customization, font logging, and macOS DA fixes from dev/tdewey/2.1#1652
Merged
Conversation
…ic font engine logging Implement logFontEngine() in Windows, macOS, and Linux to log the configured font engine used by the application. This function provides insights into the font engine settings based on the platform's configuration, enhancing debugging and platform-specific behavior tracking.
Call PlatformQuirks::logFontEngine() during application init alongside the existing text-scale debug output.
…nGenerator Move password hashing (yescrypt/sha256crypt), Wi-Fi PSK derivation, and CR/LF stripping into the generator so customization output is built from a single place. Add unit tests and link the bundled crypto libraries into the test target.
Replace ImageWriter.crypt/pbkdf2 with hashUserPassword and deriveWifiPsk, pass the OS release date into the generator, and invalidate saved yescrypt hashes when targeting older images. Wizard steps now store only derived credentials; ImTextField uses paste() so pasted passwords drop CR/LF.
Schedule DA sessions on the main run loop before initiating unmount/eject, and dispatch from worker threads via dispatch_sync to the main queue so callbacks are delivered reliably.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-picks five commits from
dev/tdewey/2.1that are unrelated to the privileged-helper work:logFontEngine()on all platformslogFontEngine()at startupCustomisationGenerator(yescrypt/sha256crypt, CR/LF stripping, tests)platformquirks_macos.mmonly — helper-server changes omitted)Test plan
customization_generator_test