Scottish-Tech-Army / Soundscape-Android

This is the source for an Android version of the original iOS Soundscape app
https://scottish-tech-army.github.io/Soundscape-Android/
Other
3 stars 2 forks source link

Replace button that stops service and exits with sleep toggle #100

Closed davecraig closed 2 months ago

davecraig commented 2 months ago

The iOS app had a 'sleep' button in the top right and this change moves towards that model. Clicking on the button toggles the running of the foreground service. When the service isn't running, there's no location/heading update and no text to speech. The icon showing the current location on the map is removed, and then when the service is restarted it reappears and the map is recentered.

Not sure what iOS does in this case, need to compare.