1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/src/com/fsck/k9/view
m0viefreak 8d4a82ba0e message view: fix subject bugs
- Android does not support ellipsize in combination with maxlines
  for TextViews. This caused getEllipsisCount() in MessageTitleView
  to always fail, and the full subject was never shown in the regular
  headers area when needed.
  To work around that, check for ourselves whether the text is
  longer than 2, and ellipsize manually.

- Clicking the star button on a message caused the subject line to
  re-appear, even if it fits in the action bar title without being
  cut off. This was caused by MessageHeader.populate(), which always
  set the subject to visible.
  As a workaround: Only set subject to visible in case populate()
  actually shows a new message.

- delete res/layout/actionbar_message_view.xml, its already present
  in the actionbar_custom.xml
2013-02-11 13:47:31 +01:00
..
AccessibleWebView.java Scroll to the last known position in the MessageView when rotating the screen. 2011-11-02 16:39:23 -07:00
AttachmentView.java Moved sanitizeFilename() to com.fsck.k9.helper.Utility 2012-04-01 21:14:43 +02:00
ColorChip.java make the checkmark a little wider. 2012-11-24 17:44:07 -05:00
ColorPickerBox.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
ImageButtonAnchor.java Use ActionBarSherlock's MenuBuilder for the "more" menu 2012-09-12 18:26:51 -04:00
K9PullToRefreshListView.java Avoid saved state being discarded when message list is modified 2013-02-05 20:00:31 +01:00
MessageCryptoView.java Converted message view to a fragment 2012-10-05 18:14:07 +02:00
MessageHeader.java message view: fix subject bugs 2013-02-11 13:47:31 +01:00
MessageTitleView.java message view: fix subject bugs 2013-02-11 13:47:31 +01:00
MessageWebView.java Convert theme setting value to an enum. 2013-02-08 15:24:03 +01:00
SingleMessageView.java MessageView: another theme fix 2013-02-05 23:12:52 +01:00
ViewSwitcher.java Make sure onSwitchComplete() is also called when animations are disabled 2013-02-06 21:21:13 +01:00