From 1716a9ece4a1e7f4a13973d96231d790e06db595 Mon Sep 17 00:00:00 2001 From: Diogo Couto Date: Wed, 25 Nov 2020 09:52:37 +0000 Subject: [PATCH] Version 1.1.0 --- CHANGELOG.md | 14 +++++++++++++- README.md | 4 ++-- android/app/build.gradle | 4 ++-- ios/Divoc.xcodeproj/project.pbxproj | 24 ++++++++++++------------ ios/DivocTests/Info.plist | 2 +- package.json | 2 +- 6 files changed, 31 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2248b5..65a84506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,10 +51,22 @@ - Add support team email button - Add share button to allow users to share the app with others - Add location screen to onboarding to provide additional information for Android users -- Add home long press to allow switching monitoring on and off +- Add home long press to allow switching monitoring on and off - Refactor settings screen - Fix background taks issue when in iOS - Fix submitting code always hanging - Fix android 8 navigation bar - Fix minor bugs - Fix typos + + +## version 1.1.0 (25.11.2020) +- Add dark mode support +- Update DP3T SDK version to 2.0.0 +- Update DPO e-mail address +- Fix time to reset exposed state to 14 days +- Fix home tooltip time +- Fix tracking not disabled after submit diagnosis +- Fix home exposed copy +- Fix minor bugs +- Fix typos diff --git a/README.md b/README.md index 34516a10..caa253ae 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@
- v.1.0.6 + v.1.1.0 diff --git a/android/app/build.gradle b/android/app/build.gradle index 86dbde04..7f539c25 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -164,8 +164,8 @@ android { applicationId "fct.inesctec.stayaway" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 10062 - versionName "1.0.6" + versionCode 101000 + versionName "1.1.0" resValue "string", "build_config_package", "fct.inesctec.stayaway" resConfigs "en", "pt" diff --git a/ios/Divoc.xcodeproj/project.pbxproj b/ios/Divoc.xcodeproj/project.pbxproj index d9628461..01d0ccb1 100644 --- a/ios/Divoc.xcodeproj/project.pbxproj +++ b/ios/Divoc.xcodeproj/project.pbxproj @@ -793,7 +793,7 @@ CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.debug.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 10067; + CURRENT_PROJECT_VERSION = 101000; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; ENABLE_BITCODE = NO; @@ -806,7 +806,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.6; + MARKETING_VERSION = 1.1.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -835,7 +835,7 @@ CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.entitlements"; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 10067; + CURRENT_PROJECT_VERSION = 101000; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist"; @@ -843,7 +843,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.6; + MARKETING_VERSION = 1.1.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1036,7 +1036,7 @@ CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.debug.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 10067; + CURRENT_PROJECT_VERSION = 101000; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist"; @@ -1044,7 +1044,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.6; + MARKETING_VERSION = 1.1.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1149,7 +1149,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 10067; + CURRENT_PROJECT_VERSION = 101000; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist"; @@ -1157,7 +1157,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.6; + MARKETING_VERSION = 1.1.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1269,7 +1269,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 10067; + CURRENT_PROJECT_VERSION = 101000; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; @@ -1282,7 +1282,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.6; + MARKETING_VERSION = 1.1.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1390,7 +1390,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 10067; + CURRENT_PROJECT_VERSION = 101000; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = VB258YUFG3; INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist"; @@ -1398,7 +1398,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.6; + MARKETING_VERSION = 1.1.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/ios/DivocTests/Info.plist b/ios/DivocTests/Info.plist index dc423ec2..310b2ec7 100644 --- a/ios/DivocTests/Info.plist +++ b/ios/DivocTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0.6 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index f48d7f8e..903172e3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://keyruptive.com" }, "main": "index.js", - "version": "1.0.6", + "version": "1.1.0", "license": "EUPL-1.2", "keywords": [ "covid19",