File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ android {
1212 // v1.0 (1) initial release
1313 // v1.1 (2) fixed gradle wrapper checksum
1414 // v1.3 (3) fixed fastlane description
15- // v1.4 (4) removed obsolete write permissions not neccessary since android-4.4 (api 19)
16- versionCode 4
17- versionName ' v1.4'
15+ // v1.4 (4) 2021-08-01: removed obsolete write permissions not neccessary since android-4.4 (api 19)
16+ // v1.5 (5) 2021-08-??: Setting: option to (not) Load symbols/images; Bug Fixes
17+ versionCode 5
18+ versionName ' v1.5'
1819
1920 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
2021 }
Original file line number Diff line number Diff line change 1- * #1: Fixe layout: service buttons may overlap
1+ * #1: Fixed layout: service buttons did overlap
22* #3: fixed errorhandling: servicehistory entry not removed when no internet.
3- * #4: Setting: Load symbols/images: Finetune Speed/Internetbandwidth
3+ * #6: fixed View/Send/SendTo handling when calling LocationMapViewer.
4+ * #4: Setting: (Not) Load symbols/images to Finetune Speed/Internetbandwidth
You can’t perform that action at this time.
0 commit comments