Commit Graph

482 Commits

Author SHA1 Message Date
David Perez
1379c91bfe Reuse the BitwardenListItem and BitwardenGroup items on the Vault (#495) 2024-01-04 13:09:42 -06:00
David Perez
a73e4b3b7a Simplify SettingScreen (#494) 2024-01-04 13:06:52 -06: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
joshua-livefront
83007ce1fc Adding default addy io base url for generation calls (#492) 2024-01-04 11:02:49 -05:00
Brian Yencho
5e26a3f920 Make all "...Handlers" classes into data classes (#491) 2024-01-04 09:34:44 -06:00
Brian Yencho
292f95ca66 BIT-842: Fix various paddings and sizes on Vault Screen (#489) 2024-01-03 17:24:06 -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
Sean Weiser
f522e63815 Add required permissions to manifest (#484) 2024-01-03 11:13:03 -06:00
David Perez
8ed6bdb5ee Remove test code from VaultViewModel (#483) 2024-01-03 10:18:47 -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
David Perez
44b36c9b9e Apply common loading and error UIs (#481) 2024-01-03 09:50:11 -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
Sean Weiser
4beb7dc581 BIT-946: Add Google Services and Crashlytics to standard builds (#473) 2024-01-02 16:31:45 -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
renovate[bot]
7f938edc38 Update ruby/setup-ruby action to v1.165.1 (#465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-02 14:03:36 -06: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
96750bb8c4 Apply formatter to project (#466) 2024-01-02 11:39:03 -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
77006ab281 Make all "...Args" classes into data classes (#455) 2023-12-29 11:53:13 -06:00
Brian Yencho
1bb0d9ecfb Exclude more args from coverage (#454) 2023-12-29 11:17:23 -06:00
Brian Yencho
7f644495b5 Add wrappers for NavGraphBuilder.composable that supply transitions (#453) 2023-12-29 10:21:21 -06:00
Brian Yencho
b5fe7a560f BIT-1244: Implement dynamic vault filtering (#451) 2023-12-29 09:21:43 -06:00
Brian Yencho
3ba6fa4f0f Ensure SplashScreen composable has content to fix intro transition (#452) 2023-12-29 05:50:43 -06:00
Brian Yencho
426dce2961 Ensure toScrolledContainerColor uses the correct easing function (#450) 2023-12-28 18:06:12 -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
Ramsey Smith
57f9fbc996 Separate common and type-specific state in VaultItemViewModel (#447) 2023-12-28 15:21:45 -06:00
Sean Weiser
f6ff827698 Omit fdroid debug tests and select the standard flavor by default (#446) 2023-12-28 15:09:04 -06:00
joshua-livefront
f81a430798 BIT-714: Adding ui for duck duck go service type (#445) 2023-12-28 15:51:01 -05:00