thunderbird-android/src/com/fsck/k9
Joe Steele 094156cc2a Fix issue 6064: Inline images don't display on KitKat
Eliminate the invocation of
WebSettings.setBlockNetworkImage(boolean flag),
thus maintaining the the default setting of "false".

On Android versions prior to KitKat, this setting has no
effect on inline image attachments loaded with content:
URIs.  Such images would load regardless.

With KitKat, this setting does have an effect -- a
setting of "true" will block image attachments loaded
with content: URIs.

By removing this call, K-9 Mail behaves the same on KitKat
as on earlier Android versions, and the behavior on earlier
versions is unchanged.
2014-01-19 01:31:55 +01:00
..
activity Merge pull request #437 from zjw/misc_clean_up 2014-01-05 04:30:28 +01:00
cache Avoid CursorIndexOutOfBoundsException when deleting a message 2013-08-23 04:16:00 +02:00
controller Fix inadequate certificate validation 2013-11-23 13:26:57 -05:00
crypto
fragment Fix ClassCastException 2013-12-18 00:21:18 +01:00
helper Add support for bitcoin URIs 2013-12-05 04:28:28 +01:00
mail Fix POP3 STLS command 2013-12-29 18:47:02 -05:00
net/ssl Ignore all errors in initialization of TrustedSocketFactory 2013-12-12 16:48:30 +01:00
preferences Use named indices to get values from "visible refile actions" preference 2013-08-25 11:35:14 +01:00
provider Add unit tests for TrustManagerFactory 2013-11-29 10:49:52 +01:00
remotecontrol
search Convert OpenMode from an Enum to static ints for perf improvement. 2013-07-30 21:32:35 -04:00
security Change LocalKeyStore error reporting 2013-12-04 12:10:12 -05:00
service Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
view Fix issue 6064: Inline images don't display on KitKat 2014-01-19 01:31:55 +01:00
Account.java Account preferences clean-up 2013-12-29 18:45:19 -05:00
AccountStats.java
BaseAccount.java
Clock.java Move AOSP files. 2013-11-05 16:26:27 -05:00
EmailAddressAdapter.java
EmailAddressValidator.java
FontSizes.java
Identity.java
K9.java Eliminate needless use of reflection 2014-01-10 18:27:55 -05:00
NotificationSetting.java
Preferences.java Eliminate the need to pass a context to LocalKeyStore.getInstance 2013-12-03 19:24:37 -05:00
PRNGFixes.java Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
Throttle.java Move AOSP files. 2013-11-05 16:26:27 -05:00