897 Commits

Author SHA1 Message Date
Artem Chepurnoy
ab90d0d622
Bump Watchtower versions to re-calc alerts 2024-12-22 12:12:48 +02:00
Artem Chepurnoy
6768a31800
fix: Do not use Domain match detection for Android and iOS apps URIs 2024-12-22 12:04:22 +02:00
Artem Chepurnoy
ed90a65b14
fix: If host doesn't belong to any known TLD, report host as the domain name 2024-12-22 11:57:55 +02:00
Artem Chepurnoy
27b98f8d9d
improvement(Export): Minor UI changes d20241221 r20241221 2024-12-21 00:21:03 +02:00
Artem Chepurnoy
4dfe4fc3d2
fix(Export): Correctly apply item filters when you click View all items button 2024-12-21 00:21:03 +02:00
Artem Chepurnyi
d03a2ad16c
fix(Sync): Specify default values for Domains entity #753 2024-12-20 21:02:05 +02:00
dependabot[bot]
9017f35ce9 build(deps): Bump kotlinCoroutines from 1.9.0 to 1.10.0
Bumps `kotlinCoroutines` from 1.9.0 to 1.10.0.

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-swing` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-swing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 13:27:35 +02:00
dependabot[bot]
ed1e27bafc build(deps): Bump ktor from 3.0.2 to 3.0.3
Bumps `ktor` from 3.0.2 to 3.0.3.

Updates `io.ktor:ktor-client-cio` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-core` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-logging` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-okhttp` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-websockets` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-serialization-kotlinx` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-websockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization-kotlinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
d20241220
2024-12-19 13:10:39 +02:00
Artem Chepurnoy
b22ca8128c
improvement: Swap 2-way sync and Multiple accounts info cards d20241219 2024-12-18 10:34:40 +02:00
Artem Chepurnoy
1d0e3cfa0a
improvement: Add a visual indicator to an active product container 2024-12-18 10:33:37 +02:00
Artem Chepurnoy
3fa71f0e28
improvement: Add a visual indicator to an active subscription/product container + will not renew badge d20241218 2024-12-17 19:47:19 +02:00
Artem Chepurnyi
604f8f371b
chore: Bump app version to 1.7.1 d20241215 2024-12-14 18:39:37 +02:00
Artem Chepurnyi
0d2eb37cd9
improvement: Prioritize correct URL during forming suggestions a bit more 2024-12-14 18:39:37 +02:00
Artem Chepurnyi
6538c1d13e
improvement: Hide Inline autofill suggestions option on unsupported platforms 2024-12-14 18:39:37 +02:00
Artem Chepurnyi
9fa53ea157
refactor: Use modern Autofill dataset builder on newer Android versions 2024-12-14 18:39:37 +02:00
Artem Chepurnyi
5d20685465
improvement: Better chance at suggesting to autofill the OTP fields 2024-12-14 18:39:36 +02:00
Artem Chepurnoy
679c385ef2
improvement(Generator): Show the value in a header if you scroll down d20241214 2024-12-13 22:00:11 +02:00
Artem Chepurnoy
35bcd85f55
improvement: Longer walk-though for baseline profile generation 2024-12-13 22:00:11 +02:00
Artem Chepurnoy
1213e5eb51
chore: Do not publish baseline profile apks 2024-12-13 22:00:11 +02:00
Artem Chepurnoy
1c185d7cdf
chore: Use actual release name variable as a release name 2024-12-13 22:00:11 +02:00
dependabot[bot]
e8be3d4e7e build(deps): Bump androidxCamera from 1.4.0 to 1.4.1
Bumps `androidxCamera` from 1.4.0 to 1.4.1.

Updates `androidx.camera:camera-camera2` from 1.4.0 to 1.4.1

Updates `androidx.camera:camera-core` from 1.4.0 to 1.4.1

Updates `androidx.camera:camera-extensions` from 1.4.0 to 1.4.1

Updates `androidx.camera:camera-lifecycle` from 1.4.0 to 1.4.1

Updates `androidx.camera:camera-view` from 1.4.0 to 1.4.1

---
updated-dependencies:
- dependency-name: androidx.camera:camera-camera2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.camera:camera-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.camera:camera-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.camera:camera-lifecycle
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.camera:camera-view
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 16:29:08 +02:00
Artem Chepurnoy
f361f966ca
chore: Correct a path to android test results r20241212.2 2024-12-12 20:16:03 +02:00
Artem Chepurnoy
fbcf71ef7a
chore: Upload baseline profile generation logs 2024-12-12 20:01:52 +02:00
Artem Chepurnoy
d63c955416
chore: Regenerate Baseline profile for 'none' flavor 2024-12-12 20:01:52 +02:00
Artem Chepurnyi
dd0fc6efe1
chore: Update Mac Intel runner to macos 13 r20241212.1 2024-12-12 09:13:49 +02:00
AChep
5723bf9f1a [AUTO]Update localization library
Files changed:
M	common/src/commonMain/composeResources/files/localization_contributors.json
M	common/src/commonMain/composeResources/values-af-rZA/strings.xml
M	common/src/commonMain/composeResources/values-ar-rSA/strings.xml
M	common/src/commonMain/composeResources/values-ca-rES/strings.xml
M	common/src/commonMain/composeResources/values-cs-rCZ/strings.xml
M	common/src/commonMain/composeResources/values-da-rDK/strings.xml
M	common/src/commonMain/composeResources/values-de-rDE/strings.xml
M	common/src/commonMain/composeResources/values-el-rGR/strings.xml
M	common/src/commonMain/composeResources/values-en-rGB/strings.xml
M	common/src/commonMain/composeResources/values-en-rUS/strings.xml
M	common/src/commonMain/composeResources/values-es-rES/strings.xml
M	common/src/commonMain/composeResources/values-fi-rFI/strings.xml
M	common/src/commonMain/composeResources/values-fr-rFR/strings.xml
M	common/src/commonMain/composeResources/values-hu-rHU/strings.xml
M	common/src/commonMain/composeResources/values-it-rIT/strings.xml
M	common/src/commonMain/composeResources/values-iw-rIL/strings.xml
M	common/src/commonMain/composeResources/values-ja-rJP/plurals.xml
M	common/src/commonMain/composeResources/values-ja-rJP/strings.xml
M	common/src/commonMain/composeResources/values-ko-rKR/strings.xml
M	common/src/commonMain/composeResources/values-nl-rNL/strings.xml
M	common/src/commonMain/composeResources/values-no-rNO/strings.xml
M	common/src/commonMain/composeResources/values-pl-rPL/plurals.xml
M	common/src/commonMain/composeResources/values-pl-rPL/strings.xml
M	common/src/commonMain/composeResources/values-pt-rBR/plurals.xml
M	common/src/commonMain/composeResources/values-pt-rBR/strings.xml
M	common/src/commonMain/composeResources/values-pt-rPT/plurals.xml
M	common/src/commonMain/composeResources/values-pt-rPT/strings.xml
M	common/src/commonMain/composeResources/values-ro-rRO/strings.xml
M	common/src/commonMain/composeResources/values-ru-rRU/strings.xml
M	common/src/commonMain/composeResources/values-sr-rSP/strings.xml
M	common/src/commonMain/composeResources/values-sv-rSE/strings.xml
M	common/src/commonMain/composeResources/values-tr-rTR/strings.xml
M	common/src/commonMain/composeResources/values-uk-rUA/strings.xml
M	common/src/commonMain/composeResources/values-vi-rVN/strings.xml
M	common/src/commonMain/composeResources/values-zh-rCN/plurals.xml
M	common/src/commonMain/composeResources/values-zh-rCN/strings.xml
M	common/src/commonMain/composeResources/values-zh-rTW/strings.xml
r20241212 d20241212
2024-12-11 11:21:40 +02:00
AChep
01f2cc0896 [AUTO]Update two-factor auth library
Files changed:
M	common/src/commonMain/composeResources/files/tfa.json
2024-12-11 11:20:51 +02:00
AChep
a3575e1c98 [AUTO]Update Public suffix list
Files changed:
M	common/src/commonMain/composeResources/files/public_suffix_list.txt
2024-12-11 11:20:05 +02:00
AChep
0415c3b077 [AUTO]Update passkeys library
Files changed:
M	common/src/commonMain/composeResources/files/passkeys.json
2024-12-11 11:19:45 +02:00
AChep
a1e814fb62 [AUTO]Update justdeleteme library
Files changed:
M	common/src/commonMain/composeResources/files/justdeleteme.json
2024-12-11 11:19:31 +02:00
AChep
899f55b3e9 [AUTO]Update GPM Credential Privileged Apps JSON
Files changed:
M	common/src/commonMain/composeResources/files/gpm_passkeys_privileged_apps.json
2024-12-11 11:18:04 +02:00
Artem Chepurnoy
e71dd8dd07
fix: Always treat url scheme as case insensitive d20241211 2024-12-10 17:09:18 +02:00
Artem Chepurnoy
2f9d88685a
refactor: Inline StringResource.wrap() function 2024-12-10 17:04:25 +02:00
Artem Chepurnoy
ac4796a233
improvement: Add OTP notification settings to Autofill screen 2024-12-10 16:10:25 +02:00
Artem Chepurnoy
a86ba3197b
improvement: Add a link to Bitwarden docs about Equivalent domains 2024-12-10 16:00:46 +02:00
Artem Chepurnoy
9cea8b6a61
improvement: Add Fennec, Mull and Iceraven to privileged browsers #713 2024-12-10 15:45:56 +02:00
Artem Chepurnyi
6a022374ad
chore: Do not run tests on PRs until i create google-less flavor 2024-12-10 12:19:23 +02:00
Artem Chepurnyi
dfe2cc5a37
chore: Do not bother with app version during test runs 2024-12-10 11:55:40 +02:00
Artem Chepurnyi
b9b7360686
chore: Run basic integration test on each commit/PR 2024-12-10 11:52:36 +02:00
dependabot[bot]
4d377ce833 build(deps): Bump io.github.willena:sqlite-jdbc
Bumps [io.github.willena:sqlite-jdbc](https://github.com/Willena/sqlite-jdbc-crypt) from 3.47.1.0 to 3.47.2.0.
- [Release notes](https://github.com/Willena/sqlite-jdbc-crypt/releases)
- [Changelog](https://github.com/Willena/sqlite-jdbc-crypt/blob/master/NEWS.md)
- [Commits](https://github.com/Willena/sqlite-jdbc-crypt/compare/3.47.1.0...3.47.2.0)

---
updated-dependencies:
- dependency-name: io.github.willena:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-10 10:27:53 +02:00
Artem Chepurnyi
fdb5d8dfb3
fix: Fix compatibility issue with richtext 1.0.0-alpha02 2024-12-10 10:23:16 +02:00
dependabot[bot]
a5894388d5 build(deps): Bump richtext from 1.0.0-alpha01 to 1.0.0-alpha02
Bumps `richtext` from 1.0.0-alpha01 to 1.0.0-alpha02.

Updates `com.halilibo.compose-richtext:richtext-commonmark` from 1.0.0-alpha01 to 1.0.0-alpha02
- [Release notes](https://github.com/halilozercan/compose-richtext/releases)
- [Changelog](https://github.com/halilozercan/compose-richtext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/halilozercan/compose-richtext/compare/1.0.0-alpha01...1.0.0-alpha02)

Updates `com.halilibo.compose-richtext:richtext-markdown` from 1.0.0-alpha01 to 1.0.0-alpha02
- [Release notes](https://github.com/halilozercan/compose-richtext/releases)
- [Changelog](https://github.com/halilozercan/compose-richtext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/halilozercan/compose-richtext/compare/1.0.0-alpha01...1.0.0-alpha02)

Updates `com.halilibo.compose-richtext:richtext-ui-material3` from 1.0.0-alpha01 to 1.0.0-alpha02
- [Release notes](https://github.com/halilozercan/compose-richtext/releases)
- [Changelog](https://github.com/halilozercan/compose-richtext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/halilozercan/compose-richtext/compare/1.0.0-alpha01...1.0.0-alpha02)

---
updated-dependencies:
- dependency-name: com.halilibo.compose-richtext:richtext-commonmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.halilibo.compose-richtext:richtext-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.halilibo.compose-richtext:richtext-ui-material3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
d20241210
2024-12-09 10:37:32 +02:00
Artem Chepurnyi
af821c788c
fix(Passkey): If user verification is 'preferred' then always set 'uv' flag #739 d20241209 2024-12-09 00:03:39 +02:00
Artem Chepurnyi
24dd880ad1
improvement(Passkey): Always provide collected client data JSON 2024-12-08 23:23:32 +02:00
Artem Chepurnyi
1f88d63039
improvement(Passkey): Provide backupState & backupEligibility flags 2024-12-08 23:22:48 +02:00
Artem Chepurnyi
8900b26f01
build(deps): Bump Compose from 1.7.1 to 1.8.0-alpha01 d20241208 2024-12-07 16:17:40 +02:00
Artem Chepurnyi
40008155b4
improvement(Passkeys): If the assetlinks.json is missing correct data, display much more detailed error message 2024-12-07 12:40:18 +02:00
dependabot[bot]
3ace8afa54 build(deps): Bump com.google.firebase:firebase-bom from 33.6.0 to 33.7.0
Bumps com.google.firebase:firebase-bom from 33.6.0 to 33.7.0.

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
d20241207
2024-12-06 18:35:07 +02:00
dependabot[bot]
e4cb9ee327 build(deps): Bump ktor from 3.0.0 to 3.0.2
Bumps `ktor` from 3.0.0 to 3.0.2.

Updates `io.ktor:ktor-client-cio` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-core` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-logging` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-okhttp` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-websockets` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-serialization-kotlinx` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-websockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization-kotlinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
d20241205
2024-12-04 18:10:34 +02:00
Artem Chepurnyi
2e6cbbe9ae
chore: Bump app version to 1.7.0 2024-12-04 08:03:06 +02:00