Commit graph

7029 commits

Author SHA1 Message Date
Philip Whitehouse
a2e33fcc23 Merge branch 'upstream-master' into json-pending-command-rebase 2017-02-05 01:21:36 +00:00
cketti
1c1be7ff8e Merge pull request #2178 from philipwhiuk/fixArrayResourceLintWarning
SliderPreference - Fix lint warning
2017-02-05 01:40:44 +01:00
cketti
8c55e571f8 Merge pull request #2169 from k9mail/GH-1822_remove_parcelable_from_intent
Fix notification actions
2017-02-05 01:39:11 +01:00
Philip
f491e00bc5 Merge pull request #2158 from philipwhiuk/databaseMigrationVerification
Test and fix database upgrade process
2017-02-04 23:36:27 +00:00
Philip
b79673bf6f Merge pull request #2174 from philipwhiuk/addDebugToMessagingController
Add additional debug to diagnose message sync issues
2017-02-04 23:25:22 +00:00
Philip
4564f57f01 Merge pull request #2182 from philipwhiuk/fixHardcodedText
Move hardcoded text to string resources
2017-02-04 23:25:02 +00:00
Philip
7aa4462115 Merge pull request #2184 from philipwhiuk/abstractK9Activity
Make base activities abstract
2017-02-04 23:24:12 +00:00
Philip
d5a6286cb7 Merge pull request #2172 from philipwhiuk/emailHelperTest
Tests for EmailHelper
2017-02-04 22:49:35 +00:00
Philip
981ef44b55 Merge pull request #2171 from philipwhiuk/openPgpApiHelperTest
Tests for OpenPgpApiHelper
2017-02-04 22:49:10 +00:00
Philip
929f91ab56 Merge pull request #2170 from philipwhiuk/cacheTests
Basic behavioural tests of the EmailProviderCache
2017-02-04 22:48:51 +00:00
cketti
2d84b41e5c Merge pull request #2159 from k9mail/jsoup_preparation
Code refactoring in preparation of HtmlCleaner replacement
2017-02-04 23:36:26 +01:00
Philip Whitehouse
5efe6b2cf7 Make base activities abstract 2017-02-04 22:04:32 +00:00
cketti
a52e0bd60a Avoid exception in MigrationTo43 during database tests 2017-02-04 22:50:06 +01:00
cketti
c3b4e0cfc2 Clean up StoreSchemaDefinitionTest 2017-02-04 22:34:31 +01:00
Philip Whitehouse
b7ed3b9d88 Move hardcoded text to string resources 2017-02-04 21:21:19 +00:00
cketti
4805af02bf Code style fixes 2017-02-04 21:43:25 +01:00
Philip Whitehouse
4cd7fd6e47 MessageProviderTest - Clean up cursor usage 2017-02-04 18:01:27 +00:00
Philip Whitehouse
76b9860e09 SliderPreference - Fix lint warning 2017-02-04 17:56:24 +00:00
Philip Whitehouse
859db0ce10 MessageProvider - Test basic behaviour 2017-02-04 15:56:42 +00:00
Philip Whitehouse
15f199de36 MessageProvider - Refactor declaration of projections and ensure accounts are listed in unread queries 2017-02-04 15:56:14 +00:00
Philip Whitehouse
07416badc8 Fix issue performing searches when a special folder is null 2017-02-04 15:55:02 +00:00
Philip Whitehouse
8512b23633 Update Espresso-Core test library to v2.2.2 2017-02-04 15:54:01 +00:00
Philip Whitehouse
8e06956d98 Tests for OpenPgpApiHelper 2017-02-04 11:21:15 +00:00
Philip Whitehouse
67e304a42a Add additional debug to diagnose message sync issues 2017-02-04 11:06:45 +00:00
cketti
0a76ea609c Simplify MessageReference.equals() and hashCode() and add tests 2017-02-04 02:03:18 +01:00
Philip Whitehouse
0b9fb4c2ad Tests for EmailHelper 2017-02-04 00:25:22 +00:00
Philip Whitehouse
39804b8e3c Basic behavioural tests of the EmailProviderCache 2017-02-03 23:41:05 +00:00
cketti
957b618092 Don't use Parcelable in Intents that can be launched from notifications 2017-02-03 06:05:45 +01:00
cketti
9b7ed6e9a6 Make MessageReference not implement Parcelable anymore 2017-02-03 06:00:36 +01:00
cketti
8760849f79 Refactor MessageReference 2017-02-03 03:12:32 +01:00
cketti
7fd404c1dd Remove unused method 2017-02-02 20:56:01 +01:00
cketti
f1457d58f6 Remove unused imports 2017-02-02 19:37:28 +01:00
cketti
3380ea986e Fix order of modifiers 2017-02-02 19:36:38 +01:00
cketti
c60f97fb7e Merge pull request #2069 from k9mail/optimize-message-sync
Don't load all local message metadata into memory during synchronize
2017-01-31 20:24:53 +01:00
cketti
8030977d68 Merge pull request #2125 from philipwhiuk/draftNeedsSavingImproved
Better determination of whether a draft needs saving
2017-01-31 20:21:48 +01:00
cketti
3bd84de9c9 Merge pull request #2144 from k9mail/GH-2134_authentication_failure_handling
Handle connection closing after authentication failure
2017-01-31 20:17:57 +01:00
cketti
e8cddf6a28 Remove unnecessary import 2017-01-31 17:29:28 +01:00
Philip Whitehouse
4a8d93b572 Add missing indexes in new database migration step 2017-01-31 12:51:47 +00:00
cketti
1ffaf1d392 Move classes related to message quoting to dedicated package 2017-01-31 05:58:24 +01:00
cketti
695432f6cf Add tests for signature removers 2017-01-31 05:58:24 +01:00
Philip Whitehouse
0c5fedb504 Add tests for database migration 2017-01-30 23:49:44 +00:00
Philip Whitehouse
67ade96101 Better determination of whether a draft needs saving 2017-01-30 21:22:07 +00:00
cketti
fc0e83cca2 Extract code to remove a message signature 2017-01-30 03:32:03 +01:00
cketti
d5194a1c34 Extract BodyTextExtractor from QuotedMessageHelper 2017-01-29 23:19:43 +01:00
cketti
2c04f66346 Move HTML-related classes to 'html' package 2017-01-29 23:04:36 +01:00
cketti
f228abd348 Avoid NullPointerException and creation of Date instances 2017-01-29 20:43:14 +01:00
cketti
219b6272e0 Merge pull request #2151 from philipwhiuk/AddressCleanup
Address file clean-up
2017-01-29 18:48:26 +01:00
Philip Whitehouse
6cefc83d33 Ignore the captures folder - generated by AndroidStudio 2017-01-29 14:43:20 +01:00
Philip Whitehouse
5a51523cc9 Address file clean-up 2017-01-29 11:27:20 +00:00
Vincent Breitmoser
79c65d4cff don't load all local message metadata into memory during synchronize 2017-01-27 19:33:17 +01:00