Conversation
Remove IRC help, Support and Release audit from Settings (not part of the reference app) and their now-unused help texts. Show the server directory sheet below the status bar via useSafeArea.
Add a master 'Enable notifications' switch that requests POST_NOTIFICATIONS before turning on (default off, per-type toggles gated on it) and reconciles to off if the OS permission is revoked. Add a Camera access permission tile. Only the ongoing background-connection notice is shown without opt-in, so the app stays reachable once notifications are granted. Wire permission_handler and declare CAMERA.
Add a final onboarding step that requests POST_NOTIFICATIONS and, on grant, turns on the notifications master setting so highlights, private messages and the background-connection notice work without a trip to Settings.
Add Firebase (core/analytics/crashlytics/app_check) with App Check Play Integrity (debug provider in debug). Analytics and Crashlytics collection are off by default and gated behind an analyticsConsent setting; a consent toggle lives in Settings and onboarding, and the app applies it on load. Uncaught errors are chained into Crashlytics alongside the existing email crash reporter. Update privacy copy to describe the opt-in telemetry.
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.
Pull Request
Summary
Checklist