Brian Yencho
|
de9e32f6aa
|
BIT-363, BIT-1323: Add time interval options to session timeout menu (#529)
|
2024-01-08 09:19:55 -06:00 |
|
David Perez
|
b7875c2c08
|
Sends file tab is blocked by premium membership (#527)
|
2024-01-07 20:57:09 -06:00 |
|
David Perez
|
3361863761
|
Add UI for saving a send (#526)
|
2024-01-07 20:30:22 -06:00 |
|
David Perez
|
eda66a7e36
|
Refactor AddSendViewModel to support loading and error states. (#524)
|
2024-01-07 20:05:33 -06:00 |
|
Brian Yencho
|
1d85bbc2fc
|
Add SettingsRepository helpers for the current user (#525)
|
2024-01-07 16:46:12 -06:00 |
|
David Perez
|
5ec912c097
|
Fix AddSendViewModel name (#522)
|
2024-01-07 14:06:43 -06:00 |
|
Brian Yencho
|
b74bbbc4f4
|
Add VaultTimeoutAction handling to SettingsRepository (#521)
|
2024-01-07 13:31:04 -06:00 |
|
Brian Yencho
|
1fbab32fe7
|
Add VaultTimeoutAction and handle its persistence (#520)
|
2024-01-07 13:06:30 -06:00 |
|
David Perez
|
b69a953894
|
Saves changes to database instead of syncing (#517)
|
2024-01-07 12:50:55 -06:00 |
|
Brian Yencho
|
e4621b4994
|
Add SettingsRepository and VaultTimeout (#519)
|
2024-01-07 12:12:01 -06:00 |
|
Brian Yencho
|
8fb0d1ee8a
|
Add disk storage for Vault Timeout (#518)
|
2024-01-07 11:21:34 -06:00 |
|
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 |
|