Commit graph

12344 commits

Author SHA1 Message Date
Wolf-Martell Montwé
4f0ee47d12
Merge pull request #6893 from thundernest/add_asterisk_for_required_textfield
Add asterisk as required indicator to TextField atoms
2023-05-12 14:57:39 +00:00
Wolf-Martell Montwé
9ea4d8045a
Add asterisk as required indicator to TextField atoms 2023-05-12 12:23:50 +02:00
cketti
7d7e585b03 Merge branch '6.6-MAINT' 2023-05-12 12:22:52 +02:00
cketti
f95e22afc8 Version 6.602 2023-05-11 17:13:46 +02:00
Wolf-Martell Montwé
8f02a9e279
Merge pull request #6889 from IlyaBizyaev/fix/no-widgets-npe
Fix NPE on devices that don't support widgets
2023-05-11 08:52:52 +00:00
Wolf-Martell Montwé
e21041a0da
Merge pull request #6890 from thundernest/add_account_setup_atoms_and_molecules
Add account setup atoms and molecules
2023-05-11 08:32:30 +00:00
Ilya Bizyaev
1f45c2c391
Log the null AppWidgetManager 2023-05-10 21:54:13 +02:00
cketti
e3c02c0a53
Merge pull request #6888 from thundernest/message_header_default_action
Use "reply" as default action in message header
2023-05-10 18:46:15 +02:00
cketti
ec7c282ffd
Merge pull request #6883 from thundernest/hostname_validation
Add `HostNameUtils` to check the validity of host names and IP addresses
2023-05-10 18:45:30 +02:00
Wolf-Martell Montwé
e43585f374
Merge pull request #6891 from thundernest/change_code_style_to_allow_nested_imports
Change IDEA code style to allow imports of nested classes
2023-05-10 16:26:20 +00:00
Wolf-Martell Montwé
e43048c9c5
Change IDEA code style to allow nested imports 2023-05-10 17:58:58 +02:00
Wolf-Martell Montwé
951bd10ddf
Add Passwordnput molecule 2023-05-10 17:05:51 +02:00
Wolf-Martell Montwé
8d0139d6ae
Add EmailAddressInput molecule 2023-05-10 17:05:50 +02:00
Wolf-Martell Montwé
d86210aedc
Change WithRememberedState to be a generic helper 2023-05-10 17:05:49 +02:00
Wolf-Martell Montwé
2756ceb694
Add LoadingView molecule to design system 2023-05-10 16:28:17 +02:00
Wolf-Martell Montwé
13c72d8bb7
Add ErrorView molecule to design system 2023-05-10 16:28:17 +02:00
Wolf-Martell Montwé
db085695f8
Add Icon atom as wrapper for Material Icon 2023-05-10 16:28:17 +02:00
Wolf-Martell Montwé
5354a82b99
Add Icons to theme to wrap material icons 2023-05-10 16:28:17 +02:00
Wolf-Martell Montwé
1971549516
Add TextFieldOutlinedEmailAddress and adjust text field naming 2023-05-10 16:28:15 +02:00
Wolf-Martell Montwé
1eff5379a5
Add AnnotatedString property to Text atoms 2023-05-10 16:14:20 +02:00
Wolf-Martell Montwé
149a069f6c
Add color property to Text atoms 2023-05-10 16:13:13 +02:00
Ilya Bizyaev
f647e50a2e
Fix NPE on devices that don't support widgets
Turns out, AppWidgetManager.getInstance(context) can return null. I've
tested that this change fixes the issue on the device.
2023-05-10 00:02:50 +02:00
cketti
26fab0dff4 Change default reply action from "reply all" to "reply" 2023-05-09 13:56:36 +02:00
cketti
dd699d0f65
Merge pull request #6886 from thundernest/fix_OAuthBearer
Fix escaping commas in `buildOAuthBearerInitialClientResponse()`
2023-05-09 13:22:02 +02:00
cketti
182e2c217c Fix escaping commas in buildOAuthBearerInitialClientResponse() 2023-05-08 15:46:04 +02:00
cketti
0220e1d800 Prepare for version 6.704 2023-05-08 13:48:20 +02:00
cketti
0df1fa5543 Version 6.703 2023-05-08 13:42:05 +02:00
cketti
261848eabf
Merge pull request #6884 from thundernest/update_translations
Update translations
2023-05-08 13:34:25 +02:00
cketti
cba7e52581 Update translations 2023-05-08 13:25:10 +02:00
cketti
21be092394 Add HostNameUtils to check the validity of host names and IP addresses 2023-05-08 12:58:51 +02:00
cketti
4afb1d77ca
Merge pull request #6882 from thundernest/allow_todo_comment
Change detekt config to allow TODO comments
2023-05-08 12:56:15 +02:00
cketti
d407f18b11
Merge pull request #6878 from thundernest/check_UriParser_startPos_argument
Explicitly check `startPos` parameter in `UriParser.parseUri()` implementations
2023-05-08 11:37:39 +02:00
cketti
5b37a33b30 Change detekt config to allow TODO comments 2023-05-07 21:02:11 +02:00
cketti
b1f876cbdc
Merge pull request #6876 from thundernest/manifest_changes
Explicitly set manifest attribute "hasFragileUserData" to false
2023-05-05 18:06:03 +02:00
cketti
626a9c318c
Merge pull request #6877 from thundernest/secure_random
Switch from `Random` to `SecureRandom`
2023-05-05 17:55:37 +02:00
cketti
3270cc5a6e
Merge pull request #6873 from thundernest/remove_webdav_code
Remove WebDAV code
2023-05-05 17:51:11 +02:00
cketti
3de2d3af40 Validate startPos parameter in UriParser.parseUri() implementations 2023-05-05 17:32:53 +02:00
cketti
0644407ff6 Convert HttpUriParserTest to Kotlin 2023-05-05 17:12:52 +02:00
cketti
745ebd96a0 Rename .java to .kt 2023-05-05 17:09:25 +02:00
cketti
79078344c2 Switch from using Random to SecureRandom 2023-05-05 16:35:30 +02:00
cketti
b56e444a74 Explicitly set manifest attribute "hasFragileUserData" to false 2023-05-05 16:21:26 +02:00
cketti
338d7c25c0
Merge pull request #6874 from thundernest/remove_outdated_docs
Remove outdated app store descriptions
2023-05-04 22:48:14 +02:00
cketti
cb538d1efd Remove outdated app store descriptions 2023-05-04 22:47:29 +02:00
cketti
ff188cdfb5 Remove WebDAV code 2023-05-04 22:14:00 +02:00
Wolf-Martell Montwé
6678c5a491
Merge pull request #6871 from thundernest/bump_dependencies
Bump dependencies
2023-05-03 15:20:32 +00:00
cketti
1de820571a
Merge pull request #6860 from thundernest/autoconfig_provider
Change autoconfig code to match Thunderbird's current behavior
2023-05-03 16:53:18 +02:00
Wolf Montwé
b6c403523b
Bump Mockito to 5.3.1 2023-05-03 16:43:21 +02:00
Wolf Montwé
50cbd0b9c8
Bump AndroidX Compose Bom to 2023.04.01, Activity to 1.7.1 and SplashScreen to 1.0.1 2023-05-03 16:43:06 +02:00
Wolf Montwé
e3440a60d9
Bump Android Gradle Plugin 8.0.0 -> 8.0.1 2023-05-03 16:24:15 +02:00
Wolf-Martell Montwé
0c4cc1ff33
Merge pull request #6858 from thundernest/add_account_setup_screens
Add account setup screens
2023-05-02 13:45:38 +00:00