Commit graph

7312 commits

Author SHA1 Message Date
cketti
269ee2bca2 Prepare for next development iteration 2017-09-10 23:26:20 +02:00
cketti
8e970da74e Version 5.300 2017-09-10 23:19:08 +02:00
cketti
636e4224d1 Merge pull request #2752 from k9mail/update_changelog
Update changelog for 5.300
2017-09-10 23:18:04 +02:00
cketti
17853799d5 Update changelog for 5.300 2017-09-10 22:49:53 +02:00
cketti
8745fc3ef3 Copy changelog entries from 5.2-MAINT branch 2017-09-10 22:49:53 +02:00
Vincent Breitmoser
1db370a881 Merge pull request #2751 from k9mail/readd_language_selection
Bring back language selection setting
2017-09-10 22:48:13 +02:00
cketti
98db584720 Use system locale when language setting value is empty
Previously we used Locale.getDefault() which returns the currently
configured locale. So switching to the system default only worked after
a process restart.
2017-09-10 18:49:14 +02:00
cketti
2edbf99d26 Update list of languages and list of supported languages
Order list of languages alphabetically.
2017-09-10 18:48:47 +02:00
cketti
601f676bb7 Re-add language selection setting
Partly reverts commit 5816f84df0.
2017-09-10 17:11:11 +02:00
Vincent Breitmoser
471575e45b Merge pull request #2748 from k9mail/update_translations
Update translations
2017-09-09 19:07:37 +02:00
cketti
580cb981b5 Update translations 2017-09-09 18:19:11 +02:00
cketti
f1bb577fe4 Merge pull request #2743 from k9mail/fixContactPhotos
Fix retrieval of contact photos
2017-09-09 00:20:26 +02:00
Philip Whitehouse
8f631f78a2 Fix retrieval of contact photos 2017-09-08 22:57:14 +01:00
Vincent Breitmoser
e7e805ccef Merge pull request #2724 from k9mail/pipeline-support
Pipeline support
2017-09-08 14:55:07 +02:00
cketti
27c4c941f1 Merge pull request #2726 from k9mail/folderSearchHint
Make folder search hint uppercase
2017-09-06 19:35:07 +02:00
Vincent Breitmoser
de2f772f07 Merge pull request #2737 from k9mail/GH-2699_disable_caching_for_inline_images
Disable WebView caching of inline images on API 21+
2017-09-06 19:12:22 +02:00
cketti
f88f936f04 Disable WebView caching of inline images on API 21+ 2017-09-06 18:46:16 +02:00
Vincent Breitmoser
2c2064d4ba Merge pull request #2727 from k9mail/excludeDSStore
Exclude DS_Store
2017-09-02 16:46:03 +02:00
Philip Whitehouse
9872f3acf3 Exclude DS_Store 2017-09-02 15:41:06 +01:00
Philip Whitehouse
a1f856640e Make folder search hint uppercase 2017-09-02 11:36:20 +01:00
cketti
26a84d549f Merge pull request #2645 from k9mail/autocrypt-send-receive
Autocrypt header attach
2017-09-01 21:21:18 +02:00
Vincent Breitmoser
d705f2c278 fold autocrypt header lines differently 2017-09-01 19:26:10 +02:00
Vincent Breitmoser
79352d8358 do use PgpMessageBuilder if the provider state is an error
this is handled later on in SendErrorState, but we don't want to
accidentally send mails that were supposed to go out encrypted in
plaintext just because the crypto provider wasn't reachable for
some reason.
2017-09-01 17:19:41 +02:00
Vincent Breitmoser
dea3678fbe use CRLF as newline characters 2017-09-01 17:07:00 +02:00
Vincent Breitmoser
46161efce6 name parameter more correctly 2017-09-01 17:06:59 +02:00
Vincent Breitmoser
9c01929858 add some more tests for AutocryptHeader 2017-09-01 17:06:59 +02:00
Vincent Breitmoser
7cf1a3a230 add autocrypt header to outgoing cleartext mail, with tests 2017-09-01 17:06:59 +02:00
Vincent Breitmoser
9f66daed57 attach autocrypt headers to outgoing mail 2017-09-01 17:04:20 +02:00
Vincent Breitmoser
01c5493ca1 get rid of separate sign/self-encrypt key ids in message builder 2017-09-01 16:51:24 +02:00
cketti
5b6d74e80a Merge pull request #2608 from k9mail/autocrypt-compose
Autocrypt Compose
2017-09-01 16:47:35 +02:00
Vincent Breitmoser
99a1725765 improve error dialog behavior if crypto not available but enabled from menu 2017-09-01 16:19:15 +02:00
Vincent Breitmoser
c3d5dbf0b7 save draft remotely whenever crypto isn't enabled 2017-09-01 16:19:15 +02:00
Vincent Breitmoser
ac4840c910 encrypt replies by default 2017-09-01 16:19:15 +02:00
Vincent Breitmoser
a878a1c7a4 adapt unit tests 2017-09-01 16:19:15 +02:00
Vincent Breitmoser
c52211c0ec change available buttons in pgp error dialog 2017-09-01 16:19:15 +02:00
Vincent Breitmoser
9064396814 fix special mode indicator 2017-09-01 16:19:15 +02:00
Vincent Breitmoser
fc7b9b7c21 propagate display of "enabled" status to recipient tokens 2017-09-01 16:19:15 +02:00
Vincent Breitmoser
4fd39e3ba3 show "simple" crypto available indicator 2017-09-01 16:19:15 +02:00
Vincent Breitmoser
9ab04c0931 disable opportunistic encryption mode 2017-09-01 16:19:15 +02:00
Vincent Breitmoser
96c8396422 handle incompatible openpgp api version more specifically 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
08c93c3a71 handle pending intents returned from autocrypt query 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
58c1ee6ef5 introduce error dialog when moving from crypto enabled to keys unavailable state 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
f4d8425007 hide crypto status icon if unavailable 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
48de3c4c64 add "simple" crypto status to recipient dropdown 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
143079f81a wip: show descriptive dialog when user enables encryption from menu 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
2c3c77e483 handle prefer-encrypt mutual almost correctly 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
ae519a071b autocrypt status, and enable/disable on crypto status icon click 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
d8f7b8308b query autocrypt status for crypto status icon 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
dc20aa71d9 add org.autocrypt.PEER_ACTION intent-filter to MessageCompose 2017-09-01 16:19:14 +02:00
Vincent Breitmoser
f88537284f simplify MAIL FROM formatting logic 2017-09-01 15:40:08 +02:00