shigeki7299 / geopaparazzi

Automatically exported from code.google.com/p/geopaparazzi
0 stars 0 forks source link

GPS Icon should enable/disable GPS #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The icon in the action bar should actually do some actions:

1. when gps disabled -> a click enables gps
2. when gps enabled without lock -> open gps status?
3. when gps enabled -> stop gps
4. when tracking -> stop tracking?

Perhaps this should made "click-safe" with a dialog asking to confirm the action

Original issue reported on code.google.com by saba...@gmail.com on 5 Jun 2012 at 8:05

GoogleCodeExporter commented 8 years ago
Android doesn't permit to activate directly the GPS. All I can do is bring the 
user to the gps page, where he can activate it.
So the only option could be: if the GPS is disabled and one click on the gps 
icon, open the GPS settings.

What do you think?

Original comment by andrea.a...@gmail.com on 8 Jun 2012 at 8:25

GoogleCodeExporter commented 8 years ago
Popping up the message (Do you want to turn on the gps?) like at startup? 
Seems ok..

Original comment by saba...@gmail.com on 8 Jun 2012 at 8:30

GoogleCodeExporter commented 8 years ago
yes exactly.
Ok, will do that now before I release.

Original comment by andrea.a...@gmail.com on 8 Jun 2012 at 8:31

GoogleCodeExporter commented 8 years ago
fixed in changeset 781

Original comment by andrea.a...@gmail.com on 8 Jun 2012 at 9:10