Open Sustainable Technology

A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Browse accepted projects | Review proposed projects | Propose new project | Open Issues

EVMap

Android app to access the goingelectric.de electric vehicle charging station directory.
https://github.com/ev-map/EVMap

android charging-stations electric-vehicle hacktoberfest map

Last synced: about 2 hours ago
JSON representation

Repository metadata

Android app to find electric vehicle charging stations - compatible with community databases such as GoingElectric.de and OpenChargeMap.org.

README

        

EVMap [![Build Status](https://github.com/ev-map/EVMap/actions/workflows/tests.yml/badge.svg)](https://github.com/ev-map/EVMap/actions)
=====


Logo

Android app to find electric vehicle charging stations.


Get it on Google Play


Get it on F-Droid

Features
--------

- [Material Design](https://material.io/)
- Shows all charging stations from the community-maintained [GoingElectric.de](https://www.goingelectric.de/stromtankstellen/) and [Open Charge Map](https://openchargemap.org) directories
- Realtime availability information (only in Europe)
- Search for places
- Advanced filtering options, including saved filter profiles
- Favorites list, also with availability information
- Integrated price comparison using [Chargeprice.app](https://chargeprice.app) (only in Europe)
- Android Auto & Android Automotive OS integration
- No ads, fully open source
- Compatible with Android 5.0 and above
- Can use Google Maps or Mapbox (OpenStreetMap) as map backends - the version available on F-Droid only uses Mapbox.

Screenshots
-----------

Screenshot 1Screenshot 2

Development setup
-----------------

The App is developed using Android Studio and should pretty much work out-of-the-box when you clone
the Git repository and open the project with Android Studio.

The only exception is that you need to obtain some API keys for the different data sources that
EVMap uses and put them into the app in the form of a resource file called `apikeys.xml` under
`app/src/main/res/values`. You can find more information on which API keys are necessary for which
features and how they can be obtained in our [documentation page](doc/api_keys.md).

There are three different build flavors, `googleNormal`, `fossNormal` and `googleAutomotive`.
- The `foss` variants only use Mapbox data and should run on most Android devices, even without
Google Play Services.
- `fossNormal` is intended to run on smartphones and tablets, and also includes the Android
Auto app for use on the car display (however for that to work, the Android Auto app is
necessary, which in turn does require Google Play Services).
- `fossAutomotive` can be installed directly on
[Android Automotive OS (AAOS)](https://source.android.com/docs/automotive/start/what_automotive)
headunits without Google services.
It does not provide the usual smartphone UI, and requires an implementation of the
[AOSP template app host](https://source.android.com/docs/automotive/hmi/aosp_host)
to be installed. If you are an OEM and would like to distribute EVMap to your AAOS vehicles,
please [get in touch](mailto:[email protected]).
- The `google` variants also include access to Google Maps data.
- `googleNormal` is intended to run on smartphones and tablets, and also includes the Android
Auto app for use on the car display.
- `googleAutomotive` can be installed directly on car infotainment systems running the
Google-flavored Android Automotive OS (Google Automotive Services /
["Google built-in"](https://built-in.google/cars/)).
It does not provide the usual smartphone UI, and requires the
[Google Automotive App Host](https://play.google.com/store/apps/details?id=com.google.android.apps.automotive.templates.host)
to run, which should be preinstalled on those cars and can be updated through the Play Store.

We also have a special [documentation page](doc/android_auto.md) on how to test the Android Auto
app.

Translations
------------

You can use our [Weblate page](https://hosted.weblate.org/projects/evmap/) to help translate EVMap
into new languages.


Translation status


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 1,399
Total Committers: 11
Avg Commits per committer: 127.182
Development Distribution Score (DDS): 0.058

Commits in past year: 242
Committers in past year: 3
Avg Commits per committer in past year: 80.667
Development Distribution Score (DDS) in past year: 0.128

Name Email Commits
johan12345 j****r@g****m 1318
Hosted Weblate h****d@w****g 51
Danilo Bargen m****l@d****h 13
Jean-Baptiste 8****C 7
Allan Nordhøy e****t@a****o 2
Licaon_Kter l****r 2
dependabot[bot] 4****] 2
Altons m****0@g****m 1
Maximilian Goldschmidt m****t@g****m 1
iboboc i****c@g****m 1
prat t p****1 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 288
Total pull requests: 64
Average time to close issues: about 2 months
Average time to close pull requests: 28 days
Total issue authors: 59
Total pull request authors: 12
Average comments per issue: 2.29
Average comments per pull request: 1.63
Merged pull request: 51
Bot issues: 0
Bot pull requests: 2

Past year issues: 55
Past year pull requests: 19
Past year average time to close issues: 20 days
Past year average time to close pull requests: 8 days
Past year issue authors: 18
Past year pull request authors: 2
Past year average comments per issue: 1.44
Past year average comments per pull request: 2.32
Past year merged pull request: 13
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ev-map/EVMap

Top Issue Authors

  • johan12345 (132)
  • Altonss (27)
  • Jean-BaptisteC (22)
  • F3000 (12)
  • cremor (9)
  • greentux (8)
  • celsoazevedo (5)
  • PulsarFX (4)
  • alensiljak (3)
  • Ixam97 (3)
  • TweetsOfNiklas (3)
  • ericszimmermann (3)
  • neoscaler (2)
  • programmin1 (2)
  • DoubleYouEl (2)

Top Pull Request Authors

  • johan12345 (34)
  • Jean-BaptisteC (11)
  • dbrgn (4)
  • weblate (4)
  • dependabot[bot] (2)
  • licaon-kter (2)
  • programmin1 (2)
  • comradekingu (1)
  • pt2121 (1)
  • Ixam97 (1)
  • iboboc (1)
  • EasyVector (1)

Top Issue Labels

  • bug (88)
  • enhancement (77)
  • newfeature (41)
  • android-auto (36)
  • api-limitation (15)
  • good first issue (15)
  • integration (9)
  • can't reproduce (8)
  • duplicate (8)
  • big idea (8)
  • question (7)
  • wontfix (7)
  • i18n (4)
  • refactoring (3)
  • documentation (2)
  • help wanted (1)

Top Pull Request Labels

  • newfeature (3)
  • enhancement (2)
  • android-auto (2)
  • dependencies (2)
  • documentation (1)
  • integration (1)
  • i18n (1)
  • big idea (1)
  • refactoring (1)

Dependencies

app/build.gradle maven
  • androidx.activity:activity-ktx 1.4.0 implementation
  • androidx.appcompat:appcompat 1.4.2 implementation
  • androidx.browser:browser 1.4.0 implementation
  • androidx.cardview:cardview 1.0.0 implementation
  • androidx.constraintlayout:constraintlayout 2.1.4 implementation
  • androidx.core:core-ktx 1.8.0 implementation
  • androidx.core:core-splashscreen 1.0.0-rc01 implementation
  • androidx.fragment:fragment-ktx 1.4.1 implementation
  • androidx.lifecycle:lifecycle-livedata-ktx $lifecycle_version implementation
  • androidx.lifecycle:lifecycle-viewmodel-ktx $lifecycle_version implementation
  • androidx.navigation:navigation-fragment-ktx $nav_version implementation
  • androidx.navigation:navigation-ui-ktx $nav_version implementation
  • androidx.preference:preference-ktx 1.2.0 implementation
  • androidx.recyclerview:recyclerview 1.2.1 implementation
  • androidx.room:room-ktx $room_version implementation
  • androidx.room:room-runtime $room_version implementation
  • androidx.swiperefreshlayout:swiperefreshlayout 1.1.0 implementation
  • ch.acra:acra-dialog $acraVersion implementation
  • ch.acra:acra-limiter $acraVersion implementation
  • ch.acra:acra-mail $acraVersion implementation
  • com.airbnb.android:lottie 4.1.0 implementation
  • com.facebook.stetho:stetho 1.5.1 implementation
  • com.facebook.stetho:stetho-okhttp3 1.5.1 implementation
  • com.github.johan12345.AnyMaps:anymaps-base $anyMapsVersion implementation
  • com.github.johan12345.AnyMaps:anymaps-mapbox $anyMapsVersion implementation
  • com.github.johan12345:CustomBottomSheetBehavior f69f532660 implementation
  • com.github.johan12345:StfalconImageViewer 5082ebd392 implementation
  • com.github.pengrad:mapscaleview 1.6.0 implementation
  • com.github.romandanylyk:PageIndicatorView b1bad589b5 implementation
  • com.google.android.libraries.places:places 2.6.0 implementation
  • com.google.android.material:material 1.6.1 implementation
  • com.google.guava:guava 29.0-android implementation
  • com.mapbox.mapboxsdk:mapbox-sdk-services 5.5.0 implementation
  • com.mapzen.android:lost 3.0.2 implementation
  • com.mikepenz:aboutlibraries $about_libs_version implementation
  • com.mikepenz:aboutlibraries-core $about_libs_version implementation
  • com.squareup.moshi:moshi-adapters 1.13.0 implementation
  • com.squareup.moshi:moshi-kotlin 1.13.0 implementation
  • com.squareup.okhttp3:okhttp 4.9.0 implementation
  • com.squareup.okhttp3:okhttp-urlconnection 4.9.0 implementation
  • com.squareup.retrofit2:converter-moshi 2.9.0 implementation
  • com.squareup.retrofit2:retrofit 2.9.0 implementation
  • io.coil-kt:coil 1.1.0 implementation
  • io.michaelrocks.bimap:bimap 1.1.0 implementation
  • moe.banana:moshi-jsonapi 3.5.0 implementation
  • moe.banana:moshi-jsonapi-retrofit-converter 3.5.0 implementation
  • org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
  • com.squareup.okhttp3:mockwebserver 4.9.0 testImplementation
  • junit:junit 4.13.2 testImplementation
  • org.json:json 20080701 testImplementation
Gemfile rubygems
  • fastlane >= 0
Gemfile.lock rubygems
  • CFPropertyList 3.0.2
  • addressable 2.8.0
  • atomos 0.1.3
  • aws-eventstream 1.1.0
  • aws-partitions 1.354.0
  • aws-sdk-core 3.104.3
  • aws-sdk-kms 1.36.0
  • aws-sdk-s3 1.78.0
  • aws-sigv4 1.2.1
  • babosa 1.0.3
  • claide 1.0.3
  • colored 1.2
  • colored2 3.1.2
  • commander-fastlane 4.4.6
  • declarative 0.0.20
  • declarative-option 0.1.0
  • digest-crc 0.6.1
  • domain_name 0.5.20190701
  • dotenv 2.7.6
  • emoji_regex 3.0.0
  • excon 0.76.0
  • faraday 1.0.1
  • faraday-cookie_jar 0.0.6
  • faraday_middleware 1.0.0
  • fastimage 2.2.0
  • fastlane 2.156.1
  • gh_inspector 1.1.3
  • google-api-client 0.38.0
  • google-cloud-core 1.5.0
  • google-cloud-env 1.3.3
  • google-cloud-errors 1.0.1
  • google-cloud-storage 1.27.0
  • googleauth 0.13.1
  • highline 1.7.10
  • http-cookie 1.0.3
  • httpclient 2.8.3
  • jmespath 1.6.1
  • json 2.3.1
  • jwt 2.2.1
  • memoist 0.16.2
  • mini_magick 4.10.1
  • mini_mime 1.0.2
  • multi_json 1.15.0
  • multipart-post 2.0.0
  • nanaimo 0.3.0
  • naturally 2.2.0
  • os 1.1.1
  • plist 3.5.0
  • public_suffix 4.0.6
  • rake 13.0.1
  • representable 3.0.4
  • retriable 3.1.2
  • rouge 2.0.7
  • rubyzip 2.3.0
  • security 0.1.3
  • signet 0.14.0
  • simctl 1.6.8
  • slack-notifier 2.3.2
  • terminal-notifier 2.0.0
  • terminal-table 1.8.0
  • tty-cursor 0.7.1
  • tty-screen 0.8.1
  • tty-spinner 0.9.3
  • uber 0.1.0
  • unf 0.1.4
  • unf_ext 0.0.7.7
  • unicode-display_width 1.7.0
  • word_wrap 1.0.0
  • xcodeproj 1.18.0
  • xcpretty 0.3.0
  • xcpretty-travis-formatter 1.0.0
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/setup-java v2 composite
  • actions/upload-release-asset v1 composite
.github/workflows/tests.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v2 composite
build.gradle maven

Score: 7.818430272070657