k-9/src/com/fsck/k9/helper
Joe Steele 1091e7af99 Eliminate non-working text replacements
All \r and \n codes have been replaced with <br />, so the patterns in
these replacements don't match anything.

This problem has existed for some time -- since commits 1ea27d7 and
e12dd32.

No attempt is made here to reimplement the replacements because users are
now used to the current behavior without much apparent complaint, and such
replacements are never perfect and can occasionally fail to work as
desired without additional tweaking for special cases.
2014-02-25 12:58:56 -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
ContactPicture.java Add setting to toggle colored background of fallback contact pictures 2013-08-16 18:43:00 +02:00
Contacts.java Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
DomainNameChecker.java use more idiomatic String.isEmpty() instead of comparing length to 0 2014-02-15 23:59:24 +01:00
FileBrowserHelper.java Converted message view to a fragment 2012-10-05 18:14:07 +02:00
HtmlConverter.java Eliminate non-working text replacements 2014-02-25 12:58:56 -05:00
MediaScannerNotifier.java astyle-d 2011-02-26 18:39:06 -06:00
MergeCursor.java Build with SDK 19 2014-02-10 20:43:16 +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 unread count in notifications (again) 2013-04-02 21:47:37 +02:00
Regex.java Add support for bitcoin URIs 2013-12-05 04:28:28 +01:00
SizeFormatter.java astyle-d 2011-02-26 18:39:06 -06:00
StringUtils.java use more idiomatic String.isEmpty() instead of comparing length to 0 2014-02-15 23:59:24 +01:00
Utility.java use built-in TextUtils.join instead of StringBuilder 2014-02-15 23:59:23 +01:00