Commit graph

9898 commits

Author SHA1 Message Date
cketti
fd9d6f8d95 Use default Locale in QuoteDateFormatter 2020-09-20 01:04:33 +02:00
cketti
2db24bec08 Change QuoteHelper into QuoteDateFormatter 2020-09-19 20:44:54 +02:00
cketti
075fb35cd9 Get rid of QuoteHelper.QUOTE_BUFFER_LENGTH 2020-09-19 19:51:13 +02:00
cketti
e79dacd126 Use buildString() helper in TextQuoteCreator 2020-09-19 19:27:56 +02:00
cketti
8e62295f5b
Merge pull request #4945 from k9mail/update_dependencies
Update dependencies
2020-09-18 16:25:05 +02:00
cketti
29a7e6e8ed Update AndroidX Core to 1.3.1 2020-09-18 03:19:43 +02:00
cketti
0c97e2a4e0 Update Robolectric to 4.4
Replace usage of classes from transitive dependencies that are no longer available.
2020-09-18 03:14:46 +02:00
cketti
9e2487d5c3 Update Mockito to 3.5.11 2020-09-18 02:48:43 +02:00
cketti
05882616d6 Update MiniDNS to 1.0.0 2020-09-18 02:42:07 +02:00
cketti
7d9bb8f95c Update OkHttp to 4.8.1 2020-09-18 02:42:07 +02:00
cketti
fdcfcf8943 Update Material Components to 1.2.1 2020-09-18 02:42:07 +02:00
cketti
52cc56f4be Update AndroidX Test to 1.3.0 2020-09-18 02:42:07 +02:00
cketti
62d142ac6b Update AndroidX WorkManager to 2.4.0 2020-09-18 01:04:09 +02:00
cketti
b69fdff70b Update AndroidX ConstraintLayout to 2.0.1 2020-09-18 00:59:52 +02:00
cketti
f49213503b Update AndroidX AppCompat to 1.2.0 2020-09-18 00:54:42 +02:00
Dmitry Adzhiev
d718b33ef6 Use correct OpenPGP key when sending signed-only email 2020-09-18 00:38:48 +06:00
cketti
22cdb8c41f
Merge pull request #4938 from k9mail/improve_image_attachment_preview
Show image previews even when wrong MIME type is used
2020-09-09 12:52:45 +02:00
cketti
3211e3942c Show image previews even when wrong MIME type is used
More precisely, show image preview when the MIME type is application/octet-stream and the file extension maps to a supported image MIME type.
2020-09-09 12:16:03 +02:00
cketti
aea3fe1ac0 Update links in README 2020-09-06 20:28:48 +02:00
cketti
d66e8cc6c3 Update CONTRIBUTING.md 2020-09-06 20:23:08 +02:00
cketti
1efe1dbdb5
Merge pull request #4929 from GNUDimarik/issue_4127
Show SHA-256 and SHA-512 fingerprints of TLS certificates
2020-09-01 16:42:58 +02:00
Dmitry Adzhiev
bf83ff3a90 Display SHA-1, SHA-256 and SHA-512 fingerprints of TLS certificates 2020-09-01 16:27:30 +02:00
cketti
01cc5bc6e3 Update pull request template 2020-08-31 18:51:14 +02:00
cketti
9393cdf3d1
Merge pull request #4928 from k9mail/issue_templates
Use new issue template workflow
2020-08-30 19:32:41 +02:00
cketti
25bcfd7371 Use new issue template workflow 2020-08-30 19:00:11 +02:00
cketti
ed5d37cc52
Merge pull request #4923 from k9mail/more_kotlin
Convert most of :backend:imap code to Kotlin
2020-08-27 23:26:25 +02:00
cketti
9234b16c13 Convert 'ImapSync' to Kotlin 2020-08-27 22:35:36 +02:00
cketti
4dbb1ffaa0 Rename 'ImapSync' prior to conversion to Kotlin 2020-08-27 22:35:36 +02:00
cketti
f640d32a98 Convert 'UidReverseComparator' to Kotlin 2020-08-27 22:35:36 +02:00
cketti
86e51650c3 Rename 'UidReverseComparator' prior to conversion to Kotlin 2020-08-27 22:35:36 +02:00
cketti
996328e7cf Convert 'CommandSetFlag' to Kotlin 2020-08-27 22:35:36 +02:00
cketti
43398b5f5e Rename 'CommandSetFlag' prior to conversion to Kotlin 2020-08-27 22:35:36 +02:00
cketti
52156fc5c8 Convert 'CommandMoveOrCopyMessages' to Kotlin 2020-08-27 22:35:36 +02:00
cketti
c90b440a69 Rename 'CommandMoveOrCopyMessages' prior to conversion to Kotlin 2020-08-27 22:35:36 +02:00
cketti
03a1854068 Convert 'CommandMarkAllAsRead' to Kotlin 2020-08-27 22:35:36 +02:00
cketti
df2279e3e7 Rename 'CommandMarkAllAsRead' prior to conversion to Kotlin 2020-08-27 22:35:36 +02:00
cketti
621f3ab23b Convert 'CommandExpunge' to Kotlin 2020-08-27 22:35:36 +02:00
cketti
9331667733 Rename 'CommandExpunge' prior to conversion to Kotlin 2020-08-27 22:35:36 +02:00
cketti
dec364f062 Convert 'ImapBackend' to Kotlin 2020-08-27 22:35:36 +02:00
cketti
66347ff77e Rename 'ImapBackend' prior to conversion to Kotlin 2020-08-26 14:29:28 +02:00
cketti
fefe183d9a
Merge pull request #4921 from k9mail/decode_encrypted_subject
Decode encrypted subject
2020-08-25 17:31:56 +02:00
cketti
34c9cd4ffb
Merge pull request #4916 from johnjohndoe/io-extensions
Use io extension functions to make code more concise.
2020-08-25 17:21:34 +02:00
cketti
bdbd8d98b2 Decode encrypted subject 2020-08-25 17:15:00 +02:00
Tobias Preuss
f8e6e59fd6 Use io extension functions to make code more concise.
+ This change replaces a few usages of BufferedWriter, ByteArrayInputStream,
  OutputStreamWriter with their equivalent Kotlin extension functions.
2020-08-24 19:22:29 +02:00
cketti
753e03aa22 Prepare for version 5.719 2020-08-18 16:49:52 +02:00
cketti
c82b2f827e Version 5.718 2020-08-18 16:27:19 +02:00
cketti
b5f6c94275
Merge pull request #4912 from k9mail/update_translations
Update translations
2020-08-18 16:15:24 +02:00
cketti
97211358df Update translations 2020-08-17 14:12:36 +02:00
cketti
a983b082f0
Merge pull request #4908 from k9mail/recipient_chip_images
Another attempt at fixing image loading for recipient chips
2020-08-17 13:02:28 +02:00
cketti
daa75579b5 Another attempt at fixing image loading for recipient chips 2020-08-13 22:12:36 +02:00