From c5ab1ca91e4d461f5859d495ca931e47bf5b3a1c Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 30 Dec 2020 14:48:09 +0100 Subject: [PATCH] Updated to version 2.7.0. --- app/build.gradle | 4 +-- app/src/main/res/raw/changelog.json | 28 ++++++++----------- .../android/en-US/changelogs/2070071.txt | 5 ++++ 3 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2070071.txt diff --git a/app/build.gradle b/app/build.gradle index 2115a09b..bab7508b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2060170 - versionName "2.6.1" + versionCode 2070071 + versionName "2.7.0" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 2f1b642d..94adc096 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,17 @@ { "Entries": [ + { + "VersionCode": 2070071, + "Title": "Changes in version 2.7.0", + "Description" : "This version introduces the new tab containing the map that presents measurements stored on your device. I'm open to any feedback, feel free to contact me by email, Twitter, Facebook or GitHub - links in Preferences :)", + "Messages": [ + "Add new map tab presenting locally stored measurements.", + "Add short CID and RNC to CSV export and JSON notifications.", + "Add support for new OpenCellID access token (formerly API key) format.", + "Add Turkish translation. Thanks to Gökdeniz Küçükali :)", + "Update translations." + ] + }, { "VersionCode": 2060170, "Title": "Changes in version 2.6.1", @@ -42,22 +54,6 @@ "Increase active tab indicator height.", "Improve error handling." ] - }, - { - "VersionCode": 2040066, - "Title": "Changes in version 2.4.0", - "Messages": [ - "Add upload of 5G (NR) and TD-SCDMA cells to OpenCellID.", - "Add export to KML and KMZ formats.", - "Add gzip compression of exported files with option to configure the format.", - "Add optional bar presenting Collector status.", - "Add link to application notification settings.", - "Fix database import not working due to transaction log not being deleted.", - "Fix exported file not deleted when export canceled and compression enabled.", - "Rename GPS status from 'initializing' to 'waiting for location' to be less confusing.", - "Update external libraries.", - "Many small fixes and improvements." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2070071.txt b/fastlane/metadata/android/en-US/changelogs/2070071.txt new file mode 100644 index 00000000..77738d65 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2070071.txt @@ -0,0 +1,5 @@ +- Add new map tab presenting locally stored measurements. +- Add short CID and RNC to CSV export and JSON notifications. +- Add support for new OpenCellID access token (formerly API key) format. +- Add Turkish translation. Thanks to Gökdeniz Küçükali :) +- Update translations. \ No newline at end of file