Patrick Honkonen
222ac2f24e
[PM-104678] (WIP) Refactor passkey part 3 - Authenticate and select passkeys on vault unlock
...
This commit introduces authentication and selection of passkeys when unlocking the vault. The Fido2Screen is now used to handle this process.
The Fido2CredentialStore now stores FIDO credentials and silently discovers them for use during authentication.
This commit also modifies the behavior of processGetCredentialRequest to filter and discover passkeys for autofill purposes, and introduces functionality to authenticate and select passkeys in the vault unlocking flow, and ensures that the user's email address is displayed on the UI during selection of a passkey for autofill.
2024-11-15 18:12:51 -05:00
Patrick Honkonen
8fbb4b7af4
[PM-10678] (WIP) Refactor passkey part 2 - Improve passkey autofill for multiple accounts
...
This commit refactors the passkey autofill process to support multiple accounts and improve the overall user experience.
The key changes include:
- Allowing users to unlock and use passkeys stored in other accounts.
- Implementing a more comprehensive approach to display options for authentication and unlocking accounts during passkey selection.
- Handling cancellation scenarios more robustly to prevent errors.
- Fixing an issue that may lead to failures in certain cases.
- Updating error handling to provide clearer messages to users.
2024-11-15 17:36:00 -05:00
Patrick Honkonen
217efae259
[PM-10678] (WIP) Refactor passkey part 1 - cleanup & passkey item icons
...
This commit is part one of a multi-part UX improvement effort for passkeys. The following changes are made to prepare for extracting passkey authentication out of the vault item listing screen.
- Encapsulate more logic into `Fido2CredentialManagerImpl`.
- Change `Fido2GetCredentialsResult` to contain `List<CredentialEntry>` instead of `List<Fido2CredentialAutofillView>`.
- Create `IconCompatExtensions` to aid with displaying cipher web icons in the system prompt.
- Add/update tests where appropriate.
2024-11-15 16:40:04 -05:00
github-actions[bot]
a04598c77a
Autosync Crowdin Translations ( #4307 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-11-15 20:32:21 +00:00
David Perez
cad2df79b6
PM-14934: Allow accessibility autofill to fill just a username or just a password ( #4312 )
2024-11-15 20:15:02 +00:00
David Perez
089136552b
PM-12259: Use validatePin SDK to validate the users pin ( #4311 )
2024-11-15 19:56:55 +00:00
Dave Severns
1b0bc13903
Fix typos in generator actions ( #4310 )
2024-11-15 16:32:09 +00:00
Patrick Honkonen
d125fab0b7
[PM-14843] Allow deletion of items in collections with manage permission ( #4299 )
2024-11-15 16:10:32 +00:00
Dave Severns
13210343db
PM-14429 Set the min and max range of the slider to match the restrictions not update the min with the computed min. ( #4305 )
2024-11-14 20:36:01 +00:00
Patrick Honkonen
3c4ac8b01a
[PM-14596] Sync on database scheme change ( #4304 )
2024-11-14 19:18:25 +00:00
Patrick Honkonen
0a888a72c8
[PM-14553] Make canManage property of collections optional ( #4284 )
2024-11-14 19:18:04 +00:00
André Bispo
40f33dff89
[PM-11304] Ownership Not Defaulting To Org and Collection ( #4254 )
2024-11-14 08:15:01 +00:00
David Perez
0967234ad8
PM-14411: Autofill logic to work better with QuickTile ( #4300 )
2024-11-13 21:38:08 +00:00
David Perez
911c9e4704
Update androidx dependecies and target API ( #4212 )
2024-11-13 16:22:55 +00:00
Dave Severns
072c3a992c
PM-14414 hides autofill card for all users if autofill service is enabled. ( #4297 )
2024-11-13 15:41:14 +00:00
David Perez
e804dbd48e
PM-14851: Blank names should be considered null ( #4292 )
2024-11-12 21:30:07 +00:00
Dave Severns
9a5aa217e6
PM-14352 Dismiss Snackbar when user clicks it as a default unless the specific dismiss action is present. ( #4291 )
2024-11-12 18:39:30 +00:00
Andrew Haisting
c6beaec102
BITAU-200 Log non-fatal authenticator bridge errors ( #4228 )
...
Co-authored-by: Patrick Honkonen <phonkonen@bitwarden.com>
2024-11-12 16:15:21 +00:00
David Perez
89c267aa5d
PM-14854: Keep NetworkResult to avoid obfuscation crash in release ( #4289 )
2024-11-12 15:38:49 +00:00
David Perez
f33296b44f
PM-14805: Use network result in all Retrofit API requests ( #4286 )
2024-11-11 22:17:57 +00:00
David Perez
a8416b073e
Improve accessibility autofill performance ( #4276 )
2024-11-11 21:08:05 +00:00
Dave Severns
fd4a7c5716
PM-14597 remove notification if device login is decleined ( #4256 )
2024-11-11 21:02:35 +00:00
David Perez
771e719963
PM-14805: Ensure results cannot be double wrapped from 'asSuccess' ( #4283 )
2024-11-11 20:46:55 +00:00
Patrick Honkonen
c5293715e1
[PM-14526] Add JsonNames annotation to SyncResponseJson ( #4269 )
...
Co-authored-by: David Perez <david@livefront.com>
2024-11-11 17:56:27 +00:00
Patrick Honkonen
2c40a7f105
[PM-14589] Prevent SSH key item creation ( #4251 )
2024-11-11 16:52:53 +00:00
André Bispo
a3ed2bc068
[PM-11303] Add button missing for folders ( #4250 )
2024-11-11 16:26:04 +00:00
David Perez
16cc70f344
Clean up the generator screen and handlers ( #4270 )
2024-11-11 16:07:16 +00:00
Dave Severns
6dd783051f
PM-13803 Check to see if an existing admin request is pending before … ( #4271 )
2024-11-11 15:53:11 +00:00
Dave Severns
dfeb87be10
PM-13988 Hide the action card if the user makes a selection but does not click continue on setup unlock ( #4249 )
2024-11-11 15:31:21 +00:00
David Perez
63324fcec1
PM-14458: Fix notifications prompt on first use ( #4275 )
2024-11-08 23:02:58 +00:00
Patrick Honkonen
49642f5a1d
[PM-14656] Add default value to BaseEnumeratedIntSerializer
( #4272 )
2024-11-08 22:21:16 +00:00
David Perez
016d0f889c
PM-14411: Allow accessibility autofill to run when app is already in background ( #4255 )
2024-11-08 21:30:14 +00:00
Patrick Honkonen
fe84feb184
PM-14433: Null domain data ( #4268 )
...
Co-authored-by: Dave Severns <149429124+dseverns-livefront@users.noreply.github.com>
Co-authored-by: David Perez <david@livefront.com>
2024-11-08 20:18:18 +00:00
aj-rosado
54d3b34876
[PM-11753] Listening to vaultUnlock state on mutableCiphers, folders, collections and send state flow ( #4214 )
2024-11-08 18:33:49 +00:00
Patrick Honkonen
b6dfc3d17b
PM-14433 update flow type to nullable so we can handle gracefully and avoid crash ( #4263 )
...
Co-authored-by: Dave Severns <149429124+dseverns-livefront@users.noreply.github.com>
2024-11-08 18:23:39 +00:00
github-actions[bot]
96c6b9c214
Autosync Crowdin Translations ( #4260 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
Co-authored-by: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com>
2024-11-08 17:47:22 +00:00
David Perez
27666c193e
PM-14644: Segmented control should be conditionally displayed for modal generator screen ( #4262 )
2024-11-08 17:03:54 +00:00
Dave Severns
b76f7202a4
PM-14621 update the copy for step three instruction and cta button ( #4259 )
2024-11-08 14:36:54 +00:00
Patrick Honkonen
7ccba88780
[PM-13360] Respect manage permission to assign collections ( #4190 )
2024-11-07 20:47:22 +00:00
Patrick Honkonen
87d324b063
[PM-12922] Disable delete if user can't manage collection ( #4179 )
2024-11-06 23:42:06 +00:00
Dave Severns
e397c036e4
PM-14353 : Clean up consumed snackbar on quick resubmission due to state based nav. ( #4235 )
2024-11-06 19:39:55 +00:00
David Perez
29384596d4
PM-14410: App restart timeout action ( #4237 )
2024-11-06 17:40:54 +00:00
github-actions[bot]
88a741c93a
Autosync Crowdin Translations ( #4217 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
Co-authored-by: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com>
2024-11-06 17:26:48 +00:00
David Perez
db3490f61a
PM-14480: Update IntentManager to be able to launch apps ( #4233 )
2024-11-05 17:36:10 +00:00
David Perez
4930c1032e
PM-14458: Update notifications permissions request ( #4229 )
2024-11-05 17:16:58 +00:00
Dave Severns
202b4de5ca
PM-13848 Handle URIs with ports and host matching ( #4203 )
2024-11-05 15:29:05 +00:00
Andrew Haisting
8f9585e4bc
Bump authenticatorbridge sdk version to 1.0.0 ( #4221 )
2024-11-04 14:24:36 +00:00
André Bispo
e5e0464929
[PM-12406] Introduce new endpoint and replace SSO details response flow ( #4177 )
2024-11-04 10:53:57 +00:00
David Perez
c2537f329d
PM-14036: Add extra slider padding ( #4220 )
2024-11-01 19:12:55 +00:00
ifernandezdiaz
b7ffa3966d
QA-970: Adding testTags for radiobutton and floating options elements ( #4188 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dave Severns <149429124+dseverns-livefront@users.noreply.github.com>
Co-authored-by: David Perez <david@livefront.com>
Co-authored-by: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com>
Co-authored-by: Álison Fernandes <vvolkgang@users.noreply.github.com>
2024-11-01 19:03:44 +00:00