Skip to content

Commit

Permalink
Updated to version 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Feb 23, 2020
1 parent da331bd commit 3f292a5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 29
versionCode 2010555
versionName "2.1.5"
versionCode 2020060
versionName "2.2.0"

vectorDrawables.useSupportLibrary = true

Expand Down
28 changes: 16 additions & 12 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{
"Entries": [
{
"VersionCode": 2020059,
"Title": "Changes in version 2.2.0",
"Description": "<b>!Important!</b> Mozilla decided to <a href=\"https://blog.mozilla.org/services/2019/09/03/a-new-policy-for-mozilla-location-service/\">limit API usage</a> of their location service. The older versions of Tower Collector will not be able to contribute to MLS project from March 1, 2020.<br /><i>The OpenCellID API keys are remain valid and don't need to be changed.</i>",
"Messages": [
"Adjusted MLS integration for upload usage limitations.",
"Added option to export to multiple file types at once.",
"Added option to compress each exported file.",
"Added confirmation for delete action after export.",
"Added Hebrew translation. Thanks Yaron Shahrabani!",
"Improved support for RTL languages.",
"Updated translations.",
"Small fixes and improvements.",
"Updated external components."
]
},
{
"VersionCode": 2010555,
"Title": "Changes in version 2.1.5",
Expand Down Expand Up @@ -33,18 +49,6 @@
"Messages": [
"Fix duplicated logs when file logging enabled."
]
},
{
"VersionCode": 2010149,
"Title": "Changes in version 2.1.1",
"Description": "This version brings many fixes and improvements mainly for Android 10.",
"Messages": [
"Fix export and logging not working on Android 10 due to scoped storage feature.",
"Fix cell info not refreshed on Android 10.",
"Fix 5G (NR) and TD-SCDMA network type field not handled properly in upload and export.",
"Add support for background location permission on Android 10.",
"Remove code for not supported Android versions."
]
}
]
}
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2020060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Adjusted MLS integration for upload usage limitations.
- Added option to export to multiple file types at once.
- Added option to compress each exported file.
- Added confirmation for delete action after export.
- Added Hebrew translation. Thanks Yaron Shahrabani!
- Improved support for RTL languages.
- Updated translations.
- Small fixes and improvements.
- Updated external components.

0 comments on commit 3f292a5

Please sign in to comment.