Release 1.6.0

This commit is contained in:
johan12345
2023-06-10 15:13:19 +02:00
parent 1cb48f7e0e
commit 14798dee6a
3 changed files with 21 additions and 1 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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