Commit Graph

742 Commits

Author SHA1 Message Date
David Perez
eb6e293387 Add fileChoose callback to handler to ensure it is remembered (#759) 2024-01-24 16:14:01 -06:00
Caleb Derosier
43815375f9 BIT-1559: Implement GET auth-requests (#752) 2024-01-24 14:44:15 -07:00
David Perez
334944a626 Display attachments in the UI (#754) 2024-01-24 15:08:02 -06:00
Lucas Kivi
9dfe0b8963 Consolidate username and email autofill views (#757) 2024-01-24 14:47:06 -06:00
Lucas Kivi
e21ef28310 Lazily determine autofill setting (#753) 2024-01-24 14:03:26 -06:00
Vince Grassia
775c703438 Update Renovate config (#749) 2024-01-24 12:56:54 -07:00
Ramsey Smith
86d0736858 BIT-1551: Restrict cloning to items not assigned to a collection (#751) 2024-01-24 11:24:51 -07:00
Brian Yencho
7665f62a98 Rename URI detection method related VM and Screen items add add tests (#750) 2024-01-24 10:51:07 -06:00
Joshua Queen
25a6123a3e BIT-71: Adding logic for password hint implementation (#748) 2024-01-24 11:30:06 -05:00
David Perez
7699a6e9d7 Add initial attachments screen shell (#745) 2024-01-24 10:26:45 -06:00
Sean Weiser
b98fba3b9e Handle SSO prevalidation and custom tab launch (#743) 2024-01-24 10:18:21 -06:00
Ramsey Smith
df8dd02851 BIT-639: Restore items from trash (#735) 2024-01-24 09:00:13 -07:00
Brian Yencho
d5f2c0c91b BIT-1094: Store default URI match detection type (#747) 2024-01-24 09:57:08 -06:00
David Perez
8fc3f43c66 Hide overflows with no items (#746) 2024-01-24 08:59:42 -06:00
Brian Yencho
39ef26e414 BIT-1454: Allow automatic sync only after 30 minutes from previous sync (#742) 2024-01-23 22:04:44 -06:00
Oleg Semenenko
282fe84b9f Updating getAuthCodesFlow to update values on emission. (#741) 2024-01-23 21:55:08 -06:00
David Perez
72daa3b89f BIT-1282: Add UI for Vault Sync (#740) 2024-01-23 19:47:18 -06:00
David Perez
ae49dd07a0 Vault screen overflow option actions (#739) 2024-01-23 18:32:57 -06:00
Caleb Derosier
d795b288c3 BIT-1508: Add Pending Login Requests screen (#738) 2024-01-23 17:25:27 -07:00
Lucas Kivi
0610a8b983 BIT-1294: Add autofill cipher handling (#731) 2024-01-23 17:04:28 -06:00
David Perez
33de39dbf1 Add a VaultHandlers class to more easily pass around lambdas (#737) 2024-01-23 16:54:31 -06:00
David Perez
8efb52b332 Update createMockSendView to make a more realistic SendView (#736) 2024-01-23 16:36:25 -06:00
David Perez
336e8a96cd Add overflow options to the listing screen and the search screen (#734) 2024-01-23 16:28:01 -06:00
Brian Yencho
b3453b62fe Decouple unlocking and syncing and add syncIfNecessary (#733) 2024-01-23 14:51:15 -06:00
Lucas Kivi
98ed4765a1 Update CipherView subtitle generation (#730) 2024-01-23 13:33:30 -06:00
David Perez
b4436664f8 Add storage for the last sync date (#732) 2024-01-23 13:15:40 -06:00
David Perez
8f264140e3 BIT-495: Add search with complete send support (#727) 2024-01-23 12:24:24 -06:00
Oleg Semenenko
a6200e638b BIT-1338 Finish Verification Code Screen Implementation (#721) 2024-01-23 12:01:39 -06:00
David Perez
c6f6a4c7ca Add a loading dialog to the Other Screen (#729) 2024-01-23 10:54:08 -06:00
Brian Yencho
2b97f0d897 BIT-1430: Add migration from SecureStorage (#728) 2024-01-23 09:59:27 -06:00
Oleg Semenenko
0cb0b13aec BIT-540 Adding Custom Field Edit Actions (#723) 2024-01-23 08:18:58 -06:00
Oleg Semenenko
42f7776e68 BIT-1400 Fixing the vault item count to not include trash items (#722) 2024-01-22 22:45:40 -06:00
David Perez
15a2bd93fe Add events for the search screen (#726) 2024-01-22 22:35:46 -06:00
Ramsey Smith
5818251578 BIT-1230: Show URI once for login items (#716) 2024-01-22 22:16:03 -06:00
David Perez
a78fce43b0 Add auto-focus to search toolbar (#725) 2024-01-22 21:42:16 -06:00
Sean Weiser
beceed2542 BIT-816: Add handling for SSO intents (#724) 2024-01-22 21:29:03 -06:00
Joshua Queen
c2aec15900 Adding the ability to add URIs as a comma delimited list in block auto fill (#718) 2024-01-22 21:15:08 -05:00
Joshua Queen
5f34b21979 BIT-72: Adding UI and navigation for the master password hint screen (#720) 2024-01-22 19:10:41 -05:00
Joshua Queen
46541b2549 BIT-1534: Updating keyboard type in block auto fill screen (#719) 2024-01-22 18:50:48 -05:00
Brian Yencho
8c5a7f3aff Add checks for locked vault to autofill (#703) 2024-01-22 17:29:51 -06:00
David Perez
c455802255 Replace Horizontal divider with modifier extension (#715) 2024-01-22 16:59:24 -06:00
David Perez
95dc854eac Add composable for search toolbar (#714) 2024-01-22 16:29:41 -06:00
Brian Yencho
47fe0b7e8b Ensure a SpecialCircumstance is scoped to a single overall graph (#712) 2024-01-22 16:14:06 -06:00
Brian Yencho
6aef3f96ba BIT-1462: Add Vault suggestion to autofill (#699) 2024-01-22 16:13:05 -06:00
Ramsey Smith
d7631e7d45 BIT-526: Clone vault item (#713) 2024-01-22 15:03:20 -07:00
David Perez
d66c29ca54 Add removeDiacritics helper method (#711) 2024-01-22 14:21:07 -06:00
Joshua Queen
1d6f6135bd BIT-1147, BIT-1487: Implementing blocking auto-fill for specific URIs (#710) 2024-01-22 14:33:51 -05:00
Brian Yencho
822546d255 Ensure the Custom Chrome tab is removed from the backstack (#708) 2024-01-22 10:20:24 -06:00
David Perez
acbb24dc70 Move parcelable annotation onto implementation classes (#709) 2024-01-22 10:18:28 -06:00
David Perez
a757c0f86a Add basic navigation for the search screen (#707) 2024-01-22 09:23:32 -06:00