Skip to content

Commit

Permalink
Update to version 2.15.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Dec 18, 2024
1 parent eabd24f commit 6297370
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 21 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 2150516
versionName "2.15.5"
versionCode 2150617
versionName "2.15.6"

vectorDrawables.useSupportLibrary = true

Expand Down
28 changes: 9 additions & 19 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"Entries": [
{
"VersionCode": 2150617,
"Title": "Changes in version 2.15.6",
"Messages": [
"Enable upload of 5G (NR) cells to BeaconDB.",
"Show warning when uploading to custom BeaconDB url which is invalid.",
"Add option to select clustering level on the map."
]
},
{
"VersionCode": 2150516,
"Title": "Changes in version 2.15.5",
Expand Down Expand Up @@ -28,25 +37,6 @@
"Messages": [
"Fix crash when starting collector on Android 13+ without proper permissions."
]
},
{
"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.",
"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."
]
}
]
}
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2150617.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Enable upload of 5G (NR) cells to BeaconDB.
- Show warning when uploading to custom BeaconDB url which is invalid.
- Add option to select clustering level on the map.

0 comments on commit 6297370

Please sign in to comment.