1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-10 19:45:05 -05:00
k-9/res
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
..
anim Tweak animations to use the (Slightly slower) android default animation speed. 2013-02-05 12:04:03 -05:00
drawable Add new multi-select checkboxes to message list 2013-06-07 07:07:27 +02:00
drawable-hdpi Add icon for the copy action 2013-08-29 20:54:36 +02:00
drawable-hdpi-v9 Notification icon update 2013-02-26 20:34:52 +01:00
drawable-hdpi-v11 Notification icon update 2013-02-26 20:34:52 +01:00
drawable-ldpi Add icon for the copy action 2013-08-29 20:54:36 +02:00
drawable-ldpi-v9 Notification icon update 2013-02-26 20:34:52 +01:00
drawable-ldpi-v11 Notification icon update 2013-02-26 20:34:52 +01:00
drawable-mdpi Add icon for the copy action 2013-08-29 20:54:36 +02:00
drawable-mdpi-v9 Notification icon update 2013-02-26 20:34:52 +01:00
drawable-mdpi-v11 Notification icon update 2013-02-26 20:34:52 +01:00
drawable-xhdpi Add icon for the copy action 2013-08-29 20:54:36 +02:00
drawable-xhdpi-v9 Notification icon update 2013-02-26 20:34:52 +01:00
drawable-xhdpi-v11 Notification icon update 2013-02-26 20:34:52 +01:00
layout Fix fatal IndexOutOfBoundsException 2013-10-11 11:39:15 -04:00
layout-land Remove unused stuff 2013-02-21 02:00:12 +01:00
layout-v14 When creating accounts only use 'modern' buttons starting with ICS 2013-05-05 06:17:56 +02:00
menu Remove icons from the "Refile" submenu 2013-08-29 21:13:28 +02:00
values Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-ca Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-cs Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-da Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-de Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-el Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-es Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-fi Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-fr Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-fr-rCA Convert translations of 'accounts_welcome' to HTML 2012-12-17 19:00:17 +01:00
values-gl Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-hu Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-it Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-iw Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-ja Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-ko Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-land Change appearance of unread widget 2013-03-16 01:57:21 +01:00
values-nl Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-pl Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-pt-rBR Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-ru Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-sk Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-sv Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-sw600dp-land-v14 Change appearance of unread widget 2013-03-16 01:57:21 +01:00
values-sw600dp-port-v14 Change appearance of unread widget 2013-03-16 01:57:21 +01:00
values-tr Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-uk Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-v11 Fixed a bug that caused K-9 to crash on the Accounts page on 4.x if you were using the dark theme 2013-07-01 16:34:43 -04:00
values-v14 The theme changes also crashed Honeycomb devices; more fixing 2013-05-05 06:02:39 +02:00
values-zh-rCN Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
values-zh-rTW Added detailed description for narrow devices 2013-09-18 16:52:17 +09:00
xml 4.700 changelog 2013-10-10 20:42:22 -04:00
xml-ja Updated Japanese translation of the changelog. 2013-09-19 00:17:21 +09:00