Skip to content

Commit

Permalink
Release 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Aug 21, 2022
1 parent 53ab8dc commit a9e9055
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
minSdkVersion 21
targetSdkVersion 31
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode 100
versionName "1.3.7"
versionCode 102
versionName "1.3.8"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Unter https://hosted.weblate.org/engage/evmap/ können Sie jetzt dazu beitragen,
EVMap in andere Sprachen zu übersetzen!

Verbesserungen:
- Neues Design für Dialoge
- Karte kann bei geöffnetem Filtermenü verschoben werden
- Vorbereitungen für Übersetzung der App in andere Sprachen
- Android 11 und niedriger: Ortung verbessert, wenn GPS aktiviert aber nicht verfügbar (z.B. in Gebäuden)

Fehler behoben:
- Absturz im Preisvergleich behoben
- Verbesserungen für weitere kleine Darstellungsfehler
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
At https://hosted.weblate.org/engage/evmap/ you can now help translating EVMap into other languages!

Improvements:
- New design for dialogs
- Map can be moved when filter menu is open
- Preparations for translating the app into other languages
- Android 11 and lower: Improved localization if GPS is enabled but not available (e.g. in buildings)

Bugfixes:
- Fixed crash in price comparison
- Improvements for some more minor visual issues

0 comments on commit a9e9055

Please sign in to comment.