diff --git a/app/build.gradle b/app/build.gradle index c724bd73..0433a0cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2010352 - versionName "2.1.3" + versionCode 2010454 + versionName "2.1.4" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 0c00c399..2fcc37d9 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,15 @@ { "Entries": [ + { + "VersionCode": 2010454, + "Title": "Changes in version 2.1.4", + "Messages": [ + "Fix crash when stopping collector service if not fully initialized.", + "Fix crash when no active SIM cards on collector start.", + "Show warning when GPS not available while starting collecting through intent.", + "Enforce secure connections." + ] + }, { "VersionCode": 2010352, "Title": "Changes in version 2.1.3", @@ -36,19 +46,6 @@ "Dropped support for Android 4.0-4.4.", "Add support for 5G (NR) and TD-SCDMA on Android 10+." ] - }, - { - "VersionCode": 2000843, - "Title": "Changes in version 2.0.8", - "Description": "Currently less than 4% percent of your devices use Android 4.0-4.4. Unfortunately, this blocks the possibility of implementing security and stability enhancements on all other devices. Therefore, I decided that this version is the last to support the Android 4.x line and from now on it will only receive critical patches and updates to keep it usable. Android 5.0 will be the new minimum supported version.", - "Messages": [ - "Improved compatibility with Android 9.", - "Update GPS status when disabled while collecting.", - "Show warning when device enters battery saver mode.", - "Improved database creation and upgrade error handling.", - "Updated external components to improve stability.", - "Updated translations." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2010454.txt b/fastlane/metadata/android/en-US/changelogs/2010454.txt new file mode 100644 index 00000000..15fd12ac --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2010454.txt @@ -0,0 +1,4 @@ +- Fix crash when stopping collector service if not fully initialized. +- Fix crash when no active SIM cards on collector start. +- Show warning when GPS not available while starting collecting through intent. +- Enforce secure connections. \ No newline at end of file