Commit graph

111 commits

Author SHA1 Message Date
cketti
656a9d3862 Use relaxed mode to parse email addresses from message headers 2023-06-15 19:32:56 +02:00
cketti
c96d0ce65a Allow disabling length checks in EmailAddressParser 2023-06-15 19:32:56 +02:00
cketti
20d1e56639 Change names of EmailAddressParserConfig properties 2023-06-15 17:18:53 +02:00
Wolf-Martell Montwé
84b621b8c1
Fix ButtonOutlined border color when set to custom one 2023-06-14 14:24:42 +02:00
cketti
a0725d6726 Change Port to disallow a value of 0 2023-06-14 12:47:20 +02:00
Wolf-Martell Montwé
d0407ffb20
Change buttons to allow custom color 2023-06-12 14:12:55 +02:00
Wolf-Martell Montwé
86e8ea30d0
Change CheckboxInput and SwitchInput to InputLayout with error message 2023-06-12 10:16:05 +02:00
Wolf-Martell Montwé
2490d7402d
Change test atoms to support TextAlign 2023-06-12 10:12:13 +02:00
Wolf-Martell Montwé
782d35e91a
Add shape to surface and decouple shape from Material theme 2023-06-12 10:11:58 +02:00
Wolf-Martell Montwé
dcc063911b
Add content items for email address and password and add state handling 2023-06-08 14:42:39 +02:00
Wolf-Martell Montwé
440fa4957c
Add NumberInputField 2023-06-07 14:55:30 +02:00
Wolf-Martell Montwé
608cf6d3da
Fix inconsistencies 2023-06-07 14:54:39 +02:00
Wolf-Martell Montwé
9bd37efe3d
Add TextFieldOutlinedNumber atom and NumberInput molecule to the design system 2023-06-01 17:15:55 +02:00
cketti
eb4a414c58 Add proper email address parser 2023-06-01 14:29:28 +02:00
cketti
fa487b2016 Always use extension function to create EmailAddress instance 2023-06-01 14:29:28 +02:00
Wolf-Martell Montwé
48ac48fda3
Change validation to use ValidationError interface for errors instead of exceptions 2023-05-31 17:17:22 +02:00
Wolf-Martell Montwé
493356726a
Add turbine test assertion 2023-05-31 11:23:13 +02:00
Wolf-Martell Montwé
ac0e4422cf
Add validation use case definition and concrete implementation for AccountName, DisplayName and EmailSignature 2023-05-31 10:19:02 +02:00
Wolf-Martell Montwé
27b7ef9436
Add ResponsiveWidthContainer 2023-05-31 10:08:19 +02:00
cketti
b9d29900fd
Merge pull request #6929 from thundernest/TextField_tests
Better separation for TextField tests
2023-05-26 13:38:37 +02:00
cketti
3edc0f3ca5 Better separation for TextField tests 2023-05-25 17:22:53 +02:00
Wolf-Martell Montwé
961476c113
Add optionToStringTransformation to TextFieldOutlinedSelect 2023-05-25 15:48:32 +02:00
Wolf-Martell Montwé
c9880880c4
Add subtitle to TopAppBar organism 2023-05-25 14:11:20 +02:00
Wolf-Martell Montwé
006ec6730a
Change TextFieldOutlinedSelect to MaterialOutlinedTextField 2023-05-25 14:11:19 +02:00
Wolf-Martell Montwé
fccf89f371
Add TextInput and add singleLine to TextFieldOutlined 2023-05-25 14:11:19 +02:00
Wolf-Martell Montwé
6943728836
Add InputDefaults horizontal and vertical settings 2023-05-25 10:24:12 +02:00
Wolf-Martell Montwé
e872eddeea
Add missing label to SelectInput 2023-05-25 10:16:58 +02:00
Wolf-Martell Montwé
7013d9819f
Add Switch atom and SwitchInput molecule 2023-05-25 10:16:58 +02:00
cketti
2d1d54cd6d
Merge pull request #6911 from thundernest/new_autodiscovery_api
Change AutoDiscovery API
2023-05-24 19:09:45 +02:00
cketti
f948fad797 Add new AutoDiscovery API 2023-05-24 18:35:24 +02:00
Wolf-Martell Montwé
22d0969b99
Add Divider atom 2023-05-24 15:14:06 +02:00
Wolf Montwé
b983f1fad8
Add TopAppBar template 2023-05-24 15:14:06 +02:00
Wolf Montwé
b065a7153c
Add Scaffold template
Pass null in case drawer content is null
2023-05-24 15:14:05 +02:00
Wolf-Martell Montwé
1a83f0e974
Add SelectInput molecule 2023-05-23 18:04:33 +02:00
Wolf-Martell Montwé
dc17eda40f
Add CheckboxInput molecule 2023-05-23 18:04:21 +02:00
Wolf-Martell Montwé
c4f10cb88b
Add InputDefaults to unify content padding and move to input package 2023-05-23 18:04:20 +02:00
Wolf-Martell Montwé
7d18529e73
Add TextFieldOutlinedSelect for selecting entries from a set of options 2023-05-23 18:04:20 +02:00
Wolf-Martell Montwé
520dc4049c
Add trailing icon to TextFieldOutlined atom 2023-05-23 18:04:20 +02:00
Wolf-Martell Montwé
7f2f5e21f1
Add read-only to TextFieldOutlined atom 2023-05-23 18:04:20 +02:00
Wolf-Martell Montwé
96b1fc2eb5
Add ButtonIcon atom 2023-05-23 16:53:05 +02:00
Wolf-Martell Montwé
d6f49b4919
Add Icon atom and Icons to theme 2023-05-23 16:25:36 +02:00
cketti
3bb0d2e529 Use EmailAddress class in :feature:autodiscovery:autoconfig module 2023-05-22 18:03:56 +02:00
cketti
57e3db5443 Use Domain class in :feature:autodiscovery:autoconfig module 2023-05-22 18:03:56 +02:00
cketti
8b8bc409e8 Add Domain value class 2023-05-22 18:03:56 +02:00
cketti
2dbecb667c Move HostNameUtils to :core:common 2023-05-22 18:03:56 +02:00
cketti
517fffaa0b
Merge pull request #6902 from thundernest/update_assertk
Update assertk to version 0.26
2023-05-17 18:02:22 +02:00
Wolf-Martell Montwé
7a12b162b1
Add Compose onNode extensions 2023-05-17 16:47:49 +02:00
Wolf-Martell Montwé
2b2745ba9c
Add BaseViewModel to abstract state and effect setup 2023-05-17 16:47:47 +02:00
Wolf-Martell Montwé
1d93ffb89f
Add UnidirectionalViewModel a variation of MVI with side effects 2023-05-17 16:47:14 +02:00
Wolf-Martell Montwé
5f0a6437cf
Add MainDispatcherRule to swap Dispatchers.Main with a TestDispatcher 2023-05-16 17:27:44 +02:00