jandegr

Results 10 comments of jandegr

Hi, I got everything working after my phone updated to android 11. For sure, at first I had the same issues as described above but I think my mistake was...

not really, the very first line in the issue describes a problem when using the private storage area

@mvglasow I think the symptoms I experienced and the context are exactly what you described in the first two lines of your opening post. I would advise anybody on android...

Hi, there is the QA https://github.com/navit-gps/routing-qa/pull/5

Hi I have one extra significant crashdump line `(Java_org_navitproject_navit_NavitGraphics_sizeChangedCallback+343)` So apparently it does not survive the initial resize. I tested it with Navit already running before firing the intent and...

Hi, Android takes locale as set on the device, https://github.com/navit-gps/navit/blob/trunk/navit/android/src/org/navitproject/navit/Navit.java#L317 There are no plans to make it read it from xml on Android, now it is coherent with the device...

Hi, you can add ` ` in the manifest. Afterwards I had to manually change the permission from `only when using the app` to `always` in the phone's android settings,...

Hi, The only long-term solution I could think of (and briefly tested) is to select a path with `Intent(ACTION_OPEN_DOCUMENT_TREE)`. This can take care of permisson as well. Just making the...

backtested wih https://circleci.com/gh/navit-gps/navit/17301#artifacts/containers/0 same outcome.

Hi, Anything related to CI and Android should also work on Debian, that's what their dedicated android containers are built on. thx