1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-01-16 21:03:55 +03:00
Commit graph

914 commits

Author SHA1 Message Date
Joshua Queen
2f2f5703a7 Navigate directly to generator when edited item's password or username fields are empty () 2024-06-20 17:08:07 +01:00
David Perez
465cce42f0 Add flow for creating attachments () 2024-06-20 17:08:07 +01:00
Sean Weiser
3e9852e9e7 Remove unneeded argument and add parallel forks for unit tests () 2024-06-20 17:08:07 +01:00
Shannon Draeker
41229d0324 BIT-917 BIT-1489: Show two factor auth view () 2024-06-20 17:08:07 +01:00
David Perez
6f9147b2b2 Add method for encrypting an attachment () 2024-06-20 17:08:07 +01:00
Brian Yencho
cc7da7b8dd Update test memory to avoid java heap errors () 2024-06-20 17:08:07 +01:00
David Perez
4669682b83 Move fileUploadType into it's own file () 2024-06-20 17:08:07 +01:00
Lucas Kivi
96513d74c3 Perform deeper login data parsing () 2024-06-20 17:08:07 +01:00
Oleg Semenenko
54802db0b3 BIT-1402 adding Password checker to Add Edit Screen () 2024-06-20 17:08:07 +01:00
Oleg Semenenko
27a9719532 BIT-1561 Fixing the UI elements in Verification code screen () 2024-06-20 17:08:07 +01:00
Joshua Queen
c2e6497fd8 BIT-748: Settings about, rate app () 2024-06-20 17:08:07 +01:00
David Perez
84346e2b29 Display the selected attachment name () 2024-06-20 17:08:07 +01:00
David Perez
04d60a50ff Add support for deleting an attachment () 2024-06-20 17:08:07 +01:00
Oleg Semenenko
dc3081c5d6 BIT-1339 Add TOTP item to detail screen () 2024-06-20 17:08:07 +01:00
David Perez
6223b225c5 Add API support for deleting an attachment () 2024-06-20 17:08:07 +01:00
Brian Yencho
049930da40 Update Bitwarden SDK to 0.4.0-20240124.173807-65 () 2024-06-20 17:08:07 +01:00
Joshua Queen
65e85b02f8 BIT-1496: Generator Prompt Overwrite Confirmation () 2024-06-20 17:08:07 +01:00
David Perez
4fcbf4704d Rename launchActivityForResult to getActivityResultLauncher () 2024-06-20 17:08:07 +01:00
Shannon Draeker
410e3072fa Add support for different login methods () 2024-06-20 17:08:07 +01:00
Ramsey Smith
c977f7617a BIT-1410: Move to organization from edit item screen () 2024-06-20 17:08:07 +01:00
Brian Yencho
7a416de9c9 BIT-1092: Store and expose value for disabling autofill save prompt () 2024-06-20 17:08:07 +01:00
Brian Yencho
d8ceedd90b Update Bitwarden SDK to 0.4.0-20240123.161500-64 () 2024-06-20 17:08:07 +01:00
David Perez
54e3ddf839 Add fileChoose callback to handler to ensure it is remembered () 2024-06-20 17:08:07 +01:00
Caleb Derosier
d66c3be2a6 BIT-1559: Implement GET auth-requests () 2024-06-20 17:08:07 +01:00
David Perez
89fda64baa Display attachments in the UI () 2024-06-20 17:08:07 +01:00
Lucas Kivi
be8608e53a Consolidate username and email autofill views () 2024-06-20 17:08:07 +01:00
Lucas Kivi
ee8b9563a3 Lazily determine autofill setting () 2024-06-20 17:08:07 +01:00
Vince Grassia
0edec8419e Update Renovate config () 2024-06-20 17:08:07 +01:00
Ramsey Smith
4f0fa96dc0 BIT-1551: Restrict cloning to items not assigned to a collection () 2024-06-20 17:08:07 +01:00
Brian Yencho
862d9b5c94 Rename URI detection method related VM and Screen items add add tests () 2024-06-20 17:08:07 +01:00
Joshua Queen
5279f1a4ba BIT-71: Adding logic for password hint implementation () 2024-06-20 17:08:07 +01:00
David Perez
96201fd34c Add initial attachments screen shell () 2024-06-20 17:08:07 +01:00
Sean Weiser
30ab22f826 Handle SSO prevalidation and custom tab launch () 2024-06-20 17:08:07 +01:00
Ramsey Smith
0422d3fdd8 BIT-639: Restore items from trash () 2024-06-20 17:08:07 +01:00
Brian Yencho
8a16672b4d BIT-1094: Store default URI match detection type () 2024-06-20 17:08:07 +01:00
David Perez
45592a7369 Hide overflows with no items () 2024-06-20 17:08:07 +01:00
Brian Yencho
27fea49b48 BIT-1454: Allow automatic sync only after 30 minutes from previous sync () 2024-06-20 17:08:07 +01:00
Oleg Semenenko
eeb4ae75a7 Updating getAuthCodesFlow to update values on emission. () 2024-06-20 17:08:07 +01:00
David Perez
de99c36b20 BIT-1282: Add UI for Vault Sync () 2024-06-20 17:08:07 +01:00
David Perez
376278e97a Vault screen overflow option actions () 2024-06-20 17:08:07 +01:00
Caleb Derosier
9a371843ee BIT-1508: Add Pending Login Requests screen () 2024-06-20 17:08:07 +01:00
Lucas Kivi
6a66d24dd1 BIT-1294: Add autofill cipher handling () 2024-06-20 17:08:07 +01:00
David Perez
8acb748782 Add a VaultHandlers class to more easily pass around lambdas () 2024-06-20 17:08:07 +01:00
David Perez
abd73b949a Update createMockSendView to make a more realistic SendView () 2024-06-20 17:08:07 +01:00
David Perez
ed38cd6090 Add overflow options to the listing screen and the search screen () 2024-06-20 17:08:07 +01:00
Brian Yencho
e1a078e511 Decouple unlocking and syncing and add syncIfNecessary () 2024-06-20 17:08:07 +01:00
Lucas Kivi
91df6b5e25 Update CipherView subtitle generation () 2024-06-20 17:08:07 +01:00
David Perez
bc1f5cb020 Add storage for the last sync date () 2024-06-20 17:08:07 +01:00
David Perez
c3cb61e43a BIT-495: Add search with complete send support () 2024-06-20 17:08:07 +01:00
Oleg Semenenko
f5d3e36f0e BIT-1338 Finish Verification Code Screen Implementation () 2024-06-20 17:08:07 +01:00