EVMap
EVMap copied to clipboard
Android app to find electric vehicle charging stations - compatible with community databases such as GoingElectric.de and OpenChargeMap.org.
Some layouts have been adapted for tablets already, others are still missing. Implemented so far: - [x] App intro - [x] Map with charger detail view - [ ] About...
Apparently there is a replacement for Kotlin Annotation Processing (KAPT) called [Kotlin Symbol Processing (KSP)](https://android-developers.googleblog.com/2021/09/accelerated-kotlin-build-times-with.html) that significantly speeds up build times. The libraries we are using in EVMap that need...
With the latest upate you added a screen to show SOC, GOM and km/h. I think this must be provided by Android Auto or the car itself? For my car...
Is there any chance of having offline support for the charging stations? I'd like to do a longer trip abroad, where the charging stations are rare and scattered. If any...
It would be helpful to add information about maximum voltage and amperage of chargers (e.g. to differentiate what power a DC charger can deliver to 400V vs. 800V vehicles). This...
When the popup menu for selecting a filter (top right corner) is opened, touching the map closes the menu, but moving the map only works on the second touch (after...
Similar to the integration with Chargeprice.app (#12), we could also add a button to plan a route to a selected charger using A Better Routeplanner (ABRP). This also requires a...
Hi, I just made a short privacy check for the app. While it's really privacy friendly compared to all the charging apps, I found a ID attached to every mapbox...
This is not separated in the GoingElectric API, `"freeparking": false` or `"freecharging": false` is also displayed when no data is available.
Currently the [`gh-pages` branch](https://github.com/johan12345/EVMap/tree/gh-pages) just contains two static pages for the data privacy statement and FAQ linked in the app. In the long term, it would be nice to extend...