Commit Graph

598 Commits

Author SHA1 Message Date
Artem Chepurnyi 9f908b223b
Merge pull request #72 from AChep/dependabot/gradle/signalr-8.0.1
build(deps): Bump signalr from 8.0.0 to 8.0.1
2024-01-10 11:54:37 +02:00
dependabot[bot] 1b05ba7643
build(deps): Bump signalr from 8.0.0 to 8.0.1
Bumps `signalr` from 8.0.0 to 8.0.1.

Updates `com.microsoft.signalr:signalr` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.1)

Updates `com.microsoft.signalr.messagepack:signalr-messagepack` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: com.microsoft.signalr:signalr
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.microsoft.signalr.messagepack:signalr-messagepack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 08:20:36 +00:00
dependabot[bot] 2186c33aaf
build(deps): Bump org.jlleitschuh.gradle.ktlint from 12.0.3 to 12.1.0
Bumps org.jlleitschuh.gradle.ktlint from 12.0.3 to 12.1.0.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 08:20:20 +00:00
Artem Chepurnoy 12aec0cbc5
fix: Dates in the Vault / Send list are incorrectly formatted 2024-01-09 22:03:58 +02:00
Artem Chepurnoy f8986be2ba
Translate actions on the Send list screen 2024-01-09 21:46:08 +02:00
Artem Chepurnoy 349e0d306f
refactor: Clean-up history / email relays / url override lists screens 2024-01-09 21:29:38 +02:00
Artem Chepurnyi 7945402f63
Note that the Premium is only needed on Android 2024-01-09 12:35:19 +02:00
Artem Chepurnyi 9227ac67d1
Merge pull request #67 from AChep/dependabot/gradle/org.slf4j-slf4j-api-2.0.11
build(deps): Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11
2024-01-09 10:41:32 +02:00
dependabot[bot] 11bcbca741
build(deps): Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11
Bumps org.slf4j:slf4j-api from 2.0.10 to 2.0.11.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 08:31:32 +00:00
Artem Chepurnoy ae662e612a
Add 10' device to the looks section 2024-01-09 10:09:20 +02:00
Artem Chepurnoy 4a51e6596b
Use 🌠 emoji to mark premium features 2024-01-09 10:09:20 +02:00
Artem Chepurnoy 51baef0664
Add a copy button to the error messages 2024-01-09 10:09:19 +02:00
Artem Chepurnoy 0a9f0c1767
Make Bitwarden a link to their site 2024-01-09 10:09:19 +02:00
Artem Chepurnoy 51761fd2b7
Note that adding/modifying vault items requires Premium 2024-01-09 10:09:19 +02:00
Artem Chepurnyi 85fc9399c4
Better phrase OOM error text 2024-01-08 23:10:47 +02:00
Artem Chepurnoy 51dd09a94c
Show proper error message if generating KDF hash fails with OOM 2024-01-08 19:49:23 +02:00
Artem Chepurnoy 2d090b4a86
Ignore SocketException 2024-01-08 18:27:59 +02:00
Artem Chepurnoy 5f8a65cc8f
fix: Use extraLarge shape for the toast message container 2024-01-08 15:46:34 +02:00
Artem Chepurnoy c662c8378c
fix: Access to state register using synchronized block 2024-01-08 11:32:10 +02:00
Artem Chepurnoy eae30c738a
fix(ViewModel): Use single source of compose state 2024-01-08 11:25:28 +02:00
Artem Chepurnyi 40bea14162
Merge pull request #62 from AChep/l10n_crowdin_action
New Crowdin translations by GitHub Action
2024-01-07 23:13:01 +02:00
Crowdin Bot 31322f695a New Crowdin translations by GitHub Action 2024-01-07 21:12:19 +00:00
Artem Chepurnoy 458fbcdcc4
Add {otp} placeholder for generating TOTP codes 2024-01-07 23:08:47 +02:00
Artem Chepurnoy d06292c071
fix: Fix AWT thread crash that happens because the compose state gets updated from another thread 2024-01-07 23:08:47 +02:00
Artem Chepurnoy c8e2fab4c3
Add {url:parameter:} placeholder for extracting query parameters 2024-01-07 23:08:47 +02:00
Artem Chepurnoy 46d5fa2776
fix: Implement {url:userinfo} placeholder corrently 2024-01-07 23:08:47 +02:00
Artem Chepurnyi 6d56cbf536
Note that Keyguard also has binaries for other platforms 2024-01-06 21:06:30 +02:00
Artem Chepurnyi 7dc9b8a726
Merge pull request #61 from AChep/justdeleteme_action
New Just delete me by GitHub Action
2024-01-06 20:11:20 +02:00
Artem Chepurnyi 929b23d61a
Merge pull request #60 from AChep/passkeys_action
New Passkeys by GitHub Action
2024-01-06 20:10:51 +02:00
Artem Chepurnyi a819480b32
Merge pull request #59 from AChep/tld_public_suffix_list_action
New Public suffix list by GitHub Action
2024-01-06 20:10:25 +02:00
AChep 61f42ebe3a [AUTO]Update justdeleteme library
Files changed:
M	common/src/commonMain/resources/MR/files/justdeleteme.json
2024-01-06 18:10:11 +00:00
AChep 931560a1fa [AUTO]Update passkeys library
Files changed:
M	common/src/commonMain/resources/MR/files/passkeys.json
2024-01-06 18:09:54 +00:00
AChep 66d2565e59 [AUTO]Update Public suffix list
Files changed:
M	common/src/commonMain/resources/MR/files/public_suffix_list.txt
2024-01-06 18:09:46 +00:00
Artem Chepurnyi 706fceb89f
Merge pull request #58 from AChep/tfa_2factorauth_action
New Two-factor auth by GitHub Action
2024-01-06 20:08:35 +02:00
AChep de3d16aa69 [AUTO]Update two-factor auth library
Files changed:
M	common/src/commonMain/resources/MR/files/tfa.json
2024-01-06 18:08:05 +00:00
Artem Chepurnoy c3e11fccfa
fix: Synchronize actions never create Pull requests 2024-01-06 20:07:00 +02:00
Artem Chepurnyi 5e7cb152d2
Merge pull request #57 from AChep/l10n_crowdin_action
New Crowdin translations by GitHub Action
2024-01-06 19:56:16 +02:00
Crowdin Bot 045ad8a767 New Crowdin translations by GitHub Action 2024-01-06 17:54:36 +00:00
Artem Chepurnoy cae54f2460
Properly name GitHub Releases 2024-01-06 19:43:30 +02:00
Artem Chepurnoy f97c8e6908
Move Expiried/Expires soon strings to text resources 2024-01-06 19:36:45 +02:00
Artem Chepurnoy 28c4aeaa96
Enlage a Read more button on the info item 2024-01-06 19:20:12 +02:00
Artem Chepurnoy cf00f116a0
Handle errors in Placeholders gracefully 2024-01-06 19:01:17 +02:00
Artem Chepurnoy d569154ede
Add an example of how to use URL override to HTTPify URLs 2024-01-06 18:09:15 +02:00
Artem Chepurnoy 89cc7ec047
Add Text replace using regex to placeholders 2024-01-06 18:04:56 +02:00
Artem Chepurnoy 6b6239f2fd
Add missing padding to the left of the Matching type badge 2024-01-05 18:41:39 +02:00
Artem Chepurnoy 72db7043a6
Add Env support to placeholders 2024-01-05 18:32:23 +02:00
Artem Chepurnyi b151d19794
Merge pull request #50 from AChep/l10n_crowdin_action
New Crowdin translations by GitHub Action
2024-01-05 18:14:20 +02:00
Crowdin Bot 3e4265a741 New Crowdin translations by GitHub Action 2024-01-05 16:13:02 +00:00
Artem Chepurnoy 01b13b7d08
Remove unused 'urloverride_integration_title' string 2024-01-05 18:12:11 +02:00
Artem Chepurnoy d394e82277
Include URL overrides in all of the URL types 2024-01-05 18:06:15 +02:00