We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: add rollout monitoring checklist (#463)
docs: audit content category and UGC for release (#460)
docs: add Play review rejection playbook (#461)
docs: draft Play listing descriptions (#447)
docs: configure release signing secrets (#450)
docs: audit Android manifest permissions (#442)
build: apply release branch deployment strategy
ci: derive android version code from run number
ci: add android play internal deploy
Merge remote-tracking branch 'origin/main' into codexd/issue-394-dependency-refresh # Conflicts: # lib/core/services/notification_service.dart
chore: refresh critical dependencies
Merge pull request #408 from DevKor-github/codexd/android-firebase-release-config [codex] Enforce Android Firebase release config
fix: enforce android firebase release config
docs: add notification behavior spec and suppress step alert in foreground
Merge pull request #404 from DevKor-github/codexd/issue-385-android-release-signing [codex] Configure Android release signing
fix: configure Android release signing
fix: harden iOS ATS release configuration
chore: finalize production metadata
Merge pull request #401 from DevKor-github/codex/implement-issue-389 민감한 런타임 로그를 마스킹하고 릴리스 빌드에서 비활성화
Redact production logging across Dart and native alarms
fix: include iOS release dart defines
docs: add schedule preparation flow SRD
docs: merge GitHub wiki into subtree; resolve conflicts Made-with: Cursor
doc: update documentation for Schedule Timer & Preparation Runtime Flow (v2) - Renamed and expanded the Schedule Timer System documentation to reflect the new runtime flow, including early start handling, cache coherence, and finish semantics. - Enhanced the Home documentation to link to the updated Schedule Timer & Runtime Flow. - Clarified the architecture overview with detailed descriptions of state transitions and core invariants.
docs: update force push command for GitHub Wiki to use --force-with-lease for safer operations
docs: add guidelines for force pushing to GitHub Wiki and troubleshooting subtree sync issues
docs: update architecture and error handling documentation; add preparation form structure details
feat: implement local storage for timed preparation state - Added PreparationWithTimeLocalDataSource to manage local storage of preparation states using SharedPreferences. - Introduced TimedPreparationRepository to handle saving, loading, and clearing timed preparations. - Updated relevant entities and use cases to integrate local preparation state management. - Enhanced architecture documentation to reflect the new local storage capabilities.
feat: add automatic timer system for schedule notifications - Introduced an automatic timer system within the ScheduleBloc to manage precise timing for schedule start notifications. - Updated Architecture.md to include details about the new timer system and its functionality. - Created Schedule-Timer-System.md for comprehensive documentation on the timer's implementation, flow, and safety features.
docs: update Architecture.md and Wiki-Management.md for improved clarity and structure - Enhanced the Architecture.md with additional details on technology stack, development guidelines, and testing strategies. - Revised Wiki-Management.md to clarify the process for modifying and creating wiki documentation, including best practices and common issues.