-
-
Notifications
You must be signed in to change notification settings - Fork 82
feat: add SOS Emergency feature with sender/receiver integration, audio recording, and boot resilience #713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
MatthieuTexier
wants to merge
26
commits into
torlando-tech:main
Choose a base branch
from
MatthieuTexier:feature/sos-emergency-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 5 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
2041a98
feat: add SOS Emergency feature with sender/receiver integration, aud…
MatthieuTexier 81c952d
merge: resolve conflict with upstream/main
MatthieuTexier 1a86992
fix: add missing identityRepository param to MapViewModelTest
MatthieuTexier 39595be
Revert "fix: add missing identityRepository param to MapViewModelTest"
MatthieuTexier 2d2ed29
fix: cancel triggerJob in deactivate() to prevent orphaned coroutines
MatthieuTexier f4f230b
fix: delete SOS trail on cancellation to prevent stale restore
MatthieuTexier 117cab5
fix: critical race conditions and cancellation bugs in SOS
MatthieuTexier a0da494
fix: address remaining SOS concurrency and robustness issues
MatthieuTexier c65352d
fix: replace Mutex with AtomicBoolean to prevent silent trigger drops
MatthieuTexier 122f006
fix: SOS GPS from FIELD_TELEMETRY, tracker restore on restart, audio ANR
MatthieuTexier 1b4082f
fix: unpack FIELD_TELEMETRY to dict in fields serialization
MatthieuTexier 6527603
fix: reduce condition complexity in parseSosLocation for detekt
MatthieuTexier 9a418ad
fix: avoid sensor cycling on countdown ticks + generation-guard trigg…
MatthieuTexier 82c7cf3
fix: remaining concurrency, serialization, and robustness issues
MatthieuTexier 2638e01
fix: separate try blocks for stop/release in stopRecorder
MatthieuTexier 4dcedb7
fix: re-verify Active state before launching periodic/audio jobs
MatthieuTexier 855ed8f
fix: MediaRecorder thread safety, poll path fields, audio state check
MatthieuTexier fafd478
fix: memoize SOS checks in Compose, audio on IO, atomic restore guard
MatthieuTexier c5ae81b
merge: resolve conflicts with upstream/main
MatthieuTexier c7b1d84
fix: update test for json.dumps in poll_received_messages fields
MatthieuTexier b04df3e
ci: re-trigger after flaky ApkSharingViewModelTest
MatthieuTexier 4ffa4dc
fix: PIN bypass window, missing index, poll path SOS state extraction
MatthieuTexier 115b3a4
fix: type-safe combine snapshot + state guard in startPeriodicUpdates
MatthieuTexier 9664e24
fix: replace runBlocking PIN fallback with eager scope init
MatthieuTexier 9353e7e
fix: shake detector inflated accumulator through brief sub-threshold …
MatthieuTexier eea3803
fix: recalibrate shake sensitivity slider so full range is usable
MatthieuTexier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.