Vincent Breitmoser
b768d2fb6f
clean up LocalStore
2017-08-22 16:19:36 +02:00
Vincent Breitmoser
dae1ca201b
clean up LocalFolder
2017-08-22 16:19:36 +02:00
Vincent Breitmoser
9e7b7706d7
Merge pull request #2692 from k9mail/delete-in-local-folder
...
move responsibility for destroying messages from LocalMessage to LocalFolder
2017-08-22 16:19:25 +02:00
Vincent Breitmoser
3f21549664
move responsibility for destroying messages from LocalMessage to LocalFolder
2017-08-22 15:37:16 +02:00
Vincent Breitmoser
74b5b01b3d
Merge pull request #2651 from philipwhiuk/pluraliseRemoteSearchDownload
...
Pluralisation of remote search download
2017-08-21 16:56:47 +02:00
Vincent Breitmoser
6423742ca3
Merge pull request #2676 from philipwhiuk/testExecuteSimpleCommandStandardBehaviour
...
Test basic behaviour of executeSimpleCommand
2017-08-21 16:20:08 +02:00
Vincent Breitmoser
6984979bf3
Merge pull request #2675 from k9mail/fix_ImapConnectionTest_failure
...
Fix ImapConnectionTest failure
2017-08-21 16:13:28 +02:00
Philip Whitehouse
9c6dc51f72
Test basic behaviour of executeSimpleCommand
2017-08-14 22:59:11 +01:00
cketti
59fda3c4d7
Make MockSmtpServer use KeyStoreProvider
2017-08-12 02:44:19 +02:00
cketti
51839cc51f
Change TrustManager to return list of "accepted issuers"
2017-08-12 02:35:52 +02:00
cketti
0f1bc05eef
Merge pull request #2595
...
Enable multi-window support in the manifest
Fixes #781
Closes #2595
2017-08-09 21:17:25 +02:00
Joshua D. Boyd
3d49578138
Enable multi-window support in the manifest.
2017-08-09 21:16:49 +02:00
cketti
9f4c6fe389
Merge pull request #2664 from philipwhiuk/classNameNoClass
...
Use No Class rather than None
2017-08-08 11:37:52 +02:00
Philip Whitehouse
98971a4e4c
Use No Class rather than None
2017-08-05 20:34:15 +01:00
Philip Whitehouse
0117c8de87
Pluralisation of remote search download
2017-07-30 13:23:50 +01:00
Vincent Breitmoser
228441bfd6
Merge pull request #2636 from clawoflight/add_date_to_exported_settings_filename
...
SettingsExporter.java: add date to export
2017-07-23 00:12:05 +02:00
Bennett Piater
3ddd7f0de9
SettingsExporter.java: add date to exported settings file name
2017-07-21 16:41:12 +02:00
Vincent Breitmoser
72af527db0
Merge pull request #2545 from k9mail/doze_improvements
...
Doze improvements
2017-06-12 10:44:00 +02:00
cketti
a8d2bfcfbb
Merge pull request #2556 from ligi/add_ethereum_uri_parser
...
Add support for ethereum (ERC-67) URIs
2017-05-29 14:51:02 +02:00
ligi
44e2954b20
Add support for ethereum (ERC-67) URIs
...
see https://github.com/ethereum/EIPs/issues/67
2017-05-29 14:13:29 +02:00
cketti
2a1580434d
Merge pull request #2549 from vt0r/bugfix/android_o_rename_dup_method
...
Rename Fragment.getLayoutInflater() for Android O+
2017-05-25 06:23:29 +02:00
Salvatore LaMendola
6e07396ea3
Rename fragment.getLayoutInflater for Android O+
...
- This method name is a duplicate of a final method in class
Landroid/app/Fragment. Renaming it resolves the conflict and fixes the
crash on my Android O device.
2017-05-24 23:45:58 -04:00
cketti
da3bf8d679
Merge pull request #2435
...
Request post AUTH capabilities when not provided with them
2017-05-25 04:06:38 +02:00
cketti
f241a0a650
Clean up ImapConnectionTest
2017-05-25 03:36:22 +02:00
cketti
4fdd49b729
Merge pull request #2524 from k9mail/improve_authentication_failure_handling
...
Don't try fallback authentication for non-authentication error responses
2017-05-25 01:06:24 +02:00
cketti
c816276a3f
Merge pull request #2518 from k9mail/GH-2148_move_to_jsoup
...
Use jsoup to parse and clean HTML
2017-05-25 00:21:12 +02:00
cketti
c54b95b2c6
Don't try fallback authentication for non-authentication error responses
2017-05-25 00:14:42 +02:00
cketti
0ada7fd58c
Restart push/poll after device idle mode (Doze) has been left
2017-05-24 06:07:49 +02:00
cketti
949902a860
Extract checks for Doze support to separate class
2017-05-23 22:35:30 +02:00
cketti
754837d5ef
Merge pull request #2521 from GoneUp/settings_fix
...
Fixed import/export of crypto settings
2017-05-02 04:21:44 +02:00
cketti
cc2c242c1f
Merge pull request #2519 from k9mail/fix_linkifying_of_https_uris
...
Fix linkify issue with https: and rtsp: URIs
2017-05-02 04:20:18 +02:00
Vincent Breitmoser
231b46f278
Merge pull request #2516 from k9mail/insecure-warning
...
Security Warnings
2017-04-30 23:35:32 +02:00
cketti
b52d7c7cd8
Fix linkify issue with https: and rtsp: URIs
2017-04-30 02:42:07 +02:00
cketti
aa3ae3bdf6
Update list of libraries in About dialog
2017-04-30 02:20:53 +02:00
cketti
8811aac057
Remove HtmlCleaner
2017-04-30 02:20:53 +02:00
cketti
6d06b332a7
Use jsoup in HtmlSignatureRemover
2017-04-30 02:20:53 +02:00
cketti
268189c1b0
Use jsoup in HtmlProcessor and HtmlSanitizer
2017-04-30 02:20:53 +02:00
Vincent Breitmoser
4315621ad4
add detail button for insecure state in crypto info dialog
2017-04-29 22:42:06 +02:00
Vincent Breitmoser
524b074116
add individual state for insecure encryption
2017-04-29 22:42:06 +02:00
Vincent Breitmoser
18b09b3bee
handle override flag from service, and indicate support for it
2017-04-29 22:42:06 +02:00
Vincent Breitmoser
8a4fd60165
show detail button in warning dialog, if pending intent is available
2017-04-29 22:42:06 +02:00
cketti
febb7448dd
Introduce HtmlProcessor
2017-04-29 02:05:50 +02:00
cketti
0627ff5f87
Merge pull request #2500 from k9mail/GH-999_attachment_download_progress
...
Show progress for attachment downloads
2017-04-28 23:29:21 +02:00
GoneUp
35a29ec456
Fixed non-matching setting keys #2503
2017-04-26 22:13:11 +02:00
cketti
777ca0bda4
Merge pull request #2508 from espiv/master
...
Add espiv.net and squat.gr settings
2017-04-20 20:06:08 +02:00
Prometheus
5191421f51
Add espiv.net and squat.gr settings
2017-04-20 10:01:32 +03:00
cketti
5e34ad7d36
Merge pull request #2505 from micah/patch-1
...
Add autoconfig settings for riseup.net
2017-04-19 02:45:20 +02:00
micah
c8dca0b1c4
Add autoconfig settings for riseup.net
2017-04-18 16:56:57 -04:00
cketti
6fc29901f1
Merge pull request #2502 from xshadow/master
...
Add autoconfig settings for systemli.org
2017-04-17 17:22:34 +02:00
shadow
f4cf3ce5a8
Add autoconfig settings for systemli.org
2017-04-17 16:01:11 +02:00