Commit Graph

169 Commits

Author SHA1 Message Date
Ramsey Smith
21424f52dd BIT-636: Rectify sync api response model (#145) 2023-10-23 12:01:50 -06:00
Andrew Haisting
98c09e5bf4 Clean up CreateAccountViewModelTest (#142) 2023-10-23 10:29:03 -05:00
Brian Yencho
906980497f BIT-698: Add landing email validation (#143) 2023-10-23 10:10:58 -05:00
Brian Yencho
2b491facdc Clean up landing screen test (#141) 2023-10-23 08:10:44 -05:00
Brian Yencho
96142cda5d Improve switch toggle semantics (#140) 2023-10-23 06:32:14 -05:00
Brian Yencho
3ec772447b BIT-765: Add access token storage (#138) 2023-10-20 14:46:01 -05:00
Andrew Haisting
26d2687dba Create account validations (#137) 2023-10-20 12:24:02 -05:00
Ramsey Smith
77166d7008 BIT-102: Create account functionality (#132) 2023-10-19 09:00:39 -06:00
Andrew Haisting
a5581a093e Rename other navigation extensions per new naming convention (#134) 2023-10-19 09:33:16 -05:00
Brian Yencho
329c310d58 BIT-765: Add additional properties to GetTokenResponseJson.Success (#136) 2023-10-19 09:09:21 -05:00
Andrew Haisting
31ee345ce1 Use nested navigation for Account settings (#133) 2023-10-18 16:40:33 -05:00
Brian Yencho
cbea25db78 Add KdfTypeJson and associated BaseEnumeratedIntSerializer (#131) 2023-10-18 15:05:33 -05:00
Andrew Haisting
89e980ac59 BIT-896 Allow user to log out (#129) 2023-10-18 13:55:46 -05:00
joshua-livefront
36451a7bda BIT-900: Adding state for each of the possible username state selections (#130) 2023-10-18 14:54:11 -04:00
Andrew Haisting
8ae3f365b7 BIT-868 Keep password fields on create account in sync (#125) 2023-10-18 13:29:48 -05:00
joshua-livefront
41b870e1d5 Updating generator tests formatting (#128) 2023-10-18 10:53:14 -04:00
Brian Yencho
c28d48d2eb BIT-765: Parse user information from JWT token (#127) 2023-10-18 09:21:45 -05:00
joshua-livefront
05ee70827e BIT-634: Generator UI fixes (#126) 2023-10-17 16:47:07 -04:00
joshua-livefront
69009c3d6f BIT-870: Updating the BitwardenWideSwitch ripple (#119) 2023-10-17 10:27:06 -04:00
Brian Yencho
7a98dfb6c2 Add BaseSurrogateSerializer (#120) 2023-10-17 09:18:27 -05:00
Brian Yencho
1f197b4796 Add AuthSdkSource (#118) 2023-10-16 13:52:18 -05:00
Andrew Haisting
098c576d1a BIT-326 Use correct value for deviceName on get token request (#114) 2023-10-16 09:35:44 -05:00
Andrew Haisting
da6b40bc48 BIT-329 Implement parsing and usage of kdf params (#112) 2023-10-13 14:05:55 -05:00
joshua-livefront
86b44a802a BIT-634: Create Password Generation UI (#109) 2023-10-12 14:41:58 -04:00
Andrew Haisting
2babd278c2 BIT-188 Add switches and links for check password and terms and privacy (#106) 2023-10-12 11:39:09 -05:00
Ramsey Smith
224fc9a2f4 BIT-764: Chrome Custom Tabs for hcpatcha verification (#105) 2023-10-11 09:37:03 -06:00
Andrew Haisting
56a8674958 BIT-543: Add Remember Me functionality to Landing Screen (#104)
Co-authored-by: Brian Yencho <brian@livefront.com>
2023-10-10 13:22:41 -05:00
Ramsey Smith
ff77c96767 BIT-320: Loading and error dialogs (#101) 2023-10-10 08:04:59 -06:00
joshua-livefront
1ed964a072 BIT-635: Adding updated UI for Passphrase Generator screen (#102) 2023-10-09 16:05:36 -04:00
Andrew Haisting
179b7bb956 BIT-751 Remove submit button at bottom of create account (#97) 2023-10-06 11:15:36 -05:00
Andrew Haisting
9a3420894b BIT-193 Implement password length validation on create account (#96) 2023-10-05 17:23:04 -05:00
Ramsey Smith
943ecd5d16 BIT-726: Stub loading and errors for logging in (#93) 2023-10-03 17:29:49 -05:00
Andrew Haisting
2187737fde BIT-556 BIT-190 Update current CreateAccountScreen to match designs (#92) 2023-10-03 16:39:59 -05:00
joshua-livefront
4e6974deb4 BIT-202: Adding region selector composable to Landing Screen (#91) 2023-10-03 16:37:36 -05:00
Brian Yencho
4f93c3f85e BIT-553: Apply design reskin on current LoginScreen (#90) 2023-10-03 15:44:58 -05:00
Brian Yencho
a736daf3e5 Explicitly navigate back from login screen when clicking Not You (#87) 2023-10-03 14:38:20 -05:00
Brian Yencho
92981cefd6 Disable LandingScreen Continue button until data is entered (#89) 2023-10-03 14:38:02 -05:00
Ramsey Smith
39cd45648b BIT-398: Launch ACTION_VIEW Intent with captcha URL and handle callback (#88) 2023-10-03 13:34:51 -06:00
Andrew Haisting
ea24a77b33 BIT-587 Add ConfigService layer to wrap ConfigApi (#80) 2023-10-02 13:20:32 -05:00
Ramsey Smith
43a476ad78 BIT-332: Launch web view for hcaptchca (#73) 2023-09-28 14:19:14 -06:00
Brian Yencho
3a24378fcd BIT-147: Improve splash screen handling for all OS levels (#72) 2023-09-28 14:18:03 -05:00
Brian Yencho
191e78a492 BIT-544: Apply reskin to LandingScreen (#71) 2023-09-28 09:29:32 -05:00
joshua-livefront
a115635716 BIT-333: Adding UI tests for the Generator screen (#70) 2023-09-28 10:08:46 -04:00
joshua-livefront
95489cbf83 Adding shadow log stream to BaseComposeTest (#68) 2023-09-26 14:16:37 -04:00
joshua-livefront
0f4e16b542 BIT-333: Handle Passphrase state in GeneratorViewModel (#64) 2023-09-25 15:12:26 -04:00
Andrew Haisting
b6fec01be1 BIT-394 Setup service layer to accommodate get token error parsing (#61) 2023-09-21 16:03:54 -05:00
Ramsey Smith
b8d19fcedf BIT-405: AuthTokenInterceptor (#57) 2023-09-21 11:35:32 -06:00
Andrew Haisting
8c51f36008 BIT-589 Prevent crash on Landing when navigating with empty input (#59) 2023-09-21 11:47:28 -05:00
Andrew Haisting
b549a6dfff BIT-289 Remove deprecated BitwardenTextField (#53) 2023-09-19 14:05:51 -05:00
Andrew Haisting
980c4ad452 BIT-133 Implement happy path login (#52) 2023-09-19 09:36:55 -05:00