David Perez
|
8e6bda9367
|
Expose adding/updating sends from vault repo (#516)
|
2024-01-06 22:14:09 -06:00 |
|
David Perez
|
a6de506267
|
Add support for encrypting sends (#515)
|
2024-01-06 21:18:59 -06:00 |
|
David Perez
|
6a52235a2e
|
Add underlyng SendsService to make sends API requests. (#511)
|
2024-01-06 16:25:54 -06:00 |
|
Brian Yencho
|
45fd9d9f1b
|
Fix Organizations model and persistence format (#512)
|
2024-01-06 16:24:29 -06:00 |
|
David Perez
|
b1fda8f81d
|
BIT-481: Implement primary Send UI and sharing (#510)
|
2024-01-06 10:04:49 -06:00 |
|
David Perez
|
d1bbbdedb5
|
Add support to copy a send url to the clipboard (#508)
|
2024-01-05 23:10:06 -06:00 |
|
Brian Yencho
|
aa0d574a12
|
Consolidate Environment(UrlDataJson)Extensions files in data layer (#509)
|
2024-01-05 18:36:57 -06:00 |
|
Ramsey Smith
|
62e82dec1f
|
Add select option for title in identity creation (#506)
|
2024-01-05 15:36:17 -07:00 |
|
Ramsey Smith
|
f5ddb3cba1
|
Rename tests in VaultAddEditViewModelTest.kt (#505)
|
2024-01-05 15:35:24 -07:00 |
|
David Perez
|
fd3b7278b4
|
Replace usages of compose ClipboardManager in UI with BitwardenClipboardManager in ViewModels (#502)
|
2024-01-05 16:19:56 -06:00 |
|
Ramsey Smith
|
2e212b32d6
|
BIT-507: Create Card UI (#497)
|
2024-01-05 14:02:46 -07:00 |
|
joshua-livefront
|
8a865e14c1
|
Adding DEFAULT_STATE to the GeneratorScreenTests.kt (#504)
|
2024-01-05 15:18:16 -05:00 |
|
David Perez
|
0d1a553a17
|
Add the send pending deletion icon (#503)
|
2024-01-05 12:49:17 -06:00 |
|
joshua-livefront
|
e92440dc1f
|
BIT-1335: Adding plus addressed email generation (#501)
|
2024-01-05 12:56:19 -05:00 |
|
Brian Yencho
|
ea1c05176f
|
Add the SdkClientManager and use a single Client per user for vault (#499)
|
2024-01-05 08:57:49 -06:00 |
|
Caleb Derosier
|
49da3972b5
|
Rename AppearanceAction properties & add dialog tests (#498)
|
2024-01-04 19:25:29 -07:00 |
|
Caleb Derosier
|
9933335ccb
|
BIT-930: Add UI for Other screen (#477)
|
2024-01-04 19:24:12 -07:00 |
|
David Perez
|
5eeed09472
|
Add send icons to row items. (#496)
|
2024-01-04 20:18:41 -06:00 |
|
Caleb Derosier
|
5efe7864f8
|
BIT-929: Add UI for Appearance screen (#478)
|
2024-01-04 13:15:47 -07:00 |
|
David Perez
|
2fc19ea6e2
|
Populate the send screen with real data (#488)
|
2024-01-04 11:30:50 -06:00 |
|
Oleg Semenenko
|
6751cc2e1e
|
BIT-1101 Adding landscape content and handling scaling better. (#493)
|
2024-01-04 11:20:28 -06:00 |
|
David Perez
|
3cf7266134
|
Add sends database table (#490)
|
2024-01-04 10:20:54 -06:00 |
|
Brian Yencho
|
abf82ef08f
|
BIT-1247: Restrict password visibility according to permissions (#487)
|
2024-01-03 17:00:02 -06:00 |
|
David Perez
|
751f112b84
|
Subscribe to vault SendData (#485)
|
2024-01-03 14:39:41 -06:00 |
|
David Perez
|
f75aa1fdeb
|
Move the 'isPremiumUser' flag from a common VaultItem property to a Login specific property (#486)
|
2024-01-03 13:34:11 -06:00 |
|
Brian Yencho
|
34f7d9b513
|
BIT-1246, BIT-1250: Show correct permission-related errors when editing (#482)
|
2024-01-03 10:15:21 -06:00 |
|
Brian Yencho
|
aa2c89f77e
|
Reformat main app and test code (#480)
|
2024-01-03 09:06:52 -06:00 |
|
David Perez
|
325f0c39da
|
Rename additem to addedit (#474)
|
2024-01-03 09:06:04 -06:00 |
|
Brian Yencho
|
4ce51cfc8f
|
Use JUnit 5 @AfterEach instead of JUnit 4 @After (#479)
|
2024-01-03 08:35:31 -06:00 |
|
Brian Yencho
|
7de9f45d81
|
Use bufferedMutableSharedFlow where appropriate (#476)
|
2024-01-02 22:08:06 -06:00 |
|
Lucas Kivi
|
74f55ad15f
|
Move autofill classes to pre-existing packages (#475)
|
2024-01-02 21:15:08 -06:00 |
|
Oleg Semenenko
|
b0f64286d7
|
BIT-1101, BIT-1066, BIT-1071, BIT-1072 Adding QR code scanning feature (#464)
|
2024-01-02 17:29:48 -06:00 |
|
Oleg Semenenko
|
1e6c3cd021
|
BIT-515, BIT-512 Adding the ability to view and edit secure note items. (#462)
|
2024-01-02 16:39:18 -06:00 |
|
David Perez
|
8cdbab757e
|
Create package for add send feature (#472)
|
2024-01-02 16:07:41 -06:00 |
|
Oleg Semenenko
|
f793b3d9d3
|
Making it so we can test the common data easier (#467)
|
2024-01-02 15:41:04 -06:00 |
|
joshua-livefront
|
b493ffe7f1
|
BIT-1330, BIT-1331: Implementation to use sdk for forwarded service email generation (#470)
|
2024-01-02 16:40:39 -05:00 |
|
David Perez
|
2624819282
|
Add basic UI states to the SendScreen (#471)
|
2024-01-02 15:30:37 -06:00 |
|
Ramsey Smith
|
bffdaa6ad6
|
BIT-514: View identity item UI (#461)
|
2024-01-02 13:09:58 -07:00 |
|
Lucas Kivi
|
f3be69508f
|
BIT-1293: add autofill service shell (#468)
|
2024-01-02 19:39:50 +00:00 |
|
David Perez
|
e7830aac4b
|
Add the overflow menu to the send screen (#469)
|
2024-01-02 13:34:35 -06:00 |
|
Brian Yencho
|
2bf05aa6d2
|
BIT-383: Finish UI for syncing the Vault with the Sync button (#463)
|
2023-12-29 17:11:56 -06:00 |
|
joshua-livefront
|
b4053c31e4
|
BIT-713: Adding SimpleLogin service UI (#460)
|
2023-12-29 16:07:09 -05:00 |
|
Brian Yencho
|
6efca4cfe1
|
Split up VaultDataExtensions(Test) files (#458)
|
2023-12-29 14:33:12 -06:00 |
|
joshua-livefront
|
fd1f112293
|
BIT-712: Adding UI for the FastMail service (#459)
|
2023-12-29 15:23:11 -05:00 |
|
Caleb Derosier
|
4deeb40b10
|
BIT-457: Add Vault Settings and Folders screen UI (#457)
|
2023-12-29 13:11:41 -07:00 |
|
joshua-livefront
|
ef2bdeabca
|
BIT-711: Adding UI for AddyIo service (#456)
|
2023-12-29 14:16:46 -05:00 |
|
Brian Yencho
|
b5fe7a560f
|
BIT-1244: Implement dynamic vault filtering (#451)
|
2023-12-29 09:21:43 -06:00 |
|
Brian Yencho
|
90c9f28e1d
|
BIT-842, BIT-843: Add Vault Filter and Vault Selection menu UI (#448)
|
2023-12-28 16:33:38 -06:00 |
|
joshua-livefront
|
274cf3e415
|
BIT-1196: Adding ui for FirefoxRelay service (#449)
|
2023-12-28 17:26:17 -05:00 |
|
Caleb Derosier
|
2cd698c6b2
|
BIT-74: Add Login with Device screen (#438)
|
2023-12-28 21:55:12 +00:00 |
|