Files
JeffGandGitHub d57a883e53 Implement iOS NSE notifications and Android push token plumbing (#673)
* Add remote push notification plumbing

* Checkpoint notification reliability cleanup

* Prepare notification reliability PR

* Fix notification PR review findings

* Address notification review follow-ups

* Clean up failed iOS data migration copies

* Address app resume and migration cleanup review

* Restore coverage for notification review fixes

* Fix App Group migration guard

* Address notification PR review feedback

* Cover notification review edge cases

* Address notification test review feedback

* Address NSE migration and startup retry review

* Use foreground catch-up for notification refresh

* Update whitenoise-rs foreground catch-up dependency

* Cover notification catch-up error paths

* Fix notification review edge cases
2026-05-20 14:47:09 +02:00

109 lines
1.6 KiB
Plaintext

# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Eclipse project files
.classpath
.project
.settings/
.vscode/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
/coverage/
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
/android/app/pkg/sumdb/
/android/key.properties
/android/key-staging.properties
/android/app/google-services.json
/android/app/src/*/google-services.json
*.jks
*.keystore
# Compiled Rust native libraries (built via `just build-android`)
/android/app/src/main/jniLibs/
# FVM Version Cache
.fvm/
# Rust documentation build cache
rust/tmp_docs/
RUST_FFI_GUIDE.md
# Generated Cargo config (auto-generated per environment)
rust/.cargo/config.toml
# Rust build artifacts (Cargo/rust-analyzer)
target/
# Git worktrees
/trees/*
!/trees/.gitkeep
# Design plans (generated by AI)
docs/plans/
# Local relay data created by `docker compose up`.
/dev/data/
# Reviews
reviews/
# AI tools
opencode.json
.opencode/
.cursor/
# Fastlane local credentials and generated output
/fastlane/*.json
/fastlane/*.p8
/fastlane/README.md
/fastlane/report.xml
/fastlane/Preview.html
/fastlane/screenshots/
/fastlane/test_output/
# Flutter DevTools
devtools_options.yaml
# Widgetbook
/widgetbook/build/
/widgetbook/android/local.properties
/widgetbook/ios/Pods/
/widgetbook/macos/Pods/
# .so files
*.so