k-9/src/com/fsck/k9
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
..
activity merge date and time font size preference into one 2013-02-11 13:05:52 +01:00
controller Add animated notification icon for "check mail" 2013-02-11 01:31:56 +01:00
crypto Converted message view to a fragment 2012-10-05 18:14:07 +02:00
fragment Switch our font sizes to have a "default", which is the size described in the XML. 2013-02-10 19:02:17 -05:00
helper Add contact pictures to message list 2013-02-08 15:37:27 +01:00
mail Fix a number of build warnings. 2013-02-04 11:18:49 +01:00
preferences Switch our font sizes to have a "default", which is the size described in the XML. 2013-02-10 19:02:17 -05:00
provider Merge pull request #242 from maniac103/fix-sort 2013-02-06 08:22:22 -08:00
remotecontrol astyle-d 2011-02-26 18:39:06 -06:00
search Fix a number of build warnings. 2013-02-04 11:18:49 +01:00
service Convert theme setting value to an enum. 2013-02-08 15:24:03 +01:00
view message view: fix subject bugs 2013-02-11 13:47:31 +01:00
Account.java Fix compiler warnings/code style 2013-01-18 14:27:04 +01:00
AccountStats.java Grey out unavailable accounts. 2011-03-19 12:36:58 -05:00
BaseAccount.java astyle-d 2011-02-26 18:39:06 -06:00
EmailAddressAdapter.java Don't use EmailAddressAdapter as singleton 2012-04-11 03:26:45 +02:00
EmailAddressValidator.java astyle-d 2011-02-26 18:39:06 -06:00
EmailReceivedIntent.java astyle-d 2011-02-26 18:39:06 -06:00
FontSizes.java merge date and time font size preference into one 2013-02-11 13:05:52 +01:00
Identity.java astyle-d 2011-02-26 18:39:06 -06:00
K9.java Add setting to toggle contact pictures 2013-02-08 15:37:28 +01:00
NotificationSetting.java astyle-d 2011-02-26 18:39:06 -06:00
Preferences.java Removed unused method that was used for debugging 2012-07-07 14:28:15 +02:00