Bug Fixes
- Background location tracking fully restored — Multiple issues from the v0.7.0 FOSS migration fixed:
LocationTaskServiceforeground service was missing from AndroidManifestPOST_NOTIFICATIONSpermission was missing (Android 13+)autoRegisterDevice()could crash and silently skip all location setup- Location tracking was never restarted on app reopen (only ran on first login)
- Notification permission now requested before starting foreground service
- Release signing config properly injected after
expo prebuild --clean
Full Changelog: v0.7.0...v0.7.1