Skip to content
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

Locate me icon: Use coarse location if available #162

Open
pataquets opened this issue Apr 30, 2018 · 1 comment
Open

Locate me icon: Use coarse location if available #162

pataquets opened this issue Apr 30, 2018 · 1 comment

Comments

@pataquets
Copy link

Description:
When clicking location icon with disabled GPS, an "activate GPS" request message pops. This happens even if coarse, noon GPS location is already enabled.
If the user doesn't want to activate and wait for GPS fix, coarse location could be used instead. In populated areas, coarse location from nearby WiFi and cell radios can provide good enough precision and users can save battery.

Steps to reproduce:

  1. Make sure location is enabled, but no GPS accuracy level is on.
  2. Click location icon.
  3. Enable GPS dialog pops up.
  4. Dismiss by clicking Cancel

Expected behavior:
Use available coarse location info to proceed, do nothing if location is turned off.

Actual behavior:
No location info is used, even if coarse location available, so nothing happens.

Environment:
Moto G5
Android 7

Version:
3.0.19 from Play store

Related issues from search: #136

@pataquets
Copy link
Author

Looks like it's fixed in e95faaa , but I can't see the new version in Google Play to test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant