From e469ce83e5683c2aa7b2608b09a525e6dcc0f149 Mon Sep 17 00:00:00 2001 From: johan12345 Date: Mon, 17 Oct 2022 09:55:46 +0200 Subject: [PATCH] Release 1.4.0 --- app/build.gradle | 4 ++-- fastlane/metadata/android/de-DE/changelogs/138.txt | 11 +++++++++++ fastlane/metadata/android/en-US/changelogs/138.txt | 11 +++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/de-DE/changelogs/138.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/138.txt diff --git a/app/build.gradle b/app/build.gradle index c2b89290..6c3b11da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { minSdkVersion 21 targetSdkVersion 31 // NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1 - versionCode 126 - versionName "1.3.14" + versionCode 138 + versionName "1.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resConfigs supportedLocales.split(",") diff --git a/fastlane/metadata/android/de-DE/changelogs/138.txt b/fastlane/metadata/android/de-DE/changelogs/138.txt new file mode 100644 index 00000000..5a3ff13b --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/138.txt @@ -0,0 +1,11 @@ +Neue Features: +- Auslastungsprognose (nur für DC-Ladestationen in Deutschland, powered by fronyx) + +Verbesserungen: +- Layout für die Karten- und Detailansicht für große Tablets angepasst +- Android Auto: Mehr Details im Preisvergleich, Suchbutton auf dem Hauptbildschirm, Android Auto: Emoji durch Icons ersetzt + +Fehler behoben: +- Inkonsistente Anzeige beim Laden der Details +- Preisvergleich: Langsames Wechseln der Anschlüsse +- Android Auto: Korrektur Auswahl des Ladepunkts für Preisvergleich \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/138.txt b/fastlane/metadata/android/en-US/changelogs/138.txt new file mode 100644 index 00000000..66f587b6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/138.txt @@ -0,0 +1,11 @@ +New features: +- Utilization prediction (only for DC chargers in Germany, powered by fronyx) + +Improvements: +- Map and detail view adapted for large tablets +- Android Auto: More details on price comparison screen, Search button is now located on main screen, Replaced emojis with proper icons + +Bugfixes: +- Inconsistent display while loading charger details +- Price comparison: Slowdown while switching connectors +- Android Auto: Fixed selecting highest-power chargepoint for price comparison \ No newline at end of file