Conversation
…ions Ports UD-2 (block#5116): fresh local device auth mints short-lived, single-use grants bound to community, identity, peer, and pairing transcript; the nsec publishes only after both SAS confirmation and a consumed grant, and every failure aborts without sending. MainActivity moves to FlutterFragmentActivity with fork notification callbacks kept; iOS gains an LAContext device-auth channel and the Face ID usage string. Settings keeps pubkey-only copy. Ports the composer/draft remainder of d074576 (block#7385): exact mention labels, composer resolution, draft mention_keys persistence with hydration and pruning, and qualified-label rendering, adapted to the diverged fork composer. flutter analyze clean; full mobile suite green (1902 tests). Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: only21mil <only21mil@users.noreply.github.com>
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
Wave 1 P05 mobile lane, two parts:
FlutterFragmentActivitywith all fork notification/permission callbacks kept plus a framework-onlyDeviceAuthBridge(no new deps); iOS gains anLAContextdevice-owner channel and the Face ID usage string.d07457687(fix(mobile): bind same-name mentions to exact selected identities block/buzz#7385) that P05b skipped: exact mention labels, composer resolution at send, draftmention_keyspersistence with hydration/pruning, qualified-label rendering, adapted to the diverged fork composer.mention_bindings.darttaken byte-identical from P05b's frozen head as the shared compile base.Related issue
N/A (wave-1 work package P05; upstream refs block#5116, block#7385, commit
d07457687).Testing
flutter analyze: clean.export_authorization_test,export_platform_contract_test, extended pairing recovery tests, settings pubkey test, and upstreamexact_mention_tests(14 scenarios).