getback_gps
getback_gps copied to clipboard
Open Source Android app for finding your way back to a previously visited location using GPS coordinates.
It would be great if you could save locations for use later. Maybe a simple import and export of the waypoints.
Hi, this issue has a relation with #195. A data loss problem occurs when data is accidentally deleted or state variables are accidentally assigned with default or initial values. This...
When an orientation change happens, the dialog that is been displayed in the screen disappears. One test case that can exemplify that is: 1 - Open the app. 2 -...
Fix for issue #195 adding a new attribute in the manifest file to handle configuration changes. https://user-images.githubusercontent.com/61888475/149641084-04515b47-2480-44cd-b858-35d827ab96a2.mp4
I was searching for a simple app to do a treasure hunt. I found this issue in GetBack GPS and wanted to give it a try. :-) Perhaps this is...
Suggestion by @Sasja See example : https://gitlab.com/sasja/FestivalRadar/-/blob/master/app/src/main/java/com/pollytronics/clique/CliqueActivity_Main.java#L65 ``` mRotation = mSensorManager.getDefaultSensor(Sensor.TYPE_ROTATION_VECTOR); // might return null! ```
When getting closer to a stored location, give a warning when the current altitude is significantly different from the destination location. Required : https://github.com/ruleant/ariadne/issues/31
See http://javarevisited.blogspot.be/2014/02/why-static-code-analysis-is-important.html Check if these tools are available for Maven and Jenkins
https://testmunk.readthedocs.io/en/latest/
This happens when there is no provider, for example when Cell phone network is missing (no SIM, no network coverage, not connected to a network) and GPS is disabled as...