From 5f232e3ef271b0c45646ecdc3b9cc553c2501d35 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 23 Nov 2024 22:29:29 +0100 Subject: [PATCH] Update to version 2.15.1. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 4 ++-- .../metadata/android/en-US/changelogs/2150112.txt | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2150112.txt diff --git a/app/build.gradle b/app/build.gradle index a02fd18..d0bb0cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { minSdkVersion 21 targetSdkVersion 34 compileSdk 34 - versionCode 2150011 - versionName "2.15.0" + versionCode 2150112 + versionName "2.15.1" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index f882e53..fea87e0 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,8 +1,8 @@ { "Entries": [ { - "VersionCode": 2150011, - "Title": "Changes in version 2.15.0", + "VersionCode": 2150112, + "Title": "Changes in version 2.15.1", "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.", diff --git a/fastlane/metadata/android/en-US/changelogs/2150112.txt b/fastlane/metadata/android/en-US/changelogs/2150112.txt new file mode 100644 index 0000000..947c992 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2150112.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