Commit Graph

600 Commits

Author SHA1 Message Date
Artem Chepurnoy 8e27ad9072
improvement: Rework Add item screens to use lazy column #238 2024-04-11 14:39:46 +03:00
Artem Chepurnoy 8ece9883be
build: Bump Compose from 1.6.1 to 1.6.2 2024-04-11 14:39:45 +03:00
Artem Chepurnoy 7426080808
fix: Title field doesn't get auto focused on screen launch 2024-04-11 14:39:45 +03:00
Artem Chepurnyi 0a2a69461f
improvement: Rename New item -> New send 2024-04-11 07:29:57 +03:00
Artem Chepurnoy 8f79db1fe7
feat: Allow disabling Gravatar icons 2024-04-10 12:30:33 +03:00
Artem Chepurnoy b8cd84a7f4
improvement: Show 'Empty' in place of an empty title text 2024-04-10 12:30:33 +03:00
Artem Chepurnoy 3fc4ec3f03
fix: Apply correct content color to list items 2024-04-10 12:30:33 +03:00
Artem Chepurnoy 30db360ef1
improvement: Enable New send button on release builds 2024-04-10 12:30:33 +03:00
dependabot[bot] 6ab5e8f5ec
build(deps): Bump androidPlugin from 8.3.1 to 8.3.2 (#260)
Bumps `androidPlugin` from 8.3.1 to 8.3.2.

Updates `com.android.application` from 8.3.1 to 8.3.2

Updates `com.android.library` from 8.3.1 to 8.3.2

Updates `com.android.test` from 8.3.1 to 8.3.2

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.android.test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 12:30:19 +03:00
Artem Chepurnoy 6c3dc0f5b6
improvement: Move Copy send phrase to text resources 2024-04-09 18:41:00 +03:00
dependabot[bot] be73e231d3
build(deps): Bump app.cash.licensee from 1.10.0 to 1.11.0 (#242)
* build(deps): Bump app.cash.licensee from 1.10.0 to 1.11.0

Bumps [app.cash.licensee](https://github.com/cashapp/licensee) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/cashapp/licensee/releases)
- [Changelog](https://github.com/cashapp/licensee/blob/trunk/CHANGELOG.md)
- [Commits](https://github.com/cashapp/licensee/compare/1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: app.cash.licensee
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Add missing link to MIT license

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artem Chepurnoy <artemchep@gmail.com>
2024-04-09 18:37:09 +03:00
Artem Chepurnyi 35be7daff9
chore: Exclude OSGI-INF/MANIFEST.MF from packaging options 2024-04-09 18:24:27 +03:00
Artem Chepurnyi 57c2fbb528
New Crowdin translations by GitHub Action (#258)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-04-09 18:16:49 +03:00
Artem Chepurnoy 28db7b128e
feat: Create a text Send support 2024-04-09 17:55:40 +03:00
dependabot[bot] d14c188aa3
build(deps): Bump com.nulab-inc:zxcvbn from 1.8.2 to 1.9.0 (#256)
Bumps [com.nulab-inc:zxcvbn](https://github.com/nulab/zxcvbn4j) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/nulab/zxcvbn4j/releases)
- [Changelog](https://github.com/nulab/zxcvbn4j/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nulab/zxcvbn4j/compare/1.8.2...1.9.0)

---
updated-dependencies:
- dependency-name: com.nulab-inc:zxcvbn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 17:55:34 +03:00
dependabot[bot] a71ae17e5c
build(deps): Bump bouncycastle from 1.77 to 1.78 (#257)
Bumps `bouncycastle` from 1.77 to 1.78.

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.77 to 1.78
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.77 to 1.78
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 12:01:07 +03:00
dependabot[bot] 0cea8d15c0
build(deps): Bump ktor from 2.3.9 to 2.3.10 (#254)
Bumps `ktor` from 2.3.9 to 2.3.10.

Updates `io.ktor:ktor-client-cio` from 2.3.9 to 2.3.10
- [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 2.3.9 to 2.3.10
- [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 2.3.9 to 2.3.10
- [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 2.3.9 to 2.3.10
- [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 2.3.9 to 2.3.10
- [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 2.3.9 to 2.3.10
- [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 2.3.9 to 2.3.10
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 13:29:11 +03:00
dependabot[bot] b65ea0de20
build(deps): Bump sqldelight from 2.0.1 to 2.0.2 (#255)
Bumps `sqldelight` from 2.0.1 to 2.0.2.

Updates `app.cash.sqldelight:android-driver` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cashapp/sqldelight/compare/2.0.1...2.0.2)

Updates `app.cash.sqldelight:coroutines-extensions` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cashapp/sqldelight/compare/2.0.1...2.0.2)

Updates `app.cash.sqldelight:sqlite-driver` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cashapp/sqldelight/compare/2.0.1...2.0.2)

Updates `app.cash.sqldelight` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cashapp/sqldelight/compare/2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: app.cash.sqldelight:android-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:coroutines-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:sqlite-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 13:29:02 +03:00
dependabot[bot] 15cbd50734
build(deps): Bump com.google.devtools.ksp (#252)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.23-1.0.19 to 1.9.23-1.0.20.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/1.9.23-1.0.19...1.9.23-1.0.20)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 19:52:54 +03:00
Artem Chepurnyi 1c38b2a661
[AUTO]Update justdeleteme library (#248)
Files changed:
M	common/src/commonMain/resources/MR/files/justdeleteme.json

Co-authored-by: AChep <AChep@users.noreply.github.com>
2024-04-05 19:52:39 +03:00
Artem Chepurnyi 1bd5a1827e
[AUTO]Update two-factor auth library (#249)
Files changed:
M	common/src/commonMain/resources/MR/files/tfa.json

Co-authored-by: AChep <AChep@users.noreply.github.com>
2024-04-05 19:52:14 +03:00
Artem Chepurnyi 199bd26faa
[AUTO]Update passkeys library (#250)
Files changed:
M	common/src/commonMain/resources/MR/files/passkeys.json

Co-authored-by: AChep <AChep@users.noreply.github.com>
2024-04-05 19:51:58 +03:00
Artem Chepurnyi 03964b4ddc
[AUTO]Update Public suffix list (#251)
Files changed:
M	common/src/commonMain/resources/MR/files/public_suffix_list.txt

Co-authored-by: AChep <AChep@users.noreply.github.com>
2024-04-05 19:51:46 +03:00
dependabot[bot] b924f37b62
build(deps): Bump androidx.core:core-splashscreen (#247)
Bumps androidx.core:core-splashscreen from 1.1.0-alpha02 to 1.1.0-rc01.

---
updated-dependencies:
- dependency-name: androidx.core:core-splashscreen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 11:58:16 +03:00
dependabot[bot] 27ef0b56dc
build(deps): Bump arrow from 1.2.3 to 1.2.4 (#246)
Bumps `arrow` from 1.2.3 to 1.2.4.

Updates `io.arrow-kt:arrow-core` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](https://github.com/arrow-kt/arrow/compare/1.2.3...1.2.4)

Updates `io.arrow-kt:arrow-optics` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](https://github.com/arrow-kt/arrow/compare/1.2.3...1.2.4)

Updates `io.arrow-kt:arrow-optics-ksp-plugin` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](https://github.com/arrow-kt/arrow/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: io.arrow-kt:arrow-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.arrow-kt:arrow-optics
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.arrow-kt:arrow-optics-ksp-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 11:58:01 +03:00
dependabot[bot] 09d47c9a6f
build(deps): Bump androidx.credentials:credentials from 1.2.1 to 1.2.2 (#245)
Bumps androidx.credentials:credentials from 1.2.1 to 1.2.2.

---
updated-dependencies:
- dependency-name: androidx.credentials:credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 11:57:29 +03:00
Artem Chepurnyi 802409e3b2
improvement: Enable shrink resources for Android builds #244 2024-04-02 12:38:51 +03:00
Artem Chepurnoy 06d2ea6005
improvement: Better initial select of the account for Add item screen 2024-03-31 19:04:45 +03:00
Artem Chepurnoy 12e7382400
chore: Bump app version code 2024-03-31 08:43:08 +03:00
Artem Chepurnoy 5c394f6b26
fix: Username field autosuggests account name instead of an email 2024-03-31 08:40:15 +03:00
Artem Chepurnyi 21eeb3559b
New Crowdin translations by GitHub Action (#233)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-03-30 13:13:44 +02:00
Artem Chepurnoy e0949a7042
improvement: Show category in passkeys directory and correctly select items with the same name 2024-03-30 13:12:11 +02:00
Artem Chepurnyi b402e038bc
[AUTO]Update Public suffix list (#228)
Files changed:
M	common/src/commonMain/resources/MR/files/public_suffix_list.txt

Co-authored-by: AChep <AChep@users.noreply.github.com>
2024-03-30 12:42:27 +02:00
Artem Chepurnyi 8c8d73fc70
[AUTO]Update passkeys library (#227)
Files changed:
M	common/src/commonMain/resources/MR/files/passkeys.json

Co-authored-by: AChep <AChep@users.noreply.github.com>
2024-03-30 12:42:19 +02:00
Artem Chepurnoy 8dbac9f841
improvement: Show account name instead of account email in filters 2024-03-30 12:40:45 +02:00
Artem Chepurnoy 2e68f469a7
improvement: Align Expiry date's field styling with the common text fields 2024-03-30 12:09:14 +02:00
Artem Chepurnoy 7c9d9c1022
fix: Properly animate text field focused state for every font size 2024-03-30 11:28:21 +02:00
Artem Chepurnoy 8cd3b2bb40
chore: Bump app version code 2024-03-30 09:28:37 +02:00
Artem Chepurnoy b933993001
fix: Text field enlarge a little when focused 2024-03-30 09:28:17 +02:00
Artem Chepurnoy 50a0d6f591
fix: Clicking add a new URI button shows a popup even if there's only one option #232 2024-03-30 09:07:26 +02:00
Artem Chepurnoy 8b9d939d21
chore: Bump app version code 2024-03-30 08:12:01 +02:00
Artem Chepurnoy f4e884b39b
fix: Clicking add a new URI button does nothing #232 2024-03-30 08:10:07 +02:00
Artem Chepurnoy 70411332af
improvement: Localize Failed open a URI error message 2024-03-30 08:10:07 +02:00
Artem Chepurnoy 7670a040e3
feat: An option to not require biometric confirmation tap 2024-03-30 08:10:07 +02:00
Jordy 75d7eb96a0
Add Crowdin link to readme (#230) 2024-03-29 20:14:05 +02:00
github-actions[bot] f6543dbd3d
@JordyEGNL has signed the CLA in AChep/keyguard-app#230 2024-03-29 12:52:28 +00:00
dependabot[bot] 7fea87b9f1
build(deps): Bump app.cash.licensee from 1.9.1 to 1.10.0 (#229)
Bumps [app.cash.licensee](https://github.com/cashapp/licensee) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/cashapp/licensee/releases)
- [Changelog](https://github.com/cashapp/licensee/blob/trunk/CHANGELOG.md)
- [Commits](https://github.com/cashapp/licensee/compare/1.9.1...1.10.0)

---
updated-dependencies:
- dependency-name: app.cash.licensee
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-29 12:11:11 +02:00
Artem Chepurnoy 7cb9e8adbe
improvement: Always allow a user to delete a failed cipher 2024-03-28 13:45:18 +02:00
Artem Chepurnoy e3be565699
improvement: Support new per-cipher encryption key 2024-03-28 13:31:35 +02:00
Artem Chepurnoy a1210b4ef8
improvement: Show actual JSON when a cipher fails the decoding #224 2024-03-27 17:20:39 +02:00