Kyle Corry
Kyle Corry
- [x] Extract path layer population - [x] Extract error detection - [ ] Extract nearby beacon filtering
- [ ] Flashlight - [ ] Screen Flashlight - [ ] Whistle - [ ] Sunset alerts - [ ] White Noise
For nearby and maps, only load beacons which are within the visible region. Construct SQL statements based on the lat/lng bounds.
This was suggested by a user on Google Play. Allow flashlight and whistle to play a custom morse code message. More research is needed before I decide to add this...
If the device has foreground services disallowed, some of the background processes are disallowed. On boot, foreground services aren't allowed to start. This can be mitigated by adding a check...
Similar to how the 12 vs 24 hour preference is determined, use the regional preferences to set the default temperature unit. https://developer.android.com/about/versions/14/features#regional-preferences
- [ ] Allow the user to add a comment on a path - [ ] Allow the user to see the comment they added to the path
- [ ] Indicate which coordinate format(s) are used in the current region
The same logic that was implemented for the cliff height tool.