Commit graph

534 commits

Author SHA1 Message Date
David Perez
4bbda49d74 BIT-480, BIT-1386: Allow for saving a text send (#535) 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
Oleg Semenenko
e863559c12 BIT-1114 Add code manual entry (#523) 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
185849951f Hook up vault timeout action to repo (#530) 2024-06-20 17:08:07 +01:00
Brian Yencho
e69c4eb29e BIT-363, BIT-1323: Add time interval options to session timeout menu (#529) 2024-06-20 17:08:07 +01:00
Brian Yencho
7cfdddaa81 Update Bitwarden SDK to 0.4.0-20240108.121805-25 (#531) 2024-06-20 17:08:07 +01:00
Brian Yencho
0ff580ec78 Fix ClassCastException from R8 issue (#528) 2024-06-20 17:08:07 +01:00
David Perez
e57dc0393c Sends file tab is blocked by premium membership (#527) 2024-06-20 17:08:07 +01:00
David Perez
1cfd85d9f8 Add UI for saving a send (#526) 2024-06-20 17:08:07 +01:00
David Perez
978e72899b Refactor AddSendViewModel to support loading and error states. (#524) 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
David Perez
87568287af Fix AddSendViewModel name (#522) 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
9aca107183 Disable network logs in non-debug builds (#514) 2024-06-20 17:08:07 +01:00
Brian Yencho
91625ff2af Ensure the correct file name is used for SharedPreferences (#513) 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
e0231f511f BIT-481: Implement primary Send UI and sharing (#510) 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
Ramsey Smith
8d6e492473 Add select option for title in identity creation (#506) 2024-06-20 17:08:07 +01:00
Ramsey Smith
bd5e00e27a Rename tests in VaultAddEditViewModelTest.kt (#505) 2024-06-20 17:08:07 +01:00
David Perez
889855d261 Replace usages of compose ClipboardManager in UI with BitwardenClipboardManager in ViewModels (#502) 2024-06-20 17:08:07 +01:00
Ramsey Smith
8d5de22c72 BIT-507: Create Card UI (#497) 2024-06-20 17:08:07 +01:00
joshua-livefront
c964d8c830 Adding DEFAULT_STATE to the GeneratorScreenTests.kt (#504) 2024-06-20 17:08:07 +01:00
David Perez
2be770d5fc Add the send pending deletion icon (#503) 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
Sean Weiser
db5c19d971 Disable Crashlytic collection for debug builds (#500) 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
Caleb Derosier
6486a6dc6a Rename AppearanceAction properties & add dialog tests (#498) 2024-06-20 17:08:07 +01:00
Caleb Derosier
b24c2ba7e7 BIT-930: Add UI for Other screen (#477) 2024-06-20 17:08:07 +01:00
David Perez
02c8f4bfec Add send icons to row items. (#496) 2024-06-20 17:08:07 +01:00
Caleb Derosier
10bad26c95 BIT-929: Add UI for Appearance screen (#478) 2024-06-20 17:08:07 +01:00
David Perez
84bb3bcdb2 Reuse the BitwardenListItem and BitwardenGroup items on the Vault (#495) 2024-06-20 17:08:07 +01:00
David Perez
6875ca8f56 Simplify SettingScreen (#494) 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
Oleg Semenenko
da53c72a61 BIT-1101 Adding landscape content and handling scaling better. (#493) 2024-06-20 17:08:07 +01:00
David Perez
b6032873ec Add sends database table (#490) 2024-06-20 17:08:07 +01:00
joshua-livefront
cd707473fc Adding default addy io base url for generation calls (#492) 2024-06-20 17:08:07 +01:00
Brian Yencho
2d9b0264f2 Make all "...Handlers" classes into data classes (#491) 2024-06-20 17:08:07 +01:00
Brian Yencho
f2ccfcd59a BIT-842: Fix various paddings and sizes on Vault Screen (#489) 2024-06-20 17:08:07 +01:00
Brian Yencho
d9837a1895 BIT-1247: Restrict password visibility according to permissions (#487) 2024-06-20 17:08:07 +01:00
David Perez
c5989d117e Subscribe to vault SendData (#485) 2024-06-20 17:08:07 +01:00
David Perez
11fcaa6678 Move the 'isPremiumUser' flag from a common VaultItem property to a Login specific property (#486) 2024-06-20 17:08:07 +01:00
Sean Weiser
c88825f134 Add required permissions to manifest (#484) 2024-06-20 17:08:07 +01:00
David Perez
bc54e4b629 Remove test code from VaultViewModel (#483) 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
David Perez
8476e55b5a Apply common loading and error UIs (#481) 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
David Perez
4601f84140 Rename additem to addedit (#474) 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
Oleg Semenenko
e929641159 BIT-1101, BIT-1066, BIT-1071, BIT-1072 Adding QR code scanning feature (#464) 2024-06-20 17:08:07 +01:00
Oleg Semenenko
1c8501b69b BIT-515, BIT-512 Adding the ability to view and edit secure note items. (#462) 2024-06-20 17:08:07 +01:00
Sean Weiser
fd9ca8f544 BIT-946: Add Google Services and Crashlytics to standard builds (#473) 2024-06-20 17:08:07 +01:00
David Perez
9bf07f0693 Create package for add send feature (#472) 2024-06-20 17:08:07 +01:00
Oleg Semenenko
6e69e00d96 Making it so we can test the common data easier (#467) 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
David Perez
da365acfee Add basic UI states to the SendScreen (#471) 2024-06-20 17:08:07 +01:00
Ramsey Smith
0c05855e6b BIT-514: View identity item UI (#461) 2024-06-20 17:08:07 +01:00
Lucas Kivi
738cd76c7d BIT-1293: add autofill service shell (#468) 2024-06-20 17:08:07 +01:00
David Perez
7a8da67944 Add the overflow menu to the send screen (#469) 2024-06-20 17:08:07 +01:00
Brian Yencho
cf2e87c9f5 Apply formatter to project (#466) 2024-06-20 17:08:07 +01:00
Brian Yencho
23479d6750 BIT-383: Finish UI for syncing the Vault with the Sync button (#463) 2024-06-20 17:08:07 +01:00
joshua-livefront
17b50d96f1 BIT-713: Adding SimpleLogin service UI (#460) 2024-06-20 17:08:07 +01:00
Brian Yencho
3142a640ce Split up VaultDataExtensions(Test) files (#458) 2024-06-20 17:08:07 +01:00
joshua-livefront
ab03c83cb3 BIT-712: Adding UI for the FastMail service (#459) 2024-06-20 17:08:07 +01:00
Caleb Derosier
c94b303abc BIT-457: Add Vault Settings and Folders screen UI (#457) 2024-06-20 17:08:07 +01:00
joshua-livefront
78461394f3 BIT-711: Adding UI for AddyIo service (#456) 2024-06-20 17:08:07 +01:00
Brian Yencho
5ec810d4d6 Make all "...Args" classes into data classes (#455) 2024-06-20 17:08:07 +01:00
Brian Yencho
8852ae9a40 Exclude more args from coverage (#454) 2024-06-20 17:08:07 +01:00
Brian Yencho
0f7a09dd96 Add wrappers for NavGraphBuilder.composable that supply transitions (#453) 2024-06-20 17:08:07 +01:00
Brian Yencho
12000b2746 BIT-1244: Implement dynamic vault filtering (#451) 2024-06-20 17:08:07 +01:00
Brian Yencho
9e7cd65fe1 Ensure SplashScreen composable has content to fix intro transition (#452) 2024-06-20 17:08:07 +01:00
Brian Yencho
6665f20af9 Ensure toScrolledContainerColor uses the correct easing function (#450) 2024-06-20 17:08:07 +01:00
Brian Yencho
3f0e44d42f BIT-842, BIT-843: Add Vault Filter and Vault Selection menu UI (#448) 2024-06-20 17:08:07 +01:00
joshua-livefront
3c29dccf62 BIT-1196: Adding ui for FirefoxRelay service (#449) 2024-06-20 17:08:07 +01:00
Caleb Derosier
5ac493fa89 BIT-74: Add Login with Device screen (#438) 2024-06-20 17:08:07 +01:00
Ramsey Smith
0dd162598f Separate common and type-specific state in VaultItemViewModel (#447) 2024-06-20 17:08:07 +01:00
Sean Weiser
e31febb1c4 Omit fdroid debug tests and select the standard flavor by default (#446) 2024-06-20 17:08:07 +01:00
joshua-livefront
f528376c66 BIT-714: Adding ui for duck duck go service type (#445) 2024-06-20 17:08:07 +01:00
Sean Weiser
d615fec9c6 Add initial product flavors section (BIT-138) (#442) 2024-06-20 17:08:07 +01:00
joshua-livefront
de85f1c507 Update Bitwarden SDK to 0.3.1-20231221.163756-59 (#443) 2024-06-20 17:08:07 +01:00
Caleb Derosier
e92c85005b Disable login button when password is blank (#441) 2024-06-20 17:08:07 +01:00
joshua-livefront
492038f163 BIT-871: Adding UI for forwarded email alias (#440) 2024-06-20 17:08:07 +01:00
Caleb Derosier
2a9cec5f8e Replace vertical padding with Spacers on Login & Landing screens (#439) 2024-06-20 17:08:07 +01:00
Caleb Derosier
800e0e018c BIT-814, BIT-815: Add UI for Enterprise Single Sign On screen (#437) 2024-06-20 17:08:07 +01:00
Ramsey Smith
a2e3984a5e BIT-511: Save identity items (#436) 2024-06-20 17:08:07 +01:00
Ramsey Smith
f953066f22 BIT-667: UI for identity creation (Unit Tests) (#435) 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
72446513b5 Omit current navigation argument classes from code coverage (#434) 2024-06-20 17:08:07 +01:00