jkoan

Results 13 issues of jkoan

This RP imports the current state of the wiki and does a (big) overhaul to all the content of it as well. As discussed in #425 we should move out...

WIP

Currently navit could load Images from ZIP-files. But this feature is only able to work when navit has a appropriate zip and is using `gtk_drawing_area`. In my opinion we should...

We should move away from Launchpad as it does not integrate well into our git workflow and build infrastructure and we haven't even got new contributions recently. Weblate on the...

i18n

The graphics_draw_circle function does render circles wrong because it passes the radius instead of the diameter as the function needs it. So if the graphics-driver supports circles (all except cocoa,...

bug
core

This is the first take on Github Actions. The goal is to migrate all our builds to it as CircleCI has issues for a long time. The most prominent is...

The Coverage build has been disabled for a long time, but we should re-enable it to better get a sense of what's the state of our code. For that we...

build system

The last master build fails because google seems to require API level 30 now

android

Currently Navit for Android was removed from Google Playstore for the following reasons: APK:2021100476 | Invalid privacy policyBased on our review, your privacy policy doesn’t comply with our policy requirements....

android

### To reproduce 1. Start navit as normal 2. Set a destination and wait until the first tss is done 3. Lock the Android device ### Expected result I expacted...

android

The binfile driver is probably our most important driver regarding map data. The driver should be split in multiple units that are as self contained as possible. This will also...