Release 0.7.0

This commit is contained in:
johan12345
2021-04-18 14:41:19 +02:00
parent f1d49e317d
commit 8c03d1e9eb
3 changed files with 20 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "net.vonforst.evmap"
minSdkVersion 21
targetSdkVersion 30
versionCode 43
versionName "0.6.1"
versionCode 44
versionName "0.7.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,9 @@
Neue Features:
- Native Integration von Chargeprice.app
- Live-Daten: Unterscheidung zwischen belegten (türkis) und defekten (rot) Ladestationen
- Information, ob Laden ohne Registrierung möglich ist, wird angezeigt
Verbesserungen:
- Absturz auf Android Auto behoben, wenn eine Ladestation kein Foto hat
- Verbesserung für das Teilen von Links und Standorten zu EVMap
- Hinweis zur Behebung des Fehlers, dass beim Tippen auf den Bearbeiten-Knopf nur eine leere Seite angezeigt wird, hinzugefügt

View File

@@ -0,0 +1,9 @@
New Features:
- Native integration of Chargeprice.app
- Real-time data: Differentiate between occupied and broken chargers
- Add information if charging is possible without registration
Improvements:
- Fixed crash on Android Auto for chargers without photo
- Improvements for sharing locations and opening links in EVMap
- Add note about how to fix the problem that only an empty page is shown when tapping the "edit" button