Vincent Breitmoser
|
27b1105ed9
|
fts: delete from fulltext index when message is destroy()ed
|
2016-04-22 13:22:17 +02:00 |
|
Vincent Breitmoser
|
24dd63e0fe
|
fts: add simple migration path
|
2016-04-22 13:22:17 +02:00 |
|
Vincent Breitmoser
|
8c4fcaec4b
|
fts: working fts, first iteration
|
2016-04-22 13:22:17 +02:00 |
|
Vincent Breitmoser
|
e888ab8b4a
|
rename preview package to extractors
|
2016-04-22 13:22:17 +02:00 |
|
Vincent Breitmoser
|
126a75c12f
|
use BoundedInputStream to limit checked preview length
|
2016-04-22 13:22:17 +02:00 |
|
cketti
|
e8d04338e2
|
Merge pull request #1310 from k9mail/trimMessageCompose
Move static methods and classes out of MessageCompose
|
2016-04-22 05:59:00 +02:00 |
|
cketti
|
b160e21e13
|
Merge pull request #1307 from k9mail/GH-1275_threaded_message_list_display_error
Fix duplicate thread bug (take 2)
|
2016-04-22 05:57:39 +02:00 |
|
cketti
|
4b22434a19
|
Remove unessential files from openpgp-api library
|
2016-04-22 04:33:24 +02:00 |
|
cketti
|
e16211c89b
|
Update Android Gradle plugin to 2.0.0
|
2016-04-22 03:55:31 +02:00 |
|
cketti
|
df9ea983c0
|
Update build tools to 23.0.3
|
2016-04-22 03:54:59 +02:00 |
|
cketti
|
dfa64e313c
|
Update to Gradle 2.12
|
2016-04-22 03:42:50 +02:00 |
|
cketti
|
4c56bb7660
|
Remove android-sdk-manager
|
2016-04-22 03:42:06 +02:00 |
|
cketti
|
0fd482c362
|
Make Travis CI use android-23
|
2016-04-22 03:37:43 +02:00 |
|
Philip Whitehouse
|
bb8042669b
|
Add tests for searchLocalMessagesSynchronous
|
2016-04-21 20:52:38 +01:00 |
|
cketti
|
3d34d24a70
|
Merge pull request #1300 from k9mail/prevent_ImapConnection_reuse
Prevent ImapConnection reuse
|
2016-04-21 21:42:56 +02:00 |
|
cketti
|
8e7d3f8447
|
Merge pull request #1311 from k9mail/messageListFragmentTrim
Pull the comparators out of MessageListFragment
|
2016-04-21 21:42:05 +02:00 |
|
Philip Whitehouse
|
da8b0c56e4
|
Tests for MessagingController
|
2016-04-21 01:51:02 +01:00 |
|
Philip
|
edf15efe7c
|
Merge pull request #1312 from ligi/add_quoting_test_and_fix_documentation
Add quoting test and fix documentation
|
2016-04-20 11:28:50 +01:00 |
|
ligi
|
e7d022de30
|
Add test for Address quotation and fix javadoc
|
2016-04-20 04:56:59 +02:00 |
|
ligi
|
6f26ac6caa
|
Add support-annotations
|
2016-04-20 04:41:49 +02:00 |
|
ligi
|
34a513f079
|
Shorten code (#1308)
|
2016-04-20 00:23:53 +02:00 |
|
Philip Whitehouse
|
42698b40a3
|
Repackage new classes
|
2016-04-19 23:21:21 +01:00 |
|
Philip Whitehouse
|
78b1de8db4
|
Pull the comparators out of MessageListFragment
|
2016-04-19 23:05:45 +01:00 |
|
Philip Whitehouse
|
9b2746fb9b
|
Move IdentityAdapter and Action creation static methods and classes out of MessageCompose
|
2016-04-19 22:42:27 +01:00 |
|
Philip
|
86374b25fa
|
Merge pull request #1309 from ligi/fix_cperr
Fix error when setting body from mailto: link
|
2016-04-19 22:13:15 +01:00 |
|
ligi
|
aede223301
|
Fix Copy and Paste error
|
2016-04-19 22:50:08 +02:00 |
|
cketti
|
c709c9d987
|
Fix duplicate thread bug
This time hopefully without introducing a new bug.
|
2016-04-19 01:29:36 +02:00 |
|
cketti
|
60f6af03bf
|
Fix EmailProviderTest to actually test for issue #1275
|
2016-04-19 01:29:36 +02:00 |
|
cketti
|
63ae1ea24b
|
Merge pull request #1306 from ligi/wip/use_systemclock
Replace Thread.sleep() with SystemClock.sleep()
|
2016-04-19 01:20:52 +02:00 |
|
ligi
|
f9a42037c3
|
Replace Thread.sleep() with SystemClock.sleep()
|
2016-04-19 01:15:05 +02:00 |
|
cketti
|
9ab2029c27
|
Revert "Fix duplicate thread bug"
This reverts commit 050316ea91 .
|
2016-04-18 23:31:21 +02:00 |
|
cketti
|
aa084b93e5
|
Rename ImapConnection.isOpen() to isConnected()
|
2016-04-18 03:55:35 +02:00 |
|
cketti
|
d7cc579391
|
Don't allow ImapConnection to be opened twice
|
2016-04-18 03:24:23 +02:00 |
|
cketti
|
f65b95a0cb
|
Throw if ImapConnection.open() is called after it has been closed
|
2016-04-18 00:55:01 +02:00 |
|
cketti
|
97ea67dc01
|
Merge pull request #1294
Close underlying streams
|
2016-04-16 20:53:20 +02:00 |
|
cketti
|
1cd4d87068
|
Apply current code style
|
2016-04-16 20:52:14 +02:00 |
|
Philip Whitehouse
|
af7e0ac4cb
|
Close underlying streams
|
2016-04-16 20:46:37 +02:00 |
|
cketti
|
6ab90e5805
|
Merge branch 'GH-1275_threaded_message_list_display_error'
|
2016-04-15 19:47:27 +02:00 |
|
Philip Whitehouse
|
b6b1e64f55
|
Fix for a concurrent modification exception on provided account list
|
2016-04-15 19:37:15 +02:00 |
|
Philip Whitehouse
|
289c93d9d1
|
General testing for the EmailProvider and verification of fix for #1275
|
2016-04-15 19:37:10 +02:00 |
|
cketti
|
855f1c3d5d
|
Merge pull request #1279 from philipwhiuk/GH-1277-themeRecipientToken
Move recipient token to theme file define for dark theme - fixes #1277
|
2016-04-13 12:37:29 +02:00 |
|
cketti
|
442e8e1204
|
Merge pull request #1280 from philipwhiuk/GH-746-replaceHardcodedBlackField
Use themable colour for emphasized notifications - fixes #746
|
2016-04-13 12:36:58 +02:00 |
|
Philip Whitehouse
|
ef04d07af0
|
Use themable colour for emphasized notifications - fixes #746
|
2016-04-13 01:47:53 +01:00 |
|
Philip Whitehouse
|
2d67b499f2
|
Move recipient token to theme file and define different for dark theme - fixes #1277
|
2016-04-12 21:59:58 +01:00 |
|
cketti
|
78715ed29f
|
Merge pull request #1248 from k9mail/GH-879_notify_on_authentication_failure
Notify user on authentication failure
|
2016-04-11 22:57:00 +02:00 |
|
cketti
|
050316ea91
|
Fix duplicate thread bug
Fixes #1275
|
2016-04-11 22:04:07 +02:00 |
|
cketti
|
ba4121aa25
|
Merge pull request #1262 from k9mail/gh-1250-backportUpdateMessageRef
Backport updating message reference flags from earlier commit - fixes #1250
|
2016-04-09 11:20:55 +02:00 |
|
cketti
|
218ac4be6c
|
Merge pull request #1205
Handle unsupported message types - display a toast if we fail create the message
|
2016-04-09 11:11:16 +02:00 |
|
cketti
|
cb260d0f9e
|
Minor code cleanup
|
2016-04-09 11:10:45 +02:00 |
|
cketti
|
3840b875f5
|
Merge pull request #1260 from k9mail/optionalSizeParam
Size extension parameter is optional - ignore null/empty value
|
2016-04-09 10:51:40 +02:00 |
|