This Android app is currently a capacitor-wrapper for the navi
branch of GraphHopper Maps. There are many known limitations for the turn-by-turn navigation feature (as it happens in the browser) and if it is not possible to fix them in the browser we can fix them here.
We provide automatically generated build artifacts for every commit. You can find them in the actions tab.
Otherwise, you can download stable versions on F-Droid:
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">
git clone --recursive https://github.com/boldtrn/graphhopper-maps-capacitor.git
Make sure you have all the required dependencies for Capacitor.
./build.sh
Note: you can either run the app straight away or open it in Android Studio. You can generate an APK in Android Studio, or debug the app etc.
npx cap run android
npx cap open android
android/app/build.gradle
and increment the versionCode
and set the versionName
.
Note that the tag name must be v<versionName>
because in F-Droid they require this in the metadata/com.graphhopper.maps.yml
-> (AutoUpdateMode: Version v%v).fastlane/metadata/android/en-US/changelogs/<versionCode>.txt
git tag -a v1.0.1
git push origin --tags