From c389e3ab88a6fe212d32d62eeb54572bdbb9b6ac Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 15 Nov 2020 08:44:33 +0100 Subject: [PATCH] Updated to version 2.6.0. --- app/build.gradle | 4 +-- app/src/main/res/raw/changelog.json | 26 ++++++++++--------- .../android/en-US/changelogs/2060069.txt | 7 +++++ 3 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2060069.txt diff --git a/app/build.gradle b/app/build.gradle index 051550dc..fb5b975f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2050168 - versionName "2.5.1" + versionCode 2060069 + versionName "2.6.0" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 428bc179..4b166883 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,19 @@ { "Entries": [ + { + "VersionCode": 2060069, + "Title": "Changes in version 2.6.0", + "Description": "If you experience app crashes on Android 10 when collecting, please make sure to update your system. One of early Android 10 versions has a defect which I cannot work around or fix :(", + "Messages": [ + "Improve request background location permission only when needed on Android 10 and 11.", + "Collect RSSI for GSM, Ec/No for WCDMA on Android 11 and ARFCN for various versions.", + "Fix exception when stopping Collector.", + "Fix issues with corrupted databases having only part of the tables created.", + "Fix error when checking database version before it gets created.", + "Improve error handling.", + "Many small improvements." + ] + }, { "VersionCode": 2050168, "Title": "Changes in version 2.5.1", @@ -41,18 +55,6 @@ "Collect more signal related values for all network types.", "Add Timing Advance to GSM." ] - }, - { - "VersionCode": 2020464, - "Title": "Changes in version 2.2.4", - "Messages": [ - "Fix crash when app database is corrupted.", - "Fix crash on buggy phones incorrectly reporting number of active SIM cards.", - "Fix wrong shortcut usage reported to the system causing wrong one selected as the most commonly used.", - "Add GitHub page link.", - "Improve error handling.", - "Small improvements." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2060069.txt b/fastlane/metadata/android/en-US/changelogs/2060069.txt new file mode 100644 index 00000000..ab12124d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2060069.txt @@ -0,0 +1,7 @@ +- Improve request background location permission only when needed on Android 10 and 11. +- Collect RSSI for GSM, Ec/No for WCDMA on Android 11 and ARFCN for various versions. +- Fix exception when stopping Collector. +- Fix issues with corrupted databases having only part of the tables created. +- Fix error when checking database version before it gets created. +- Improve error handling. +- Many small improvements. \ No newline at end of file