From 827fbbc9ce67cab0660e5d28d401ab7f75296c29 Mon Sep 17 00:00:00 2001 From: Bahasnyldz <79708135+Bahasnyldz@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:37:34 +0300 Subject: [PATCH 1/5] Add Cromite browser (#2640) --- src/Android/Accessibility/AccessibilityHelpers.cs | 1 + src/Android/Autofill/AutofillHelpers.cs | 1 + src/Android/Resources/xml/autofillservice.xml | 3 +++ 3 files changed, 5 insertions(+) diff --git a/src/Android/Accessibility/AccessibilityHelpers.cs b/src/Android/Accessibility/AccessibilityHelpers.cs index 7a425d653..3045f31e3 100644 --- a/src/Android/Accessibility/AccessibilityHelpers.cs +++ b/src/Android/Accessibility/AccessibilityHelpers.cs @@ -107,6 +107,7 @@ namespace Bit.Droid.Accessibility new Browser("org.bromite.chromium", "url_bar"), new Browser("org.chromium.chrome", "url_bar"), new Browser("org.codeaurora.swe.browser", "url_bar"), + new Browser("org.cromite.cromite", "url_bar"), new Browser("org.gnu.icecat", "url_bar_title,mozac_browser_toolbar_url_view"), // 2nd = Anticipation new Browser("org.mozilla.fenix", "mozac_browser_toolbar_url_view"), new Browser("org.mozilla.fenix.nightly", "mozac_browser_toolbar_url_view"), // [DEPRECATED ENTRY] diff --git a/src/Android/Autofill/AutofillHelpers.cs b/src/Android/Autofill/AutofillHelpers.cs index 86d6cc828..1f65811ca 100644 --- a/src/Android/Autofill/AutofillHelpers.cs +++ b/src/Android/Autofill/AutofillHelpers.cs @@ -128,6 +128,7 @@ namespace Bit.Droid.Autofill "org.bromite.chromium", "org.chromium.chrome", "org.codeaurora.swe.browser", + "org.cromite.cromite", "org.gnu.icecat", "org.mozilla.fenix", "org.mozilla.fenix.nightly", diff --git a/src/Android/Resources/xml/autofillservice.xml b/src/Android/Resources/xml/autofillservice.xml index b29d3c7c6..6fbee445d 100644 --- a/src/Android/Resources/xml/autofillservice.xml +++ b/src/Android/Resources/xml/autofillservice.xml @@ -236,6 +236,9 @@ + From 9c0908f7b7be345aad5c809409189e5032abd250 Mon Sep 17 00:00:00 2001 From: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:15:24 +0100 Subject: [PATCH 2/5] Remove tools ownership for store/google/Publisher (#2890) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3ff754a54..7dad4798d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -32,3 +32,6 @@ src/App/Resources/AppResources.resx src/watchOS/bitwarden/bitwarden\ WatchKit\ Extension/Localization/en.lproj store/apple/en store/google/en + +## Utils ## +store/google/Publisher From 2c346eb710a0ec9ad2962f26d29cadce94058e8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:47:08 -0500 Subject: [PATCH 3/5] Bumped version to 2023.12.0 (#2891) Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> --- src/Android/Properties/AndroidManifest.xml | 2 +- src/iOS.Autofill/Info.plist | 2 +- src/iOS.Extension/Info.plist | 2 +- src/iOS.ShareExtension/Info.plist | 2 +- src/iOS/Info.plist | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Android/Properties/AndroidManifest.xml b/src/Android/Properties/AndroidManifest.xml index 22d585242..f9625d7b8 100644 --- a/src/Android/Properties/AndroidManifest.xml +++ b/src/Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/src/iOS.Autofill/Info.plist b/src/iOS.Autofill/Info.plist index adc196ea8..9e9d9ff7b 100644 --- a/src/iOS.Autofill/Info.plist +++ b/src/iOS.Autofill/Info.plist @@ -11,7 +11,7 @@ CFBundleIdentifier com.8bit.bitwarden.autofill CFBundleShortVersionString - 2023.10.1 + 2023.12.0 CFBundleVersion 1 CFBundleLocalizations diff --git a/src/iOS.Extension/Info.plist b/src/iOS.Extension/Info.plist index 364d7b3d6..de6bd0ed4 100644 --- a/src/iOS.Extension/Info.plist +++ b/src/iOS.Extension/Info.plist @@ -11,7 +11,7 @@ CFBundleIdentifier com.8bit.bitwarden.find-login-action-extension CFBundleShortVersionString - 2023.10.1 + 2023.12.0 CFBundleLocalizations en diff --git a/src/iOS.ShareExtension/Info.plist b/src/iOS.ShareExtension/Info.plist index 95c9cfa1a..ede37b772 100644 --- a/src/iOS.ShareExtension/Info.plist +++ b/src/iOS.ShareExtension/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2023.10.1 + 2023.12.0 CFBundleVersion 1 MinimumOSVersion diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist index a04496177..daae68b03 100644 --- a/src/iOS/Info.plist +++ b/src/iOS/Info.plist @@ -11,7 +11,7 @@ CFBundleIdentifier com.8bit.bitwarden CFBundleShortVersionString - 2023.10.1 + 2023.12.0 CFBundleVersion 1 CFBundleIconName From f4c468e6a1c4a5c07cea31342f1c958efb53ba8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:35:08 -0500 Subject: [PATCH 4/5] Bumped version to 2023.12.1 (#2892) Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> --- src/Android/Properties/AndroidManifest.xml | 2 +- src/iOS.Autofill/Info.plist | 2 +- src/iOS.Extension/Info.plist | 2 +- src/iOS.ShareExtension/Info.plist | 2 +- src/iOS/Info.plist | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Android/Properties/AndroidManifest.xml b/src/Android/Properties/AndroidManifest.xml index f9625d7b8..ca3072fa7 100644 --- a/src/Android/Properties/AndroidManifest.xml +++ b/src/Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/src/iOS.Autofill/Info.plist b/src/iOS.Autofill/Info.plist index 9e9d9ff7b..9adc963db 100644 --- a/src/iOS.Autofill/Info.plist +++ b/src/iOS.Autofill/Info.plist @@ -11,7 +11,7 @@ CFBundleIdentifier com.8bit.bitwarden.autofill CFBundleShortVersionString - 2023.12.0 + 2023.12.1 CFBundleVersion 1 CFBundleLocalizations diff --git a/src/iOS.Extension/Info.plist b/src/iOS.Extension/Info.plist index de6bd0ed4..dd032665b 100644 --- a/src/iOS.Extension/Info.plist +++ b/src/iOS.Extension/Info.plist @@ -11,7 +11,7 @@ CFBundleIdentifier com.8bit.bitwarden.find-login-action-extension CFBundleShortVersionString - 2023.12.0 + 2023.12.1 CFBundleLocalizations en diff --git a/src/iOS.ShareExtension/Info.plist b/src/iOS.ShareExtension/Info.plist index ede37b772..1535ae739 100644 --- a/src/iOS.ShareExtension/Info.plist +++ b/src/iOS.ShareExtension/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2023.12.0 + 2023.12.1 CFBundleVersion 1 MinimumOSVersion diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist index daae68b03..357f6042e 100644 --- a/src/iOS/Info.plist +++ b/src/iOS/Info.plist @@ -11,7 +11,7 @@ CFBundleIdentifier com.8bit.bitwarden CFBundleShortVersionString - 2023.12.0 + 2023.12.1 CFBundleVersion 1 CFBundleIconName From 9a28419a4e112d656f181dbb6c9fed85803c3110 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:56:26 +0000 Subject: [PATCH 5/5] Autosync the updated translations (#2894) Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> --- src/App/Resources/AppResources.fi.resx | 2 +- src/App/Resources/AppResources.uk.resx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App/Resources/AppResources.fi.resx b/src/App/Resources/AppResources.fi.resx index 66692ea4f..44783574d 100644 --- a/src/App/Resources/AppResources.fi.resx +++ b/src/App/Resources/AppResources.fi.resx @@ -2426,7 +2426,7 @@ turvallisesti valitsemalla "Lisää TOTP" "Fastmail" is the product name and should not be translated. - ForwardEmail + Forward Email "ForwardEmail" is the product name and should not be translated. diff --git a/src/App/Resources/AppResources.uk.resx b/src/App/Resources/AppResources.uk.resx index 59d39da16..9467ea138 100644 --- a/src/App/Resources/AppResources.uk.resx +++ b/src/App/Resources/AppResources.uk.resx @@ -1176,17 +1176,17 @@ Відкрити налаштування автозаповнення - Розпізнавання обличчя + Face ID What Apple calls their facial recognition reader. - Використовувати розпізнавання обличчя для підтвердження. + Використовувати Face ID для підтвердження. Розблокування з Face ID - Підтвердження розпізнавання обличчя + Підтвердження Face ID Windows Hello @@ -2354,7 +2354,7 @@ Схвалювати запити на вхід - Використовувати цей пристрій для схвалення запитів на вхід, виконаних з інших пристроїв + Схвалювати запити на вхід, виконані з інших пристроїв Дозволити сповіщення