Commit graph

1528 commits

Author SHA1 Message Date
Joshua Queen
1ffd233e7e Updated copy on about page to include bitwarden copyright information (#847) 2024-06-20 17:08:07 +01:00
Sean Ephraim
8cb28fc90e SA-113: Update localization strings (#807) 2024-06-20 17:08:07 +01:00
Shannon Draeker
39e37eb7c7 Add PolicyInformation data structure (#846) 2024-06-20 17:08:07 +01:00
David Perez
91207df3fa BIT-1213: Add real password check to vault item screen (#844) 2024-06-20 17:08:07 +01:00
Oleg Semenenko
2d652c8a2e BIT-1301 Adding icons to collection items (#840) 2024-06-20 17:08:07 +01:00
Brian Yencho
82ef39e15d Show appropriate empty states for autofill flow (#843) 2024-06-20 17:08:07 +01:00
David Perez
9a8aca9fe1 Add validity checks to ensure that changes to biometrics require a master password or pin to continue (#839) 2024-06-20 17:08:07 +01:00
Brian Yencho
2623fc3cbe Move validatePassword to AuthRepository and ensure errors are caught (#841) 2024-06-20 17:08:07 +01:00
Sean Weiser
474025b893 BIT-1547: Setup needed logic to support push notification syncs (#837) 2024-06-20 17:08:07 +01:00
Brian Yencho
7c4092a539 Add placeholder autofill URI matching (#838) 2024-06-20 17:08:07 +01:00
Oleg Semenenko
e19ba9df51 BIT-1545 Allowing the user to search for verification code items (#836) 2024-06-20 17:08:07 +01:00
Brian Yencho
8d81b160f9 Make CipherView.toAutofillCipherProvider public and add tests (#835) 2024-06-20 17:08:07 +01:00
Brian Yencho
5b854c17b7 Update Vault Item Listing screen app bar for autofill (#834) 2024-06-20 17:08:07 +01:00
Oleg Semenenko
0a6b0f8dc7 BIT-458, BIT-459: Add Folder Saving/Editing/Deleting (#832) 2024-06-20 17:08:07 +01:00
David Perez
a88f28e5bc BIT-1451, BIT-1453: logout on failed attempts (#833) 2024-06-20 17:08:07 +01:00
Brian Yencho
b3fa33a02c Send autofill selections back to autofill flow (#829) 2024-06-20 17:08:07 +01:00
David Perez
b199a67b7d BIT-1630: Add unlock with biometrics flow (#827) 2024-06-20 17:08:07 +01:00
Brian Yencho
31d54b3dc2 Rearrage mapping in createAuthRequest (#830) 2024-06-20 17:08:07 +01:00
Caleb Derosier
a187fbb0d1 BIT-1565: Approve and decline login requests (#818) 2024-06-20 17:08:07 +01:00
Oleg Semenenko
3be37766e2 Adding the Repository folder calls. (#813) 2024-06-20 17:08:07 +01:00
Caleb Derosier
fa551fa6ab BIT-1563: Handle POST auth-requests error on Login with Device (#828) 2024-06-20 17:08:07 +01:00
Brian Yencho
ab0cfdfdc2 Provide graceful fallbacks when there is no active user (#825) 2024-06-20 17:08:07 +01:00
David Perez
8f21fb466e BIT-614: Add ability to setup biometrics from account security screen (#826) 2024-06-20 17:08:07 +01:00
Oleg Semenenko
cf7f0ad7fe BIT-1351 Sorting Items by name (#823) 2024-06-20 17:08:07 +01:00
David Perez
2dde22f762 Vault repo biometrics (#821) 2024-06-20 17:08:07 +01:00
David Perez
aacb955720 User settings repo to get biometrics enabled info (#824) 2024-06-20 17:08:07 +01:00
David Perez
9fcc326df3 Interfaces provided via Local Composition should be immutable (#822) 2024-06-20 17:08:07 +01:00
David Perez
e2cd1d5e98 Add loading dialog support to account security screen (#820) 2024-06-20 17:08:07 +01:00
Caleb Derosier
f33ec6e6a3 BIT-1631: Hide Pending requests button when approve requests is disabled (#819) 2024-06-20 17:08:07 +01:00
David Perez
365e4e5dd9 Add support to prompt for biometrics setup (#817) 2024-06-20 17:08:07 +01:00
Sean Weiser
0e9241d54c BIT-1517: Add check for claimed organization domain to SSO ViewModel (#816) 2024-06-20 17:08:07 +01:00
Shannon Draeker
5ce45a8069 BIT-1273: Validate master password (#814) 2024-06-20 17:08:07 +01:00
David Perez
78a256ae3f Add biometrics state to UnlockVaultViewModel (#815) 2024-06-20 17:08:07 +01:00
Brian Yencho
49e3d555e3 Use a Channel for generatorResultFlow implementation (#811) 2024-06-20 17:08:07 +01:00
Brian Yencho
f2a7998bb0 Navigate to the Vault Listing screen from autofill (#810) 2024-06-20 17:08:07 +01:00
David Perez
0411ccd3f9 Update biometrics state in AccountSecurityScreen (#812) 2024-06-20 17:08:07 +01:00
Oleg Semenenko
e38dea7ab7 Adding the Folder Api and Service (#809) 2024-06-20 17:08:07 +01:00
Caleb Derosier
ab5a35b914 BIT-811 BIT-1566: Add Login Approval screen & hook up to Pending Requests (#808) 2024-06-20 17:08:07 +01:00
Shannon Draeker
b991acd0d0 BIT-1277 BIT-1279: Confirmation dialog (#805) 2024-06-20 17:08:07 +01:00
Oleg Semenenko
f023650730 BIT-458, BIT-459: Add screens for adding and editing folders (#795) 2024-06-20 17:08:07 +01:00
David Perez
9338a51d68 Add isBiometricsEnabled boolean to UserState (#806) 2024-06-20 17:08:07 +01:00
Shannon Draeker
b1c6567df2 BIT-1272: Export vault screen (#804) 2024-06-20 17:08:07 +01:00
Caleb Derosier
e5bfdd0fa7 BIT-810: Implement resend notification (#803) 2024-06-20 17:08:07 +01:00
Caleb Derosier
a7e393e325 Refactor logic for auth requests & decrypt all fingerprints (#800) 2024-06-20 17:08:07 +01:00
Joshua Queen
a4e99745bc BIT-971: Adding urls for two step login and change master password in… (#790) 2024-06-20 17:08:07 +01:00
David Perez
d938a7da70 Add initial biometrics manager (#802) 2024-06-20 17:08:07 +01:00
Brian Yencho
f0b0859ae3 Use direct navigation to nested destinations (#801) 2024-06-20 17:08:07 +01:00
Joshua Queen
bc834fee93 BIT-805: Screen capture toggle setting implementation (#788) 2024-06-20 17:08:07 +01:00
Sean Weiser
c765de99f1 BIT-816: Handle login attempt of SSO flow (#797) 2024-06-20 17:08:07 +01:00
Brian Yencho
7a163d82ed Store SpecialCircumstance to SavedStateHandle (#799) 2024-06-20 17:08:07 +01:00