Skip to content

Commit

Permalink
Update to version 2.14.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Feb 29, 2024
1 parent fd5ad48 commit 76f3ee9
Show file tree
Hide file tree
Showing 3 changed files with 18 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 33
compileSdk 33
versionCode 2140403
versionName "2.14.4"
versionCode 2140505
versionName "2.14.5"

vectorDrawables.useSupportLibrary = true

Expand Down
21 changes: 11 additions & 10 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"Entries": [
{
"VersionCode": 2140505,
"Title": "Changes in version 2.14.5",
"Messages": [
"Fix upload result presentation.",
"Add check for Internet connection before starting upload.",
"Add option to use custom MLS-compatible server for uploads.",
"Display a warning when attempting to export database when there is no data to upload.",
"Improve error handling."
]
},
{
"VersionCode": 2140403,
"Title": "Changes in version 2.14.4",
Expand Down Expand Up @@ -37,16 +48,6 @@
"Try to fix exception when button cancelling export or upload.",
"Improve error handling."
]
},
{
"VersionCode": 2140099,
"Title": "Changes in version 2.14.0",
"Messages": [
"Change Uploader to show progress in dialog and notification to unify behavior with Export function.",
"Remove unnecessary prompt to select storage when disabling file logging.",
"Fixes related to data collection with NetMonster API.",
"Small bug fixes."
]
}
]
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2140505.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fix upload result presentation.
- Add check for Internet connection before starting upload.
- Add option to use custom MLS-compatible server for uploads.
- Display a warning when attempting to export database when there is no data to upload.
- Improve error handling.

0 comments on commit 76f3ee9

Please sign in to comment.