Commit Graph

609 Commits

Author SHA1 Message Date
Ramsey Smith
d51fa8f1ec Move to organization navigation (#620) 2024-01-15 11:58:20 -07:00
Brian Yencho
c6173d0a47 Make SyncResponseJson.Send.text nullable (#621) 2024-01-15 12:23:52 -06:00
David Perez
0b6b1ccade BIT-1268: Pull-to-refresh for sends screen (#618) 2024-01-15 10:40:03 -06:00
Oleg Semenenko
0d4fec4c91 Add persistence for isImageLoadingEnabled appearance setting (#612) 2024-01-15 10:26:43 -06:00
David Perez
52d74c97c1 Add support for the pull-to-refresh in settings (#615) 2024-01-15 09:41:14 -06:00
David Perez
6143f35572 Create a navigation graph for the generator tab (#617) 2024-01-15 08:47:31 -06:00
David Perez
7b8a10d7df Navigate to send graph properly (#616) 2024-01-15 08:46:59 -06:00
Lucas Kivi
691ff01f39 Refactor autofill parser to take a FillRequest (#614) 2024-01-14 21:21:22 -06:00
Brian Yencho
7e8b9897bd Add unlockVaultWithPinAndSync to VaultRepository (#613) 2024-01-14 21:08:35 -06:00
David Perez
b58f3d5bf0 Add underlying pull-to-refresh support to BitwardenScaffold (#610) 2024-01-14 17:58:03 -06:00
Brian Yencho
4096b37d86 BIT-746, BIT-1120: Implement session timeout functionality (#605) 2024-01-14 17:30:44 -06:00
Brian Yencho
9bdd5615e6 Add persistence for PIN-unlock related data (#611) 2024-01-14 16:56:42 -06:00
Brian Yencho
827ef29477 BIT-463: Add warning dialog when selecting VaultTimeoutAction.LOGOUT (#608) 2024-01-14 15:13:21 -06:00
Brian Yencho
cd295c4a3a Add VaultSdkSource.derivePinKey (#609) 2024-01-14 14:32:43 -06:00
David Perez
c7c96e4d2f Handle delete and remove password options from SendScreen (#607) 2024-01-14 13:55:59 -06:00
David Perez
ace356f4ae BIT-1445: Allow manual text entry on stepper (#593) 2024-01-14 12:36:58 -06:00
Brian Yencho
708c942edc Update the current user's last active time when navigating (#606) 2024-01-14 10:26:48 -06:00
Brian Yencho
7acb369d9f Add logout manager (#604) 2024-01-14 09:58:14 -06:00
Brian Yencho
a37971a986 Add clearData calls DiskSources (#603) 2024-01-14 08:19:11 -06:00
Lucas Kivi
2364cbf0ed BIT-1315: Add dummy data fulfillment (#602) 2024-01-13 15:51:38 -06:00
Brian Yencho
2ea16b180e Add persistence for a user's "last active time" (#601) 2024-01-13 11:47:39 -06:00
Sean Weiser
c98f51e719 Check isAuthenticated status within PushManager (#600) 2024-01-13 11:38:45 -06:00
Brian Yencho
688fcb54e8 Add AppForegroundManager (#599) 2024-01-13 11:15:06 -06:00
Brian Yencho
661ec21f2f Remove waitForIdle calls from account switcher tests (#598) 2024-01-13 10:19:12 -06:00
David Perez
7888638949 Remove BitwardenReadOnlyTextFieldWithActions (#597) 2024-01-13 08:51:29 -06:00
Brian Yencho
8297211fd0 Allow for null access tokens for soft logout states (#596) 2024-01-12 15:57:43 -06:00
David Perez
190bfa2a3f Add send delete confirmation dialog (#595) 2024-01-12 15:54:46 -06:00
Caleb Derosier
8fa9f337ad BIT-1328: Add support for changing language with picker (#577) 2024-01-12 14:43:18 -07:00
Lucas Kivi
94a45e4e21 Fix bug in test (#594) 2024-01-12 14:23:03 -06:00
Sean Weiser
03131449b1 BIT-1362 Receive and expose push notification events from PushManager (#581) 2024-01-12 13:39:27 -06:00
David Perez
d3b2d19345 Dialogs should persist past a rotation (#592) 2024-01-12 13:07:14 -06:00
Lucas Kivi
254a4e9a0e Move AutofillView data into a wrapper class (#590) 2024-01-12 12:56:00 -06:00
David Perez
820a9b333d Add delete and remove password options items for send (#591) 2024-01-12 12:53:15 -06:00
Lucas Kivi
2f3435b55b Add URI generation algorithm to autofill parsing (#582) 2024-01-12 12:45:56 -06:00
Ramsey Smith
c5a3340ac5 BIT-1304: Options menu UI for view item (#580) 2024-01-12 11:05:50 -07:00
Brian Yencho
cdb80095a6 Ensure 15 minute timeout does not show up as Custom (#589) 2024-01-12 11:46:18 -06:00
David Perez
63a762cdb9 Convert UI list to persistent list (#588) 2024-01-12 10:47:29 -06:00
Joshua Queen
f6e54e03a2 BIT-1419: Username generation options persistence (#586) 2024-01-12 10:12:40 -06:00
David Perez
3ea60f96cf Add the underlying support for deleting a Cipher (#587) 2024-01-11 22:37:24 -06:00
David Perez
59c817d55c BIT-1437: Implement remaining overflow options (#585) 2024-01-11 21:53:10 -06:00
David Perez
46c6545cd5 Add the Delete Send API (#584) 2024-01-11 21:23:04 -06:00
Brian Yencho
b26ee0f269 Persist VaultTimeoutAction as a String (#583) 2024-01-11 20:59:57 -06:00
David Perez
4d386e1001 Remove the send password (#579) 2024-01-11 20:06:30 -06:00
Ramsey Smith
2cf011a3d7 BIT-513: View Card Item (#573) 2024-01-11 16:16:55 -07:00
David Perez
4de47c5a04 Convert AddSendEvent for ShowToast to use Text (#578) 2024-01-11 16:20:05 -06:00
Oleg Semenenko
d4ec4c2e0e BIT-1337 Adding new section for verification codes (#567) 2024-01-11 15:49:51 -06:00
David Perez
f1ea1bfa02 Modify Add Sends UI to allow for editing existing sends (#575) 2024-01-11 15:44:47 -06:00
Brian Yencho
6598eba398 BIT-462: Add UI for custom vault timeout (#576) 2024-01-11 14:42:12 -06:00
Lucas Kivi
9da52493a0 Refactor autofill flow to partition fill data by cipher (#571) 2024-01-11 13:22:41 -06:00
Brian Yencho
ad1c2f6f23 Add additional auto-unlock key store/clear logic to VaultLockManager (#574) 2024-01-11 11:44:03 -06:00