Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Jun 10, 2023
1 parent 1cb48f7 commit 14798de
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode 178
versionCode 180
versionName "1.6.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/180.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Neue Funktionen:
- Ladestationen werden im Cache gespeichert und sind auch offline verfügbar (bei GoingElectric.de: gemäß Nutzungsbedingungen nur für max. 24h)
- EVMap mit Google Assistant starten - derzeit nur mit Spracheinstellung US English ("Hey Google, find charging stations near Berlin on EVMap")
- Einstellung zur Anpassung des Kartenmaßstabs

Verbesserungen:
- Wenn Standortzugriff deaktiviert: Kartenposition wird bei Neustart der App beibehalten

Fehler behoben:
- Abstürze behoben
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/180.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
New features:
- Chargers are saved in cache and available offline (for GoingElectric.de: limited to 24 hours according to their terms of use)
- Launch EVMap through Google Assistant ("Hey Google, find charging stations near Berlin on EVMap") - currently only available in US English locale
- Setting to configure map scale bar

Improvements:
- If location access disabled: Map position will be kept after restarting app

Bugfixes:
- Fixed crashes

0 comments on commit 14798de

Please sign in to comment.