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
Vincent Breitmoser
2fbd6f61a8
rename LocalMessage id field to databaseId
2017-08-22 16:49:58 +02:00
Vincent Breitmoser
52d76cad71
clean up LocalMessage
2017-08-22 16:19:36 +02:00
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
cketti
ddd82c660e
Fix copy&paste mistake
2017-08-21 18:11:22 +02:00
cketti
b104761c73
Add BCC font size when exporting settings
2017-08-21 18:01:12 +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
2c6634e6e7
Show BCC field in message view if present
2017-08-05 20:28:37 +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