Andrew Haisting
|
c1472ee078
|
Remove accidental usages of viewModel() in favor of hiltViewModel() (#47)
|
2023-09-13 17:58:40 -05:00 |
|
Brian Yencho
|
52b9395f70
|
BIT-168: Add FakeNavHostController and tests for RootNavScreen (#46)
Co-authored-by: Andrew Haisting <ahaisting@livefront.com>
|
2023-09-13 14:41:56 -05:00 |
|
Brian Yencho
|
9e156fe70f
|
Ignore user.properties files (#45)
|
2023-09-13 11:34:48 -05:00 |
|
Ramsey Smith
|
59fe2d9759
|
BIT-304: Add Strings.xml and translations (#43)
|
2023-09-12 08:34:46 -05:00 |
|
Brian Yencho
|
8c6a249fb2
|
BIT-3: Add initial CI workflow to run tests and lint checks (#41)
|
2023-09-11 15:51:59 -05:00 |
|
Andrew Haisting
|
ef3bb19f8c
|
BIT-141 Implement basic SplashScreen composable (#39)
|
2023-09-11 15:20:13 -05:00 |
|
Andrew Haisting
|
7be86b806f
|
BIT-141 Setup basic Login and Landing screens (#40)
Co-authored-by: Caleb Derosier <caleb@livefront.com>
|
2023-09-11 14:44:09 -05:00 |
|
Matt Bishop
|
ac1ee3f2a3
|
Delete unused local lint workflow (#38)
|
2023-09-11 12:48:20 -04:00 |
|
joshua-livefront
|
f2c1207832
|
[BIT-148] Adding wireframe UI for password generator screen (#37)
|
2023-09-11 10:16:18 -04:00 |
|
Brian Yencho
|
0c6446c4f6
|
Fix unused imports in test files resulting from file structure changes (#33)
|
2023-09-07 09:04:24 -05:00 |
|
Andrew Haisting
|
6c4a62796b
|
BIT-267 make sure root navigation state doesn't get blown away after … (#32)
|
2023-09-06 16:52:31 -05:00 |
|
Brian Yencho
|
40e771ec69
|
BIT-139: Distinguish dev and release builds (#31)
|
2023-09-06 11:38:04 -05:00 |
|
joshua-livefront
|
129d5d56bc
|
feat: Updating composables to use hiltViewModel as opposed to viewModel (#29)
|
2023-09-06 09:47:08 -04:00 |
|
Andrew Haisting
|
e428640948
|
Update imports (#30)
|
2023-09-05 16:41:16 -05:00 |
|
Ramsey Smith
|
3bed69bc45
|
BIT-143: Add initial bottom navigation screen (#25)
Co-authored-by: Brian Yencho <brian@livefront.com>
|
2023-09-05 15:44:50 -05:00 |
|
Brian Yencho
|
ee77052739
|
BIT-200: Update CODEOWNERS file and restructure folders accordingly (#26)
|
2023-09-05 13:13:26 -05:00 |
|
Andrew Haisting
|
22bb07b473
|
Cosmetic test fixes (#24)
|
2023-09-05 11:10:12 -05:00 |
|
Caleb Derosier
|
7878b70a47
|
Rename Login navigation components to Auth (#23)
|
2023-09-05 10:16:39 -05:00 |
|
Brian Yencho
|
1749f4b1b6
|
BIT-176: Add initial project information to README (#22)
|
2023-09-05 10:14:01 -05:00 |
|
Caleb Derosier
|
acba9a1604
|
Fix incorrect label & initial value for email input label (#21)
|
2023-08-31 13:57:34 -05:00 |
|
Brian Yencho
|
70e4a6d989
|
Update all navigateTo helpers to pass NavOptions (#20)
|
2023-08-31 13:23:07 -05:00 |
|
Caleb Derosier
|
e97659c7c9
|
Add initial Landing screen & Login nav graph (#19)
|
2023-08-31 08:41:56 -05:00 |
|
Andrew Haisting
|
7f0d09a93b
|
Downgrade navigation version due to saved state bug (#18)
|
2023-08-30 14:46:53 -05:00 |
|
Andrew Haisting
|
2afae28f6b
|
setup EventsEffect (#17)
|
2023-08-30 14:23:21 -05:00 |
|
Robyn MacCallum
|
ad6aa0539c
|
Update CODEOWNERS (#16)
|
2023-08-29 20:44:51 +01:00 |
|
Andrew Haisting
|
6bbc6cab8c
|
BIT-142: setup create account screen (#15)
|
2023-08-29 14:20:02 -05:00 |
|
Brian Yencho
|
f67d4ccad3
|
Add BaseComposeTest for facilitating compose-layer testing (#14)
|
2023-08-29 13:07:55 -05:00 |
|
Andrew Haisting
|
ab92fd7943
|
use Bitwarden theme in MainActivity (#13)
|
2023-08-29 09:43:15 -05:00 |
|
Brian Yencho
|
8d3cf4fcd8
|
BIT-153: Add initial code style documentation and formatter (#12)
|
2023-08-29 08:24:11 -05:00 |
|
renovate[bot]
|
caa80947f9
|
Update bitwarden/gh-actions digest to 67ab95d (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-08-28 16:23:24 +01:00 |
|
Brian Yencho
|
ece5fe6a37
|
BIT-145: Add BaseViewModel and update existing ViewModels (#11)
|
2023-08-28 09:37:05 -05:00 |
|
Brian Yencho
|
b09df2fa5a
|
Fix initial detekt issues (#10)
|
2023-08-25 16:02:26 -05:00 |
|
Andrew Haisting
|
cbd9cf51c4
|
BIT-5, BIT-101: Setup networking layer add get config call (#9)
Co-authored-by: joshua-livefront <joshua@livefront.com>
|
2023-08-25 08:54:47 -05:00 |
|
Andrew Haisting
|
4b7b84662d
|
BIT-144: Setup root level app navigation (#8)
|
2023-08-25 08:54:18 -05:00 |
|
Brian Yencho
|
de2eed7c24
|
Initial project setup (BIT-61) (#7)
|
2023-08-22 16:03:42 -05:00 |
|
Rico Acosta
|
67fd9d30b6
|
Initial commit
|
2023-07-14 11:56:49 -05:00 |
|