Skip to content

Commit

Permalink
Update to version 2.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Nov 18, 2024
1 parent 32becdd commit 6511091
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 12 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 2140610
versionName "2.14.6"
versionCode 2150011
versionName "2.15.0"

vectorDrawables.useSupportLibrary = true

Expand Down
29 changes: 19 additions & 10 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
{
"Entries": [
{
"VersionCode": 2150011,
"Title": "Changes in version 2.15.0",
"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."
]
},
{
"VersionCode": 2140610,
"Title": "Changes in version 2.14.6",
Expand Down Expand Up @@ -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."
]
}
]
}
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2150011.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 6511091

Please sign in to comment.