1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-11 20:15:03 -05:00
k-9/src/com/fsck/k9/helper
Joe Steele 731022339d Improve MessageWebView display.
Now that MessageWebView has 'setUseWideViewPort(true)',
the wide view port is excessively wide.  It turns out
Android is using a fixed width of 980 px, so that even
plain text messages (which are already wrapped to fit
the screen) have a large empty area beside them when
scrolled to the left.

Injecting a meta tag in the html header fixes the
problem.
2013-03-01 12:55:51 -05:00
..
power Always use the application context when instantiating singletons 2012-05-16 22:22:39 +02:00
ClipboardManager.java Added helper class to use the most recent ClipboardManager 2012-04-01 21:08:31 +02:00
ClipboardManagerApi1.java Added helper class to use the most recent ClipboardManager 2012-04-01 21:08:31 +02:00
ClipboardManagerApi11.java Added annotations to disable Lint warnings when we're using newer APIs 2012-07-07 14:38:57 +02:00
ContactItem.java Make ContactItem immutable 2012-04-09 01:57:45 +02:00
Contacts.java Add contact pictures to message list 2013-02-08 15:37:27 +01:00
ContactsSdk5.java Add contact pictures to message list 2013-02-08 15:37:27 +01:00
ContactsSdk5p.java astyle-d 2011-02-26 18:39:06 -06:00
DomainNameChecker.java Get rid of auto-unboxing in comparison 2012-07-07 14:19:22 +02:00
FileBrowserHelper.java Converted message view to a fragment 2012-10-05 18:14:07 +02:00
HtmlConverter.java Improve MessageWebView display. 2013-03-01 12:55:51 -05:00
MediaScannerNotifier.java astyle-d 2011-02-26 18:39:06 -06:00
MergeCursor.java Fix edge case in MergeCursor 2012-10-31 01:06:26 +01:00
MergeCursorWithUniqueId.java Do sorting in MergeCursor when merging the query results 2012-10-27 02:15:30 +02:00
MessageHelper.java Clean up date handling. 2013-02-11 15:19:15 +01:00
NotificationBuilder.java Fix showing unread count in pre-Honeycomb notifications 2013-02-20 23:55:46 +01:00
Regex.java Remove unused stuff 2013-02-21 02:00:12 +01:00
SizeFormatter.java astyle-d 2011-02-26 18:39:06 -06:00
StringUtils.java Restore behavior of unread/flagged filtered message list 2012-12-07 12:03:04 +01:00
Utility.java Remove unused stuff 2013-02-21 02:00:12 +01:00