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 |
|
Philip Whitehouse
|
e529542bba
|
Post merge clean up
|
2017-09-01 13:31:21 +02:00 |
|
Philip Whitehouse
|
589b70bb09
|
Add test for server rejecting recipient but OK to empty message
|
2017-09-01 13:31:21 +02:00 |
|
yesalam
|
346bdc8cd2
|
Not sending message if any recipients recieve negative reply.
|
2017-09-01 13:31:21 +02:00 |
|
yesalam
|
f322cbe971
|
added if(lastcommand) in catch block
|
2017-09-01 13:31:21 +02:00 |
|
yesalam
|
65b66a05fd
|
Added more test and removed some unused line
|
2017-09-01 13:31:04 +02:00 |
|
yesalam
|
8a552d46a0
|
SMTP pipelining support
|
2017-09-01 13:31:03 +02:00 |
|
cketti
|
66b5154b7d
|
Merge pull request #2715 from k9mail/GH-2714_fix_ActivityListener_crash
Fix ActivityListener crash due to concurrent modification
|
2017-09-01 01:11:52 +02:00 |
|
Vincent Breitmoser
|
fb9200d2e3
|
display toast on openpgp status retrieval error
|
2017-08-31 22:48:42 +02:00 |
|
Vincent Breitmoser
|
0b4c1b2115
|
load status from provider asynchronously
|
2017-08-31 22:48:42 +02:00 |
|
Vincent Breitmoser
|
cfb7a53cd4
|
obtain crypto status through dry-run signencrypt call
|
2017-08-31 22:48:12 +02:00 |
|
Vincent Breitmoser
|
99786e0884
|
Merge pull request #2644 from k9mail/autocrypt-update-on-display
Autocrypt parse on display
|
2017-08-31 13:40:25 +02:00 |
|
Vincent Breitmoser
|
a41e75f503
|
add autocrypt checks to MessageCryptoHelper tests
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
520bc2543d
|
split up autocrypt operations class into package
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
05361adfde
|
introduce named states in MessageCryptoHelper
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
0fe68498e0
|
change method name for less redundancy
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
8f1a892f1f
|
change autocrypt param according to updated spec
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
2e7c6cf5e8
|
nicer MessageCryptoHelper structure, and handle plain autocrypt asynchronously
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
a7aaefe404
|
fix autocrypt tests (they were still INBOME)
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
515fc21c77
|
update parameter names, and handle prefer-encrypt=mutual
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
99dea3a466
|
import keys from autocrypt headers
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
42bd8683dd
|
autocrypt operations class
|
2017-08-31 13:19:25 +02:00 |
|
Vincent Breitmoser
|
6acc2a17bb
|
update OpenPgpApi to version 12
|
2017-08-31 13:19:25 +02:00 |
|
cketti
|
0466b985db
|
Merge pull request #2682 from philipwhiuk/renameSyncClassToPollClass
Rename Sync Class to Poll Class
|
2017-08-31 04:34:59 +02:00 |
|
Vincent Breitmoser
|
4d580d539d
|
add tests for MessageCryptoHelper
|
2017-08-30 22:39:59 +01:00 |
|
Philip Whitehouse
|
8b1cfb0730
|
Some more decoder tests - see #2499
|
2017-08-30 22:37:13 +01:00 |
|
Philip
|
deaa7ce291
|
Merge pull request #2718 from pahakalle/patch-1
Add note about UI changes to Pull Request GitHub template
|
2017-08-30 22:35:49 +01:00 |
|
Philip Whitehouse
|
5e63ddd827
|
Rename Sync Class to Poll Class
|
2017-08-30 22:30:48 +01:00 |
|
Philip
|
b3f0551ff0
|
Adjust the language slightly
|
2017-08-30 22:18:26 +01:00 |
|
Kalle Laine
|
b02fc023f1
|
Update pull_request_template.md
Makes it easy to understand what the person is meaning.
|
2017-08-31 00:12:42 +03:00 |
|
cketti
|
1b364755df
|
Simplify logic in ActivityListener.getActionInProgressOperation()
|
2017-08-29 18:12:58 +02:00 |
|
cketti
|
349b7bbcee
|
Prevent concurrent access to fields in ActivityListener
|
2017-08-29 18:04:39 +02:00 |
|
cketti
|
74bcc44f3e
|
Clean up ActivityListener
No functional changes
|
2017-08-29 17:44:18 +02:00 |
|
cketti
|
8639664f7c
|
Merge pull request #2712 from philipwhiuk/fixAccountsNPE
Rework check to fix NPE
|
2017-08-29 15:51:50 +02:00 |
|
Philip Whitehouse
|
e00ff9d1fb
|
Rework check to fix NPE
|
2017-08-29 08:07:36 +01:00 |
|
Vincent Breitmoser
|
dcb8587dec
|
Show progress based on time (after 500ms), not file size (#2706)
|
2017-08-27 23:44:32 +02:00 |
|
cketti
|
ddc1b7094c
|
Merge branch 'rewrite-message-purge'
|
2017-08-24 18:08:16 +02:00 |
|
cketti
|
cfd5d8a301
|
Merge pull request #2695 from k9mail/cleanup-smtp-transport
Cleanup smtp transport
|
2017-08-23 22:56:31 +02:00 |
|
Hari
|
565e3ecec1
|
Rewrite purgeToVisibleLimit
|
2017-08-23 21:33:56 +02:00 |
|
cketti
|
65dc6d12fd
|
Merge pull request #2693 from k9mail/cleanup-localstore-classes
Cleanup localstore classes
|
2017-08-23 21:13:09 +02:00 |
|
Vincent Breitmoser
|
8b8ee1ea6d
|
rename id field to databaseId in LocalFolder
|
2017-08-23 20:33:54 +02:00 |
|
Vincent Breitmoser
|
9cb7712142
|
clean up SmtpTransport
|
2017-08-23 02:12:40 +02:00 |
|
Vincent Breitmoser
|
c4f68b873a
|
move transport uri encoding into its own class
|
2017-08-23 01:08:31 +02:00 |
|
Vincent Breitmoser
|
311efc6675
|
remove folder* prefix for field names in LocalFolder
|
2017-08-22 22:09:57 +02:00 |
|
Vincent Breitmoser
|
427906f742
|
get rid of uuid field in LocalStore
|
2017-08-22 22:09:57 +02:00 |
|
Vincent Breitmoser
|
f37f4233a2
|
remove Serializable interface from LocalStore and LocalFolder
|
2017-08-22 22:09:57 +02:00 |
|
cketti
|
b9c0c92e74
|
Merge pull request #2663 from philipwhiuk/bccView
Show BCC field in message view if present
|
2017-08-22 20:24:13 +02:00 |
|
cketti
|
2b718a879d
|
Add missing UI parts for BCC font size setting
|
2017-08-22 20:09:09 +02:00 |
|
Vincent Breitmoser
|
472733edcd
|
introduce constants for message projection column indexes
|
2017-08-22 16:49:58 +02:00 |
|