Commit graph

12611 commits

Author SHA1 Message Date
cketti
8c35dd5b34 Log error when creating an account fails 2023-07-17 12:39:18 +02:00
cketti
037b39a566 Fix setting account name and sender name when creating an account 2023-07-17 12:37:44 +02:00
cketti
8b07c61d18 Use signature when one was configured during account setup 2023-07-17 12:22:26 +02:00
cketti
248fd3dc2a Set folderPushMode to NONE when creating account 2023-07-17 12:17:44 +02:00
cketti
54253f785e
Merge pull request #7065 from thundernest/create_server_settings
Map IMAP advanced settings when creating `ServerSettings`
2023-07-13 17:41:14 +02:00
cketti
e24cbaaddb Map IMAP advanced settings when creating ServerSettings 2023-07-13 16:29:32 +02:00
cketti
f455566998
Merge pull request #7064 from thundernest/text_appearance_styles
Reference styles via theme attributes
2023-07-13 12:51:47 +02:00
cketti
bb84da1369
Merge pull request #7063 from thundernest/send_client_id
Add "Send client ID" to incoming server settings (IMAP)
2023-07-13 12:51:24 +02:00
cketti
588d7a7329 Use theme attribute to style outlined buttons 2023-07-12 18:28:30 +02:00
cketti
5ddffb1928 Use theme attributes instead of referencing TextAppearance styles directly 2023-07-12 18:20:30 +02:00
cketti
65c7d4bddf Remove K9.TextAppearance styles 2023-07-12 17:57:26 +02:00
cketti
cb78d34610 Add "Send client ID" to incoming server settings (IMAP) 2023-07-12 15:50:00 +02:00
cketti
b0e05ca4e4
Merge pull request #7004 from gitstart/K9-OSS-18
Message view: Account chip not displayed when viewing messages in a thread (from Unified Inbox)
2023-07-11 13:09:43 +02:00
cketti
f12ae161a2
Merge pull request #7003 from gitstart/K9-OSS-16
Deleting account doesn't change current color correctly
2023-07-10 12:59:09 +02:00
cketti
30a248444f
Merge pull request #7047 from thundernest/fix_MiniDnsMxResolver
MX lookup: Avoid exception when domain couldn't be resolved
2023-07-10 12:36:08 +02:00
cketti
06005ac9f4
Merge pull request #7046 from thundernest/fix_changelog_layout
Fix changelog layout
2023-07-10 12:35:36 +02:00
cketti
69b3f2836c
Merge pull request #7045 from thundernest/remove_appcompat_styles
Replace or remove usages of AppCompat styles
2023-07-10 12:35:05 +02:00
cketti
f5569e46d2
Merge pull request #7043 from thundernest/outgoing_authentication_type
Implement authentication type logic for outgoing server settings
2023-07-10 12:34:09 +02:00
cketti
5afa5fae98
Merge pull request #7042 from thundernest/incoming_authentication_type
Implement authentication type logic for incoming server settings
2023-07-10 12:33:51 +02:00
cketti
6394599ae3 MX lookup: Avoid exception when domain couldn't be resolved 2023-07-04 14:28:20 +02:00
cketti
6687f5dc18 Replace or remove usages of AppCompat styles 2023-07-04 12:52:20 +02:00
cketti
0f3dbff341 Fix changelog layout
The loading state wasn't displayed properly.
2023-07-04 12:43:39 +02:00
cketti
07ccf3b0cb Use AuthenticationType when creating outgoing ServerSettings 2023-07-03 18:24:42 +02:00
cketti
89b590b46d Hide username field in outgoing server settings when not needed 2023-07-03 18:19:16 +02:00
cketti
ba07e162e4 Hide password field in outgoing server settings when not needed 2023-07-03 18:16:49 +02:00
cketti
37ea82bd8f Don't show OAuth 2.0 option for POP3 accounts 2023-07-03 18:00:56 +02:00
cketti
0f6a50df73 Use AuthenticationType when creating ServerSettings 2023-07-03 18:00:56 +02:00
cketti
e80a02579a Hide password field in incoming server settings when not needed 2023-07-03 17:59:00 +02:00
Wolf-Martell Montwé
878cc45c04
Merge pull request #7040 from thundernest/add_feature_flags
Add feature flags
2023-07-03 16:04:27 +02:00
Wolf-Martell Montwé
f07b0e12a2
Merge pull request #7038 from thundernest/add_launch_import_settings
Add launch import settings
2023-07-03 16:04:15 +02:00
Wolf-Martell Montwé
c781e7032d
Add FeatureFlagFactory to K9 app and use the flag in MessageList 2023-07-03 15:37:22 +02:00
Wolf-Martell Montwé
cfee354370
Add feature flags 2023-07-03 15:37:22 +02:00
Wolf-Martell Montwé
1aa69635f5
Add launch import settings 2023-07-03 15:30:57 +02:00
Wolf-Martell Montwé
0c1921539f
Merge pull request #7037 from thundernest/add_feature_launcher
Add feature launcher
2023-07-03 14:32:34 +02:00
Wolf-Martell Montwé
771775c6c6
Disable new onboarding 2023-07-03 10:21:16 +02:00
Wolf-Martell Montwé
6cfd9481aa
Move AccountSetupFinishedLauncher to feature launcher 2023-07-03 10:21:14 +02:00
Wolf-Martell Montwé
9bf80c2266
Change AccountSetupFinishedLauncher to use custom intent for properly launching MessageList 2023-06-30 13:18:19 +02:00
Wolf-Martell Montwé
10e89e7e3e
Add onboarding entry point 2023-06-30 13:18:19 +02:00
Wolf-Martell Montwé
b9e9dced5d
Move OkHttp dependency injection to account setup 2023-06-30 13:18:18 +02:00
Wolf-Martell Montwé
4cd261dcc7
Add feature launcher module to add host activity for composable views 2023-06-30 13:18:18 +02:00
Wolf-Martell Montwé
d5c3cf3bf8
Merge pull request #7032 from thundernest/add_account_creation
Add account creation
2023-06-30 12:31:21 +02:00
Wolf-Martell Montwé
2ed0597cae
Merge pull request #7039 from thundernest/add_outgoing_authentication_type
Add authentication type to outgoing server settings screen
2023-06-30 12:18:46 +02:00
Wolf-Martell Montwé
fe180f282d
Add createAccount use case to account setup 2023-06-30 12:13:16 +02:00
Wolf-Martell Montwé
ece413d9a2
Cleanup account options 2023-06-30 12:04:27 +02:00
Wolf-Martell Montwé
5c076d4f69
Change AccountSetupExternalContract to suspend and wrap IO operations with coroutine IO dispatcher 2023-06-30 12:04:27 +02:00
Wolf-Martell Montwé
32a8f23dc7
Add create account use case 2023-06-30 12:04:27 +02:00
Wolf-Martell Montwé
1c142876d0
Add AccountOptions and state mapper 2023-06-30 12:04:27 +02:00
Wolf-Martell Montwé
5384350689
Add AccountCreator as external dependency for the account setup 2023-06-30 12:04:27 +02:00
cketti
176a1e5bb7 Add authentication type to outgoing server settings screen 2023-06-29 17:46:12 +02:00
cketti
7156b92187
Merge pull request #7035 from thundernest/add_incoming_authentication_type
Add authentication type to incoming server settings screen
2023-06-29 17:02:24 +02:00