Skip to content

Commit

Permalink
Update to version 2.15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Nov 23, 2024
1 parent 2533d5d commit 5f232e3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Entries": [
{
"VersionCode": 2150011,
"Title": "Changes in version 2.15.0",
"VersionCode": 2150112,
"Title": "Changes in version 2.15.1",
"Description": "<h1>IMPORTANT!</h1>Upload to Mozilla Location Services has been replaced with upload to <a href='https://beacondb.net/'>BeaconDB</a> database.<br/><br/>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.",
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2150112.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5f232e3

Please sign in to comment.