Commit Graph
258 Commits
Author SHA1 Message Date
Brian YenchoandÁlison Fernandes 8ec9933a08 Optimize the account switcher background color updating (#268) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 95b38605ee BIT-1082: Implement vault unlock functionality (#263) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 17cd6c3cb0 Minor updates to the text fields (#266) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes 14cfc7493d Generator loadPasscodeOptions to include setting defaults (#267) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes e8ae15ddc3 Decouple unlock and sync (#264) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes feba8595b3 Update UserStateJson with avatarColor and securityStamp from sync (#265) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes 58eb4d4107 Removing unnecessary event flows from generator viewmodel tests (#262) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes b168f6fb09 Save the current environment to UserStateJson when logging in (#260) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes ef35477083 Simplify BaseDiskSource usage (#261) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 0a09facde0 Move AccountSumary to ui package and make name nullable (#259) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes c00c8ac022 Add vault repo methods for getting vault items by ID (#256) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes 254cd8e745 BIT-654: App should generate passwords (#258) 2024-06-20 17:08:07 +01:00
renovate[bot]Álison Fernandesrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4ff3037a68 Update ruby/setup-ruby action to v1.161.0 (#240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes d1db7521ce Add helper property for retrieving current VM state (#257) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes a789411b90 Update Bitwarden SDK to 0.3.1-20231116.203646-8 (#255) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes ba5509511f BIT-1117: Decrypt sends (#254) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes db5c57664f BIT-1111: Add delete account logic (#252) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes dd6e7639b5 Create initial vault item shell (#253) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes f912eb14ef Remove hangs (#251) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 8962f47898 BIT-1160: Add test tags to the login screen (#250) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 5c38eb743f Create a helper for testing with suspending functions that need to hang for the tests (#249) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes fd10de9456 BIT-205: Populate vault with login items (#246) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 3e6ce662d8 Add IME padding to create account screen (#248) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes 41e16014f0 BIT-654: Moving Generator data to the tools package (#247) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes fa9401f2d2 BIT-654: Adding generator disk source implementation (#245) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes f52f4befba Add one hour option to new send choosers (#244) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 00e249dab2 BIT-999: Add UI for Vault Unlock screen (#243) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 2f525513a2 Update button colors to adhere to material style (#242) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 715ff06dfc BIT-1031: Add shell for the delete account UI (#241) 2024-06-20 17:08:07 +01:00
renovate[bot]Álison Fernandesrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
028a2caa65 Update bitwarden/gh-actions digest to ebb1eb8 (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 20bc2b4656 Ensure no-op test of account switching is valid (#238) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 62d82b5304 Rename VaultScreen to VaultSettingsScreen (#237) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 382c4a0172 BIT-479: Fix minor New Send bugs (#236) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 8e92e2c529 BIT-852: Add account switcher UI (#235) 2024-06-20 17:08:07 +01:00
Ramsey SmithandÁlison Fernandes a43a541719 BIT-1128: Expose vault data (#227) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes a4c34a8704 Fix folders header typo (#234) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes 698d8c745b BIT-654: Generator SDK interface and repository implementation (#233) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 238f6e92c8 Update the 'BitwardenTopAppBar' to make the navigation icon optional (#232) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 3136c686b2 BIT-927: Add missing 'Host' URI detection type (#231) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 9d924e3312 BIT-470: Add missing colon for fingerprint phrase dialog (#230) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 0cde971c7f BIT-974, BIT-978: Add confirmation dialogs when launching an external link. (#229) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 7016c2a1ce Add additional test coverage for vault screen (#228) 2024-06-20 17:08:07 +01:00
Andrew HaistingandÁlison Fernandes bcffbe6fce Add BitwardenStepper component (#226) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 0185456dca Fix minor TalkBack issues in VaultScreen (#225) 2024-06-20 17:08:07 +01:00
joshua-livefrontandÁlison Fernandes 9c82e575a1 BIT-534: Adding UI and tests for the the vault list screen (#216) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 887fe99746 Remove unnecessary ) from some links (#224) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 8db111b247 Add Kotlin immutable collections dependency (#223) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 9a7ed4472f Add BitwardenScaffold to handle commonly overridden values. (#214) 2024-06-20 17:08:07 +01:00
David PerezandÁlison Fernandes 790e755aac Update the VaultAddItemScreen spacing between items (#222) 2024-06-20 17:08:07 +01:00
Brian YenchoandÁlison Fernandes 749f726f8a Update Android Gradle Plugin to 8.1.3 (#220) 2024-06-20 17:08:07 +01:00