1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
Commit Graph

5333 Commits

Author SHA1 Message Date
cketti
2011655344 Update build tools version for subprojects 2014-12-19 02:57:39 +01:00
cketti
df8a823e41 Add support for recording code coverage 2014-12-18 14:15:45 +01:00
cketti
3760ca95d5 Add checkstyle to tests-on-jvm project 2014-12-18 14:15:45 +01:00
cketti
3f7fc83d58 Add findbugs to Gradle build 2014-12-18 13:39:59 +01:00
cketti
fd02085946 Remove JUnitReportTestRunner 2014-12-18 13:39:59 +01:00
Jan Berkel
043df7e7c5 Decouple K9mail logging 2014-12-18 12:48:10 +01:00
Jan Berkel
714acabf83 Inverse dependencies 2014-12-18 12:22:01 +01:00
Jan Berkel
66dd4990b1 Move tests to JVM + convert to modern syntax 2014-12-18 12:00:49 +01:00
Jan Berkel
0a6920c63e Refactor IMAP code + tests 2014-12-18 11:24:43 +01:00
Jan Berkel
6a1fee90ee Use 1.6 source compatibility for now 2014-12-18 10:07:18 +01:00
Jan Berkel
0f476978ce mail.store.* cleanups 2014-12-18 09:33:09 +01:00
Jan Berkel
3c38cb2d7f Not needed anymore 2014-12-17 20:38:41 +01:00
Jan Berkel
e1fe6a97e1 Leftover 2014-12-17 20:34:17 +01:00
Jan Berkel
51bc464449 Decouple AuthType / ConnectionSecurity from main app 2014-12-17 20:32:41 +01:00
cketti
9c7776d289 Remove leading/trailing spaces from search string
Some keyboards insert a trailing space when doing word completion.
2014-12-17 19:17:58 +01:00
Jan Berkel
2f30b3956d Dependency Inversion, remove K9.app references 2014-12-17 17:42:22 +01:00
Jan Berkel
b36c788ce0 Move ImapConnection out 2014-12-17 17:16:18 +01:00
Jan Berkel
16f8a3ef14 Remove trusted socket factory statics 2014-12-17 16:43:55 +01:00
Jan Berkel
27e0c75021 Move exception error strings out of mail package 2014-12-17 16:24:52 +01:00
Jan Berkel
ac33de6310 Fix EOLConvertingOutputStream + add test
Add test for another EOLConvertingOutputStream edge case

Fix bug in EOLConvertingOutputStream

Swap order

Simplify
2014-12-17 14:27:37 +01:00
Jan Berkel
7c79e7c6b5 Forward test 2014-12-17 12:57:18 +01:00
Jan Berkel
cc6c6bf096 Tests-on-jvm should be a subproject 2014-12-17 12:47:39 +01:00
Jan Berkel
5248350953 Clean up tests 2014-12-17 12:46:53 +01:00
cketti
b091ae4fa0 Merge pull request #515 from k9mail/avoid_using_application
Favor Context over Application
2014-12-17 05:54:00 +01:00
cketti
e447257414 Stop using K9.app where easily possible 2014-12-17 05:25:46 +01:00
cketti
328405419a Don't require Application when a Context instance will do 2014-12-17 05:22:24 +01:00
cketti
86487a738d Make Gradle task testOnJVM only depend on assembleDebug 2014-12-17 03:17:08 +01:00
cketti
deb11b2226 Merge pull request #516 from k9mail/untangle-network-code
Untangle network code
2014-12-17 01:45:16 +01:00
Jan Berkel
231684936b break/centralize dependencies to K9 2014-12-16 12:54:12 +01:00
Jan Berkel
245a6330ed Move logic into MessageHelper and add tests 2014-12-16 12:17:25 +01:00
Jan Berkel
44f6a2479b Remove reference to K9#hideTimeZone() + test 2014-12-16 12:07:27 +01:00
cketti
946565347a Revert adding methods to Message and Part 2014-12-16 06:04:39 +01:00
cketti
d24998d584 Fix tests-on-jvm 2014-12-16 05:16:09 +01:00
cketti
62c5ac8e5f Rename 'accountId' to 'accountUuid' 2014-12-16 04:02:54 +01:00
cketti
23d9310c61 Remove getUuid() from StoreConfig 2014-12-16 03:32:57 +01:00
Jan Berkel
c608258494 Unused imports 2014-12-15 13:46:23 +01:00
Jan Berkel
15a4c90f27 Update javadoc 2014-12-15 13:20:42 +01:00
Jan Berkel
b443af43ae Cleanup 2014-12-15 13:01:13 +01:00
Jan Berkel
2a2e18e8b6 WS / visibility 2014-12-15 12:45:04 +01:00
Jan Berkel
36ef6df018 Remove unused method 2014-12-15 12:42:05 +01:00
Jan Berkel
7d6e6b8abe MimeUtility / Message refactor
* break MimeUtility class into manageable pieces (MessageExtractor/CharsetSupport)
 * move HTML related code out of the mail package
2014-12-15 12:26:06 +01:00
Jan Berkel
476cb1d4ce Tidy responsibilities 2014-12-14 15:58:08 +00:00
Jan Berkel
238c1650c5 Remove URLEncodingHelper dependency 2014-12-14 15:54:27 +00:00
Jan Berkel
8ef9eae0d6 local -> mailstore 2014-12-14 15:28:42 +00:00
Jan Berkel
bd697bb56d getUuid() -> getAccountUuid() 2014-12-14 15:26:38 +00:00
cketti
96413a50a3 Merge pull request #517 from pylerSM/patch-1
Removed useless line
2014-12-14 04:20:46 +01:00
cketti
209072398e Merge pull request #518 from frankdu/clean-up
Remove K9FragmentActivity
2014-12-14 04:13:44 +01:00
Frank Du
ff70bf4e22 Remove K9FragmentActivity
Because it's same with K9Activity now, no need to keep it.

Test Plan:
./gradlew installDebug, and test the MessageList activity
2014-12-13 16:05:41 -08:00
pyler
39fc962da0 Removed useless line 2014-12-13 13:56:22 +01:00
Jan Berkel
12248bca92 Fix test location 2014-12-12 15:32:36 +00:00