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
Andrew Chen 1ff0bb6289 Merge pull request #222 from maniac103/jb-notifications
Merge branch 'jb-notifications' of https://github.com/maniac103/k-9

* 'jb-notifications' of https://github.com/maniac103/k-9:
  Strip off signatures from preview.
  Reset list of unseen messages when the user clears the notification.
  In the new-style notification, directly go to message if new message count is 1.
  Cancel notification when viewing message by clicking on notification.
  Directly go to message when clicking on a single-message notification.
  Fix message overflow.
  Incorporate review comments.
  Some fixes to notification behaviour.
  Add German translation for message delete notification action.
  Add delete action to notification.
  Update summarized notification if a message is deleted or read remotely.
  Fixed deprecation warnings.
  Simplify code and beautify pre-jellybean notifications by using bold sender span for those.
  Respect "Show contact names" option when determining sender for notification.
  Fix marking messages as read from notification.
  Add German translation for new strings.
  Add actions to notifications.
  First stab at new notifications.
  Remove own Notification.Builder abstraction.
  Update android support library to latest version.
2013-01-07 20:44:35 -08:00
..
activity Cancel notification when viewing message by clicking on notification. 2013-01-06 12:13:36 +01:00
controller Merge pull request #222 from maniac103/jb-notifications 2013-01-07 20:44:35 -08:00
crypto Converted message view to a fragment 2012-10-05 18:14:07 +02:00
fragment Fix crash when deleting all messages in a thread 2012-12-18 21:12:40 +01:00
helper Remove own Notification.Builder abstraction. 2013-01-02 14:09:37 +01:00
mail Strip off signatures from preview. 2013-01-07 10:39:08 +01:00
preferences Remove the setting to hide the refile buttons 2012-12-08 11:51:10 +01:00
provider Fix "disappearing threads" bug 2012-12-18 20:48:33 +01:00
remotecontrol astyle-d 2011-02-26 18:39:06 -06:00
search Use constant "UUID" for search accounts 2012-12-07 14:06:03 +01:00
service Reset list of unseen messages when the user clears the notification. 2013-01-07 09:12:07 +01:00
view make the checkmark a little wider. 2012-11-24 17:44:07 -05:00
Account.java Remove the setting to hide the refile buttons 2012-12-08 11:51:10 +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 Show the subject line in the MessageHeader if the ActionBar title was truncated. 2012-09-09 13:45:33 -07:00
Identity.java astyle-d 2011-02-26 18:39:06 -06:00
K9.java Add delete action to notification. 2013-01-04 10:40:48 +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