Commit Graph
389 Commits
Author SHA1 Message Date
Brian YenchoandÁlison Fernandes 5235310de5 Ensure FAB is hidden for some Vault Screen states (#401) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 1b7e01ea89 Make the sync response profile nonnull (#400) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 191602a867 BIT-598: Create initial vault database (#399) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 7fa42e5fb8 BIT-379, BIT-381, BIT-384: Add overflow menu to Vault Screen (#397) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 9a05b7168e BIT-406: Allow item listing screen to display Collections data (#394) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 41a0817c5a Add exclusion to LongParameterList lint check for provides methods (#395) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes 1400da08f4 Fixed incorrect filtering for folders in VaultItemListingDataExtensions (#396) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 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
Brian YenchoandÁlison Fernandes 65eb6ab5f8 BIT-1157: Add error state for Vault Screen (#393) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes 09fbd5d4e9 BIT-279: Adding password history data layer (#387) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 0655f74479 BIT-1158: Add No Network states to Vault Screen (#391) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 36e913b680 Add updateToPendingOrLoading helper method (#390) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes 5932ebb5c6 Fix failing unit tests (#389) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes 5c7d0081a3 BIT-1057: Vault item listing functionality (#379) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes 65a9f209c2 Fix incorrect mapping for VaultItemListingType (#388) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes f18c43dd16 BIT-603: Display Collections on Vault screen (#386) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes 727b0c0efc Rename unit tests for VaultScreenTest and VaultViewModelTest (#385) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 736ad2ebfa Update to AGP 8.2.0 (#378) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes dede9232ec Simplify add-edit item conversion to CipherView (#384) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 3d6111cd8b BIT-874: Expose Collections data from VaultRepository (#382) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 12a816e678 Update Compose Material3 and Hilt Navigation versions (#381) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 4d3899e6f9 Add zip helpers for Result and use in VaultRepository (#383) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes f0bd9f54d6 Filter out Card / Identity types from Add Item type list (#380) 2024-06-20 17:08:07 +01:00
Oleg SemenenkoandÁlison Fernandes 0148512bf8 BIT-529 Added the ability to create custom type fields (#374) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 4e686fcc2e Stop persisting view-item state to SavedStateHandle (#377) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes cc48e63e89 Add getter for Timezone to avoid race condition in tests (#376) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes df71aa573a Stop persisting add-edit state to SavedStateHandle (#375) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes f4db50b700 BIT-502: Save the updated ciphers from the edit screen (#371) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 65b9005cbe BIT-1091: Initialize crypto for organizations (#370) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 970e913373 Add ability to decrypt Collections (#373) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 79f1c2cd4c Remove edit package (#372) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes c28729b802 BIT-1232: Update password strength colors (#369) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 03c0da4917 Store organization keys during sync request (#367) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 436c567b3f Ensure user/private key storage is backwards compatible (#368) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes e3a0832777 BIT-1135: Add confirmation dialog to lock-or-logout dialog (#364) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes 62ab43dfd5 Removed padding values from constructors of composable functions (#366) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 1adf58aca8 BIT-1207: Fully implement account switcher lock and logout (#362) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes b7578b8f96 BIT-956: UI for item listing screen (#356) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes dd37721e51 Ownership should be common values only displayed when creating a cipher (#365) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 82d7c307ff Standardize naming of actions related to account switcher (#363) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 8855fda026 Add isActive and isVaultUnlocked to AccountSummary (#361) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 5de9931d05 Add account switcher test helpers (#360) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 1219aa20fd Add ViewState VaultAddItemViewModel (#359) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes d5a1592ef0 Create common setup method for all VaultAddItemScreen tests (#358) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes 9cbc73337e BIT-618: Auto-enable At Least One Toggle in Password Generation to Prevent Errors (#357) 2024-06-20 17:08:07 +01:00
Oleg SemenenkoandÁlison Fernandes 33a99ce68d BIT-890 Adding a check for name when we save an item (#355) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes bfc0e9831c Add API for updating a cipher (#354) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 266db5cc04 Bit 1207 add lock and logout to switcher (#353) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes d0205b4b59 BIT-710: Implement Password History UI (#352) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 40fa3071ae Add new navigation for the edit item screen (#350) 2024-06-20 17:08:07 +01:00