Skip to content

Commit

Permalink
Updated to version 2.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Sep 27, 2021
1 parent 6bb33df commit bab8c8b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 28 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 30
versionCode 2100093
versionName "2.10.0"
versionCode 2110094
versionName "2.11.0"

vectorDrawables.useSupportLibrary = true

Expand Down
41 changes: 15 additions & 26 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
{
"Entries": [
{
"VersionCode": 2110094,
"Title": "Changes in version 2.11.0",
"Messages": [
"Fix number of discovered local cells higher than number of local cells.",
"Fix upload configuration not saved when don't show again is checked.",
"Fix export progress window sometimes stays open after export is finished.",
"Fix export result window appears one more time after restoring minimized application.",
"Fix crash when exporting data when storage folder is undefined.",
"Add option to contribute anonymously on upload configurator.",
"Improved descriptions and translations.",
"Small bug fixes."
]
},
{
"VersionCode": 2100093,
"Title": "Changes in version 2.10.0",
"Description" : "This is brings the significantly changed Export function. Please report any issues or suggestions via email, link in the Preferences inside Help section.",
"Description": "This is brings the significantly changed Export function. Please report any issues or suggestions via email, link in the Preferences inside Help section.",
"Messages": [
"Add notification showing progress of Export operation.",
"Add option to start and stop Export using Quick Settings toggles.",
Expand Down Expand Up @@ -40,31 +54,6 @@
"Fix crash when clicking on a link in a dialog window.",
"Fix crash after database upgrade."
]
},
{
"VersionCode": 2090086,
"Title": "Changes in version 2.9.0",
"Messages": [
"Add Quick Settings tiles for Collector and Uploader from notification bar.",
"Add cell information of last measurement to Collector notification.",
"Add message when there are no measurements locally.",
"Add dedicated names and descriptions for CDMA, LTE, NR (5G) network types on last measurement screen.",
"Improve readability of last measurement and statistics tabs.",
"Improve error message when document picker is missing in the system.",
"Make dot icons a bit smaller and more transparent so they don't cover the location cursor.",
"Update translations."
]
},
{
"VersionCode": 2080385,
"Title": "Changes in version 2.8.3",
"Messages": [
"Add option to disable listening for my location on the map.",
"Add option to start collecting on app start-up.",
"Add legend for the map.",
"Fix collector crashing when there's no signal (Android bug).",
"Fix animation to last measurement on the map if another animation is in progress."
]
}
]
}
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2110094.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Fix number of discovered local cells higher than number of local cells.
- Fix upload configuration not saved when don't show again is checked.
- Fix export progress window sometimes stays open after export is finished.
- Fix export result window appears one more time after restoring minimized application.
- Fix crash when exporting data when storage folder is undefined.
- Add option to contribute anonymously on upload configurator.
- Improved descriptions and translations.
- Small bug fixes.

0 comments on commit bab8c8b

Please sign in to comment.