Recording securely feature#5
Merged
Merged
Conversation
Introduces secure recording capabilities with complete file protection, on-device transcription, and consent management. Adds LocalAuthenticationManager for Face ID/Touch ID authentication, SecureRecordingManager for private recordings, and updates AudioRecordingManager, CacheManager, and Info.plist to support secure workflows and background audio. Includes new UI and test files for secure recordings.
SecureRecordingManager now publishes live transcription via a new @published property, and SpeechRecognizerViewModel mirrors this to keep the UI in sync during secure recording. Stopping secure recording now uses stopTranscribingWithTiming to ensure timing data is finalized, and transcript persistence uses a Codable SecureTranscriptPayload to prevent JSON serialization crashes. ContentView refactored to separate live and secure recording controls, and changelog updated with details.
Removed redundant destructuring of 'context' from '@actions/github' in pr-summary.yml to resolve a SyntaxError. This change restores proper execution of the summary-comment and auto-label steps in the GitHub PR summary workflow.
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
Type of Change
Changes Made
Testing
Related Issues
Closes #
Screenshots/Videos
Checklist
Additional Notes
This PR template is designed to work with GitHub Copilot for automatic summaries