Code Monkey home page Code Monkey logo

graphhopper-maps-capacitor's Introduction

Graphhopper Maps with GPS Navigation

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.

Install

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:

Get it on F-Droid

Development

Clone the repository

git clone --recursive https://github.com/boldtrn/graphhopper-maps-capacitor.git

Build the project

Make sure you have all the required dependencies for Capacitor.

./build.sh

Run the project

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.

Open Android App

npx cap run android

Open in Android Studio

npx cap open android

Release Update Version

  1. Make sure to pull the latest version of the submodule "graphhopper-maps". (Automated build tools should do this anyway)
  2. Open 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).
  3. Write changelog in fastlane/metadata/android/en-US/changelogs/<versionCode>.txt
  4. Commit
  5. Tag commit
    1. Create a tag using git tag -a v1.0.1
    2. Push tags git push origin --tags

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.