cketti
c462cc2bb6
Merge pull request #6081 from Lampotrias/Fix-bug-5983
...
Missing back button in settings
2022-05-24 16:44:07 +02:00
Mihail Mitrofanov
f0535c6217
The back button now appears in AccountSetupIncoming and AccountSetupOutgoing only in edit mode
...
* Condition Intent.ACTION_EDIT.equals(getIntent().getAction());
2022-05-24 15:35:57 +02:00
Mihail Mitrofanov
8fa9b7fbe6
Fix #5983 . Missing back button
...
Add back button in below activities:
* AccountSetupComposition (item "Composition defaults")
* AccountSetupOutgoing (item "Outgoing server")
* AccountSetupIncoming (item "Incoming server")
2022-05-23 16:22:20 +02:00
cketti
e1ff582cac
Merge pull request #6078 from k9mail/convert_to_kotlin
...
Convert `AccountSetupCheckSettings` to Kotlin
2022-05-23 13:03:45 +02:00
cketti
f71615f6aa
Convert AccountSetupCheckSettings
to Kotlin
2022-05-21 19:59:17 +02:00
cketti
af2d031385
Rename .java to .kt
2022-05-21 19:40:54 +02:00
cketti
c78d70719b
Merge pull request #6075 from k9mail/convert_to_kotlin
...
Convert `AccountSetupBasics` to Kotlin
2022-05-20 23:50:14 +02:00
cketti
fa803526d2
Convert AccountSetupBasics
to Kotlin
2022-05-20 23:18:08 +02:00
cketti
bf5924d288
Rename .java to .kt
2022-05-18 17:46:21 +02:00
cketti
4a03b58944
Merge pull request #6066 from k9mail/fix_imap_xoauth2_flow
...
Fix XOAUTH2 response parsing in IMAP code
2022-05-11 11:40:40 +02:00
cketti
553cbbb87f
Only use XOAuth2ChallengeParser
on continuation requests
2022-05-11 01:43:57 +02:00
cketti
35ced0f3ef
Add Logger
implementation for tests
2022-05-11 01:43:57 +02:00
cketti
bf6ae48658
Convert RealImapConnectionTest
to Kotlin
2022-05-11 01:43:57 +02:00
cketti
f26d0410ba
Rename .java to .kt
2022-05-11 00:41:02 +02:00
cketti
2205202769
Merge pull request #6056 from k9mail/deandroidify
...
JVM-ify mail libraries
2022-05-03 17:15:48 +02:00
cketti
e7032255c6
JVM-ify mail libraries
2022-05-02 20:05:00 +02:00
cketti
171c0eca43
Use DefaultHostnameVerifier
from Apache's httpclient5
2022-05-02 20:05:00 +02:00
cketti
3690972274
Merge pull request #6055 from k9mail/trim_robolectric_usage
...
Remove Robolectric from a lot of tests
2022-05-02 20:04:46 +02:00
cketti
fdb8655f3a
Remove Robolectric from a lot of tests
2022-05-02 17:08:22 +02:00
cketti
7135afb162
Merge pull request #6054 from k9mail/move_mime_type_handling
...
Move MIME type utility functions to `:k9mail:app:core`
2022-05-02 17:07:34 +02:00
cketti
ad337c0395
Move mime type utility functions to :k9mail:app:core
2022-05-02 14:41:55 +02:00
cketti
4cbd8424ee
Merge pull request #6053 from k9mail/jvm_logging
...
Replace usages of Timber in mail libraries
2022-05-02 14:41:40 +02:00
cketti
d69c1f4c46
Add simple logging abstraction
...
Once there's a JVM artifact for Timber, hopefully all we have to do is replace the imports again.
2022-05-02 02:44:35 +02:00
cketti
ff48609b6f
Remove CertificateValidationException
's dependency on the Android SDK
2022-05-02 02:44:34 +02:00
cketti
6685912cc4
Merge pull request #6052 from k9mail/deandroidify_Address
...
Remove Address's dependency on `Rfc822Tokenizer`
2022-05-02 02:44:17 +02:00
cketti
c61dc117d2
Replace usage of android.text.util.Rfc822Token[izer]
in Address
...
At some point we need to clean up our email address parser mess. But for now we just copy Android's implementation of `Rfc822Token` and `Rfc822Tokenizer`.
2022-05-01 23:54:29 +02:00
cketti
2abe7d2b9f
Replace usage of android.text.TextUtils
in Address
2022-05-01 23:22:00 +02:00
cketti
e619d38143
Merge pull request #6049 from k9mail/fix_smtp_starttls
...
Fix SMTP not working when STARTTLS is configured
2022-05-01 16:48:23 +02:00
cketti
1280f43cba
Fix STARTTLS bug in SmtpTransport
2022-05-01 01:31:46 +02:00
cketti
0a05802843
Use our standard read/connect timeouts in SmtpTransport
2022-05-01 01:25:05 +02:00
cketti
d93f690c0e
Merge pull request #6045 from k9mail/replace_JSONObject
...
Replace usage of `JSONObject` with Moshi
2022-04-29 00:11:34 +02:00
cketti
906cc19b6e
Replace usage of JSONObject
with Moshi
2022-04-28 23:23:44 +02:00
cketti
9cece907d3
Merge pull request #6044 from k9mail/clean_up_OAuth2TokenProvider
...
Clean up `OAuth2TokenProvider`
2022-04-28 23:20:50 +02:00
cketti
6ea0bab0cf
Remove SuppressLint
annotations
2022-04-28 22:42:44 +02:00
cketti
4b1dc23ebb
Remove unused code from OAuth2TokenProvider
2022-04-28 22:39:39 +02:00
cketti
a5b9cea58c
Merge pull request #6043 from k9mail/move_DefaultTrustedSocketFactory
...
Move `DefaultTrustedSocketFactory`
2022-04-28 22:37:39 +02:00
cketti
7f343e4fd1
Move DefaultTrustedSocketFactory
2022-04-28 22:18:14 +02:00
cketti
4ad2e04cff
Decouple WebDavSocketFactory
from DefaultTrustedSocketFactory
2022-04-28 22:02:48 +02:00
cketti
e4b82ad37b
Merge pull request #6041 from k9mail/moving_things
...
Move `MailTo` and `ListHeaders` classes
2022-04-28 21:34:17 +02:00
cketti
e2609f3a46
Move MailTo
and ListHeaders
classes
2022-04-28 18:56:53 +02:00
cketti
4a9a7baf79
Merge pull request #6040 from schlagi123/replace-android-annotations
...
Replace androidx.annotation.* Annotations
2022-04-28 17:45:35 +02:00
Bastian Wilhelm
d71e5b40ac
Replace AndroidX annotations with the ones from JetBrains
2022-04-28 14:52:48 +02:00
cketti
27d296f873
Merge pull request #6036 from k9mail/remove_apg_references
...
Silently ignore the APG crypto provider if found
2022-04-26 20:51:54 +02:00
cketti
6740cd9597
Merge pull request #6033 from k9mail/rewrite_deflow
...
Rewrite `FlowedMessageUtils.deflow()`
2022-04-26 20:50:28 +02:00
cketti
53ea4fcc2d
Silently ignore the APG crypto provider if found
2022-04-25 23:35:48 +02:00
cketti
f69a6dc2b9
Update links to user manual
2022-04-25 17:42:48 +02:00
cketti
ef8d9abed3
Rewrite FlowedMessageUtils.deflow()
...
This new version should use a lot less allocations.
2022-04-22 16:28:47 +02:00
cketti
f7b6b8371f
Rename .java to .kt
2022-04-22 16:28:44 +02:00
cketti
77227b3290
Merge pull request #6030 from k9mail/fix_format_flowed
...
Fix bug in `FlowedMessageUtils.deflow()`
2022-04-22 16:27:28 +02:00
cketti
2f78315cb4
Fix bug in FlowedMessageUtils.deflow()
...
Properly handle the case when a quoted flowed line is followed by an empty line.
2022-04-21 02:56:00 +02:00