cketti
4aad31e05a
Bump version to 5.101
2014-10-10 13:42:52 -04:00
cketti
d2bfcab939
Update changelog for 5.101
2014-10-10 13:39:30 -04:00
cketti
c3c8221d4a
Set minSdkVersion + targetSdkVersion via build.gradle
...
Without this building with Gradle adds a 'maxSdkVersion' attribute to the manifest. This seems to cause the targetSdkVersion value being ignored. And with a targetSdkVersion value lower than 16 the permissions READ_CONTACTS/WRITE_CONTACTS imply READ_CALL_LOG/WRITE_CALL_LOG. But we don't need/want those permissions.
2014-10-10 13:15:48 -04:00
cketti
7945aab8a7
Merge pull request #9 from k9mail/art/interface-not-impl
...
use interfaces, not implementions
2014-10-07 23:00:11 -04:00
cketti
0f844fd4d2
Bump version to 5.100
2014-10-07 21:50:15 -04:00
cketti
270160e65a
Support reading signing config values from Gradle properties
2014-10-07 21:40:42 -04:00
cketti
87acbb7cac
Update changelog for 5.100
2014-10-07 21:30:55 -04:00
cketti
06d1a2471a
Change text in feature graphic
2014-10-07 21:27:45 -04:00
Joe Steele
a141457886
Revert "Implement SSL file-based session caching"
...
This reverts commit 43c38a047f
.
2014-10-07 21:23:04 -04:00
Art O Cathain
40102d560d
Set interface makes more sense for flags
2014-10-05 12:40:35 +01:00
Art O Cathain
195f28db00
Revert accidental change
2014-10-05 12:23:43 +01:00
Art O Cathain
444756839c
EnumSet is more efficient than HashSet
2014-10-05 12:08:55 +01:00
Art O Cathain
fe7c0ebfac
simplify following code review
2014-10-05 11:57:11 +01:00
Art O Cathain
159017e91d
removed unneeded variables and clarified names
2014-10-05 11:50:04 +01:00
Art O Cathain
d38f21265d
use isEmpty instead of size() == 0 for clarify
2014-10-05 10:37:50 +01:00
Art O Cathain
02c0b5f2a3
Use collections instead of arrays to enable stronger typing and reduce cruft
2014-10-05 10:37:36 +01:00
Art O Cathain
203dcfe2c3
use interfaces, not implementions
2014-10-04 12:00:48 +01:00
tobiasbaum
dadf5e0865
Merge pull request #7 from artbristol/art/tidying
...
Art/tidying
2014-09-29 22:15:59 +02:00
Art O Cathain
010d8c9f7e
always use import for UrlEncodingHelper
2014-09-29 18:06:21 +01:00
tobiasbaum
b8870493cd
Merge pull request #6 from tobiasbaum/master
...
More small refactorings
2014-09-28 20:10:37 +02:00
Art O Cathain
2226ae6a8e
fix IDE error
2014-09-28 12:48:46 +01:00
Art O Cathain
c438bc1222
remove some more catches
2014-09-28 12:09:34 +01:00
Art O Cathain
afb65d5ad7
remove some try-catch cruft
2014-09-28 11:39:32 +01:00
Art O Cathain
46d083bcad
fix warnings
2014-09-28 11:19:33 +01:00
Tobias Baum
2be10febf9
Added (still rather shallow) missing Javadocs for classes in BinaryAttachmentBody hierarchy
2014-09-22 21:55:08 +02:00
Tobias Baum
547eb74774
Changed access to mParts in MimeMultipart so that it can be private too
2014-09-22 21:54:02 +02:00
Tobias Baum
b6079d6460
UCDetector warnings: Made things private, deleted unused methods and fields
2014-09-22 21:52:59 +02:00
cketti
3b89c6a139
Merge pull request #5 from tobiasbaum/master
...
added some testcases for MimeMessage parsing + some simple refactorings (2)
2014-09-22 01:32:49 +02:00
zjw
f8ffead008
Merge pull request #498 from k9mail/manifest_fixes
...
Manifest fixes
2014-09-19 10:40:10 -04:00
cketti
8cfd73f6b7
Remove unused strings
2014-09-18 23:41:41 +02:00
cketti
ff72a63e17
Remove APG permission
2014-09-18 23:20:53 +02:00
cketti
352fb8fd25
Remove legacy APG interface
2014-09-18 23:20:49 +02:00
cketti
99991e6651
Remove option to select (legacy) APG as crypto provider
2014-09-18 19:15:53 +02:00
cketti
4105cdd3cb
Change/fix indentation of Gradle files
2014-09-18 15:18:41 +02:00
cketti
082dd953b2
Remove now unused AccessibleEmailContentActivity
2014-09-18 15:06:00 +02:00
cketti
9d93735d27
Don't "export" BootReceiver's scheduleIntent action
2014-09-18 02:27:11 +02:00
cketti
64cd587b5e
Don't export CoreReceiver
2014-09-18 02:25:34 +02:00
cketti
3612d182a1
Tidy up AndroidManifest.xml
...
Formatting only; no functional changes
2014-09-18 00:43:01 +02:00
Tobias Baum
960d7ba026
Renamed method according to review comment
2014-09-17 20:30:28 +02:00
Tobias Baum
1ea34d2378
Flagged some code with TODOs, added Javadoc for Body
2014-09-14 11:20:18 +02:00
Tobias Baum
be954d729c
Whitespace, Tabs to Spaces
2014-09-14 11:18:57 +02:00
Tobias Baum
7d32b3d462
Removed unnecessary overriding methods
2014-09-14 11:17:02 +02:00
Tobias Baum
a9aa4645af
Removed unused methods
2014-09-14 11:15:44 +02:00
Tobias Baum
545dd0db06
Added a getBodyparts method to Multipart so that foreach loops can be used. Removed unnecessary mutators from Multipart.
2014-09-14 11:13:34 +02:00
Tobias Baum
5513d5a99b
Pulled down getSize from Part to Message which makes ImapBodyPart superfluous
2014-09-14 11:11:48 +02:00
Tobias Baum
d467dca32c
Added testcases for parsing and removed unused methods for parsing
2014-09-14 11:05:55 +02:00
cketti
601e2880ac
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/com/fsck/k9/mail/transport/SmtpTransport.java
2014-09-12 07:11:32 +02:00
cketti
bd839a995f
Merge pull request #3 from frommeyerc/merge-upstream
...
Extract inner classes from LocalStore
2014-09-12 07:07:07 +02:00
cketti
a6fc06f7f9
Fix code style
2014-09-12 06:35:07 +02:00
cketti
3e4beae631
Remove unused 'check mark' color chip
2014-09-12 06:26:03 +02:00