k-9/src/com/fsck/k9
Joe Steele ef01cabccc Remove \n from R.string.message_compose_reply_header_fmt
This string resource is used in two places -- both with and without the
linefeed at the end.  Instead of having a linefeed in the string and
having the code remove it if not needed, the linefeed is now omitted from
the string and the code adds it if needed.

Also, the line ending is changed from \n to \r\n.

Also, the string in the DE and FR locales had linefeeds at the start that
were removed so they match all the other locales.

(The string in the zh-rTW locale was left alone, since it had no
linefeeds.  It looks like that file has numerous instances where \n was
replaced with actual newlines, which is probably not correct.)
2013-10-11 11:39:48 -04:00
..
activity Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
cache Avoid CursorIndexOutOfBoundsException when deleting a message 2013-08-23 04:16:00 +02:00
controller Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
crypto Converted message view to a fragment 2012-10-05 18:14:07 +02:00
fragment Contact picture fix. 2013-10-11 11:24:53 -04:00
helper Generally replace \n with \r\n when part of a message 2013-10-11 11:39:46 -04:00
mail Generally replace \n with \r\n when part of a message 2013-10-11 11:39:46 -04:00
preferences Use named indices to get values from "visible refile actions" preference 2013-08-25 11:35:14 +01:00
provider Avoid NullPointerException (reported via Play Store) 2013-03-21 23:19:11 +01:00
remotecontrol astyle-d 2011-02-26 18:39:06 -06:00
search Convert OpenMode from an Enum to static ints for perf improvement. 2013-07-30 21:32:35 -04:00
service Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
view Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
Account.java Some assorted warning fixes. 2013-09-25 15:20:43 +02: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
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 Fix code style/formatting 2013-08-29 17:34:46 +02:00
NotificationSetting.java astyle-d 2011-02-26 18:39:06 -06:00
PRNGFixes.java Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
Preferences.java Add code to remove references to LocalStore when deleting accounts 2013-08-30 03:02:50 +02:00