Brian Yencho
|
940979599e
|
Add auto unlock key storage (#544)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
6686d98e34
|
Add VaultSdkSource.getUserEncryptionKey (#545)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
2d4427a7cf
|
Add EncryptedSharedPreferences and BaseEncryptedDiskSource (#543)
|
2024-06-20 17:08:07 +01:00 |
|
Lucas Kivi
|
cea26f5e32
|
BIT-1314: Add autofill node traversal with basic UI fulfillment (#541)
|
2024-06-20 17:08:07 +01:00 |
|
Joshua Queen
|
35ef4e4252
|
BIT-1336: Adding random word username generation (#540)
|
2024-06-20 17:08:07 +01:00 |
|
joshua-livefront
|
b6e7655938
|
BIT-1334: Adding generation for catch all email usernames (#538)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
acb5fce448
|
Set Settings defaults on login and clear them on logout (#537)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
0ee25a3dd5
|
Ensure hasPremium value is set on profile (#534)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
70a425dfd8
|
BIT-482: Display share sheet after saving a new send (#532)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
1e8d603b61
|
Add SettingsRepository helpers for the current user (#525)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
6470959085
|
Add VaultTimeoutAction handling to SettingsRepository (#521)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
e2c35fc373
|
Add VaultTimeoutAction and handle its persistence (#520)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
6acfb10709
|
Saves changes to database instead of syncing (#517)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
5469874c95
|
Add SettingsRepository and VaultTimeout (#519)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
54c288cb25
|
Add disk storage for Vault Timeout (#518)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
f54af724b1
|
Expose adding/updating sends from vault repo (#516)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
d00e7d69ea
|
Add support for encrypting sends (#515)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
6ef7be296e
|
Add underlyng SendsService to make sends API requests. (#511)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
3200f44611
|
Fix Organizations model and persistence format (#512)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
4a39f126dd
|
Add support to copy a send url to the clipboard (#508)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
0a3377d98a
|
Consolidate Environment(UrlDataJson)Extensions files in data layer (#509)
|
2024-06-20 17:08:07 +01:00 |
|
joshua-livefront
|
273763b219
|
BIT-1335: Adding plus addressed email generation (#501)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
41c35e23dd
|
Add the SdkClientManager and use a single Client per user for vault (#499)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
15fcfce0b2
|
Populate the send screen with real data (#488)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
b6032873ec
|
Add sends database table (#490)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
1e996fcbbe
|
BIT-1246, BIT-1250: Show correct permission-related errors when editing (#482)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
d4bab9ed7f
|
Reformat main app and test code (#480)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
a6b2357fb0
|
Use JUnit 5 @AfterEach instead of JUnit 4 @After (#479)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
0d3038a717
|
Use bufferedMutableSharedFlow where appropriate (#476)
|
2024-06-20 17:08:07 +01:00 |
|
Lucas Kivi
|
b3bee9ae20
|
Move autofill classes to pre-existing packages (#475)
|
2024-06-20 17:08:07 +01:00 |
|
joshua-livefront
|
fb891df03b
|
BIT-1330, BIT-1331: Implementation to use sdk for forwarded service email generation (#470)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
8933771a99
|
Add Organizations to UserState.Account (#432)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
fe20e2703c
|
Save Organizations data to disk when syncing (#429)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
f2842446c9
|
VaultData should come directly from the database (#425)
|
2024-06-20 17:08:07 +01:00 |
|
joshua-livefront
|
f9667d0390
|
BIT-1259: Fix for Increasing Length Creates a Password in History for Each Adjustment (#427)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
813b1a7a98
|
Fix broken dao fake implementations (#420)
|
2024-06-20 17:08:07 +01:00 |
|
joshua-livefront
|
27140bf02c
|
BIT-279, BIT-1201: Storage, retrieval, and clearing implementation for password history (#416)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
f2f3a6a386
|
Delete the users vault data on logout (#418)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
acdce7a07b
|
Update Bitwarden SDK to 0.3.1-20231219.150921-55 (#409)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
abe2354c15
|
BIT-474, BIT-518, BIT-519, BIT-521: Expose flows from the vault database tables (#414)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
6fc4eb8b90
|
Change ZonedDateTimeTypeConverter to class from object (#411)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
224371adc2
|
BIT-448: Create collections database table (#408)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
34e3fbcc04
|
BIT-431: Add a table to the vault database for folders (#403)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
34101245dd
|
Update all LocalDateTimes in the app to use ZonedDateTimes (#404)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
191602a867
|
BIT-598: Create initial vault database (#399)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
a8005c15f1
|
Add helper method for observing a data flow when logged in and someone is subscribed (#392)
|
2024-06-20 17:08:07 +01:00 |
|
joshua-livefront
|
09fbd5d4e9
|
BIT-279: Adding password history data layer (#387)
|
2024-06-20 17:08:07 +01:00 |
|
David Perez
|
36e913b680
|
Add updateToPendingOrLoading helper method (#390)
|
2024-06-20 17:08:07 +01:00 |
|
Ramsey Smith
|
5c7d0081a3
|
BIT-1057: Vault item listing functionality (#379)
|
2024-06-20 17:08:07 +01:00 |
|
Brian Yencho
|
f18c43dd16
|
BIT-603: Display Collections on Vault screen (#386)
|
2024-06-20 17:08:07 +01:00 |
|