From 6511091cd985b4371956083b3edd2a2fcb6888f5 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 18 Nov 2024 22:57:47 +0100 Subject: [PATCH] Update to version 2.15.0. --- app/build.gradle | 4 +-- app/src/main/res/raw/changelog.json | 29 ++++++++++++------- .../android/en-US/changelogs/2150011.txt | 14 +++++++++ 3 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2150011.txt diff --git a/app/build.gradle b/app/build.gradle index ac8c3210..73a0d43a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { minSdkVersion 21 targetSdkVersion 34 compileSdk 34 - versionCode 2140610 - versionName "2.14.6" + versionCode 2150011 + versionName "2.15.0" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 9f350899..f882e53e 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,24 @@ { "Entries": [ + { + "VersionCode": 2150011, + "Title": "Changes in version 2.15.0", + "Description": "

IMPORTANT!

Upload to Mozilla Location Services has been replaced with upload to BeaconDB database.

If you previously enabled upload to MLS it will now be enabled for BeaconDB. You can still use your own MLS-compatible service if you provide address in Preferences.", + "Messages": [ + "Fix zoom level not remembered when using zoom buttons or accidental scrolling while zooming with pinch gesture.", + "Fix error when importing Preferences from file.", + "Fix measurements not refreshed on the map when application is restored from background.", + "Fix measurements info windows remaining on the map for deleted measurements.", + "Add option to copy value to clipboard from last measurement screen by long press.", + "Add support for Timing Advance for NR (5G) cells.", + "Add option to donate through Buy Me a Coffee.", + "Move map zoom buttons slightly upwards.", + "Shorten toast message when another background task is running.", + "Remove empty line at the end from generated CSV file.", + "Improve improve compatibility with Android 14.", + "Improve error handling." + ] + }, { "VersionCode": 2140610, "Title": "Changes in version 2.14.6", @@ -36,16 +55,6 @@ "Add Finish translation.", "Update Hungarian translation." ] - }, - { - "VersionCode": 2140201, - "Title": "Changes in version 2.14.2", - "Messages": [ - "Update compatibility with Android 12 and 13.", - "Add cell discovery date to CSV export and JSON broadcast.", - "Update website address.", - "Update translations." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2150011.txt b/fastlane/metadata/android/en-US/changelogs/2150011.txt new file mode 100644 index 00000000..947c992c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2150011.txt @@ -0,0 +1,14 @@ +- IMPORTANT! Upload to Mozilla Location Services has been replaced with upload to BeaconDB database. If you previously enabled upload to MLS it will now be enabled for BeaconDB. You can still use your own MLS-compatible service if you provide address in Preferences. + +- Fix zoom level not remembered when using zoom buttons or accidental scrolling while zooming with pinch gesture. +- Fix error when importing Preferences from file. +- Fix measurements not refreshed on the map when application is restored from background. +- Fix measurements info windows remaining on the map for deleted measurements. +- Add option to copy value to clipboard from last measurement screen by long press. +- Add support for Timing Advance for NR (5G) cells. +- Add option to donate through Buy Me a Coffee. +- Move map zoom buttons slightly upwards. +- Shorten toast message when another background task is running. +- Remove empty line at the end from generated CSV file. +- Improve improve compatibility with Android 14. +- Improve error handling. \ No newline at end of file