Skip to content

Recording securely feature#5

Merged
SerialForBreakfast merged 3 commits into
mainfrom
recording-safe
Dec 6, 2025
Merged

Recording securely feature#5
SerialForBreakfast merged 3 commits into
mainfrom
recording-safe

Conversation

@SerialForBreakfast

Copy link
Copy Markdown
Owner

Pull Request

Summary

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🔧 Configuration change
  • 🎨 UI/UX improvement
  • ⚡ Performance improvement
  • 🧹 Code cleanup/refactoring

Changes Made

Testing

  • Unit tests pass
  • Build succeeds
  • Manual testing completed
  • UI/UX testing completed (if applicable)

Related Issues

Closes #

Screenshots/Videos

Checklist

  • My code follows the project's coding standards
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Additional Notes


This PR template is designed to work with GitHub Copilot for automatic summaries

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.
@SerialForBreakfast SerialForBreakfast merged commit 6f9443f into main Dec 6, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant