ushahidi / Ushahidi_Android

[Deprecated] Ushahidi Android app For Ushahidi V2.x.x. Working on V3.x.x at
https://github.com/ushahidi/platform-android/
GNU Lesser General Public License v3.0
202 stars 153 forks source link

No Position recording if device offline #161

Open dafe75 opened 10 years ago

dafe75 commented 10 years ago

App Ver. 3.9 When you try to submit a report while the device is offline (for example, because of a lack of wi-fi or 3G connection), the position (GPS latitude & longitude) is not recorded; in this case, the coordinates are usually the ones from the location where the device is when the connection is back online.

wboykinm commented 9 years ago

@eyedol I've noticed a derivation of this where any address entered into the "location" field when filing a report fails to update the report location - it seems like address search isn't firing at all (which would also cause @dafe75's problem). Is it possible a Google maps token has expired, or will this require a more-comprehensive rewrite of GeocoderTask.java?

If the latter, is there any chance of that happening? I see no development activity on this repo in quite awhile, and I assume it's close to deprecated.