Commit Graph

194 Commits

Author SHA1 Message Date
Brian Yencho
a682d06fbe Pin Bitwarden SDK to 0.3.1-20231103.145900-2 (#205) 2023-11-03 11:54:02 -05:00
Brian Yencho
4244032add BIT-817: Update storage of Environment on Landing Screen (#203) 2023-11-03 11:09:11 -05:00
David Perez
b22cc97963 Update push animations to match the spec (#199) 2023-11-03 09:49:33 -05:00
David Perez
2f44155ae3 BIT-470: Add support for fingerprint phrase dialog (#196) 2023-11-03 09:41:38 -05:00
Brian Yencho
e61a4b7e0e Add optional "hint" to BitwardenTextField and BitwardenPasswordField (#202) 2023-11-03 09:35:15 -05:00
Brian Yencho
92582ee304 Unpin the SDK version and use SNAPSHOT (#204) 2023-11-03 09:15:51 -05:00
Ramsey Smith
c621220e97 Added key to sync response model and cipher sdk object (#201) 2023-11-02 15:44:11 -06:00
Brian Yencho
56d8e83849 Pin Bitwarden SDK to 0.3.1-20231102.172014-25 (#200) 2023-11-02 15:15:26 -05:00
renovate[bot]
9aefc1eac9 Update bitwarden/gh-actions digest to ba6a775 (#175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-02 13:45:18 -04:00
renovate[bot]
0ebeccea31 Update ruby/setup-ruby action to v1.159.0 (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-02 13:45:03 -04:00
Ramsey Smith
8310c63a39 BIT-1033: Store user key and private key to disc (#197) 2023-11-02 10:41:21 -06:00
David Perez
3a3247bff0 Update TextStyles to not trim off LineHeight. (#198) 2023-11-02 11:25:02 -05:00
David Perez
12c3be514f BIT-926: account security UI (#193) 2023-11-01 20:06:22 -05:00
David Perez
b4fcbff695 Tweak BitwardenListHeaderText and BitwardenWideSwitch to follow patterns. (#195) 2023-11-01 16:14:54 -05:00
joshua-livefront
e06e36b1be BIT-534: Bitwarden shared composables and icons for my vault list screen (#192) 2023-11-01 16:36:09 -04:00
Andrew Haisting
d3b92dd0e7 Remove "View" suffix from vault composables (#194) 2023-11-01 12:54:22 -05:00
Brian Yencho
0ff78663cf Update Compose Material 3 to 1.2.0-alpha10 (#190) 2023-11-01 08:54:23 -05:00
David Perez
05fa7ce843 Add reusable BitwardenTextRow (#185) 2023-10-31 13:49:19 -05:00
Brian Yencho
d7db76324b Treat transition types using separate durations (#189) 2023-10-31 11:43:20 -05:00
Andrew Haisting
b9a4a6714e BIT-994 Use dialogs instead of dropdowns on generator (#188) 2023-10-31 11:27:04 -05:00
Brian Yencho
5e36e6a7d1 Tweak exit "stay" transition to eliminate most of fade (#187) 2023-10-31 11:13:15 -05:00
Brian Yencho
d14fe9b647 BIT-330: Implement self-hosting/custom environment UI (#184) 2023-10-31 11:12:01 -05:00
Andrew Haisting
9dca3fb38f BIT-707 Update copy on password strength indicator (#186) 2023-10-31 10:53:01 -05:00
joshua-livefront
e0838cf4a4 BIT-665: Create Add UI for Login-type item (#179) 2023-10-31 11:47:11 -04:00
David Perez
72c454768d Add wrapper for dispatchers (#183) 2023-10-31 10:02:00 -05:00
Ramsey Smith
10a20f626d BIT-897 Decrypt sync response (#181) 2023-10-31 08:06:36 -06:00
David Perez
d0dacfb4ed Add basic push transitions (#182) 2023-10-31 08:31:36 -05:00
Andrew Haisting
6504842348 BIT-989 Show region selector as dialog (#180) 2023-10-31 07:42:31 -05:00
David Perez
e3da307faa BIT-931: Fill out about UI (#178) 2023-10-30 15:47:54 -05:00
Brian Yencho
fd5bbe00d5 BIT-985: Add initial transitions to the auth flow (#174) 2023-10-30 11:07:07 -05:00
Andrew Haisting
6fb630ba29 BIT-471 Show confirm log out dialog (#173) 2023-10-30 10:35:19 -05:00
Andrew Haisting
ebb8632152 BIT-986 Add email input types to login and create account (#177) 2023-10-30 10:24:05 -05:00
Brian Yencho
59318d8a66 Rename NetworkConfigRepository to NetworkConfigManager (#172) 2023-10-27 13:01:00 -05:00
Brian Yencho
75c8bb2920 BIT-970: Ensure Terms of Service switch reads off checked state (#171) 2023-10-27 11:27:03 -05:00
David Perez
6b78f7b1a9 Settings boilerplate (#170) 2023-10-27 10:30:21 -05:00
David Perez
8be69e6442 Replace Kotlin assertions with JUnit assertions. (#168) 2023-10-26 16:57:59 -05:00
David Perez
8ab1c54149 Update string resources. (#169) 2023-10-26 16:18:35 -05:00
Andrew Haisting
a2655f6e74 BIT-707 Implement password strength indicator with mock values (#161) 2023-10-26 15:39:25 -05:00
Ramsey Smith
4cd4110e89 Renamed modules to be package specific (#166) 2023-10-26 13:07:47 -06:00
Andrew Haisting
4c866e62f2 Remove references to HTTP constants in favor of raw ints (#167) 2023-10-26 13:48:16 -05:00
Andrew Haisting
6fa75ac818 BIT-910 Parse server error messages on create account request (#164) 2023-10-26 13:29:30 -05:00
David Perez
adc02e4cef Simplify the BaseTheme and remove the night styles.xml. (#165) 2023-10-26 09:06:31 -05:00
David Perez
e7add955ea BIT-957: Add color change animation for toolbars. (#163) 2023-10-25 17:05:50 -05:00
David Perez
0fd2edc30e BIT-955: Add edge-to-edge support (#162) 2023-10-25 16:32:40 -05:00
Brian Yencho
95d7eaf144 BIT-725, BIT-328: Add base URL interceptors and dynamically change environments (#160) 2023-10-25 14:24:02 -05:00
Brian Yencho
62fe0ea901 BIT-150: Add more comprehensive list of settings rows. (#155)
Co-authored-by: David Perez <david@livefront.com>
2023-10-25 09:59:49 -05:00
Andrew Haisting
f9df52b253 BIT-189 Check data breaches toggle should default to on (#159) 2023-10-25 09:36:07 -05:00
Andrew Haisting
0b3923a49b BIT-945 Continue with registration if HIBP call fails (#158) 2023-10-24 16:23:16 -05:00
joshua-livefront
af5dc1f163 BIT-904: Fixing color of add an item button while in dark them (#157) 2023-10-24 16:36:51 -04:00
joshua-livefront
9983cd72a2 Refactor BitwardenOverflowTopAppBar for better re-use (#156) 2023-10-24 15:54:11 -04:00