Bernd

Results 278 comments of Bernd

see https://en.wikipedia.org/wiki/GNU_General_Public_License in general see https://www.gnu.org/licenses/gpl-howto.en.html for source code recommendation

@SammysHP What do you suggest?

> * changed `Location.Accuracy` (removed support) to horizontal accuracy I am fine if we stay in this way. Maybe it is better to implement an own self calculated `Location.Accuracy`.

> > * changed `Location.Accuracy` (removed support) to horizontal accuracy > > I am fine if we stay in this way. Maybe it is better to implement an own self...

do you mean something like ~~~ Location - setLatitude(360.0), invalid latitude, e: java.lang.Exception: at locus.api.objects.extra.Location.setLatitude(Location.java:499) at menion.android.whereyougo.gui.activity.MainActivity.refreshCartridges(MainActivity.java:189) at menion.android.whereyougo.gui.activity.MainActivity.onResume(MainActivity.java:378) at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1277) at android.app.Activity.performResume(Activity.java:7088) at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3768) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3832) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1681) at...

~~~ menion.android.whereyougo E/UncaughtExceptionHandler: uncaughtException main java.lang.Exception: java.lang.IllegalArgumentException: invalid latitude: 123456.0 at menion.android.whereyougo.utils.Logger.e(Logger.java:50) at menion.android.whereyougo.utils.ExceptionHandler.uncaughtException(ExceptionHandler.java:27) at org.chromium.base.JavaExceptionReporter.uncaughtException(PG:6) at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068) at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1063) menion.android.whereyougo E/AndroidRuntime: FATAL EXCEPTION: main Process: menion.android.whereyougo, PID: 14511 java.lang.IllegalArgumentException:...

See https://developer.android.com/training/data-storage/manage-all-files#all-files-access-google-play

I did some tests with cache persistence some time after WhereYouGo was switched to cgeo. My result (or impression?) was that this did not work (or I was wrong in...