1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-13 13:05:03 -05:00
k-9/src/com/fsck/k9/activity
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
..
loader Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
misc ContactPictureLoader code cleanup 2013-10-03 21:21:54 +02:00
setup Merge branch 'pr/364' 2013-08-29 21:14:04 +02:00
AccessibleEmailContentActivity.java astyle-d 2011-02-26 18:39:06 -06:00
AccountList.java Fix NullPointerException 2013-02-18 05:05:01 +01:00
Accounts.java Revert "Remove the message list stars preference now that stars are in the chip" 2013-08-22 20:56:55 -04:00
ActivityListener.java Regularly trigger a title and folder update while activity is resumed. 2013-02-11 15:44:25 +01:00
ChooseFolder.java Explicitly set layout used in a ListActivity 2013-01-18 12:33:31 +01:00
ChooseIdentity.java Explicitly set layout used in a ListActivity 2013-01-18 12:33:31 +01:00
ColorPickerDialog.java Add (heavily modified) HoloColorPicker 2013-01-17 09:03:11 +01:00
ConfirmationDialog.java ant astyle 2011-06-13 19:49:06 -04:00
EditIdentity.java Removed overrides merely calling super() 2011-12-26 02:28:32 +01:00
EmailAddressList.java Converted hardcoded strings to constants 2012-04-09 02:02:12 +02:00
FolderInfoHolder.java Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
FolderList.java Load unread and flagged message counts lazily in the folder list 2013-08-26 23:09:47 -04:00
FolderListFilter.java ant astyle 2011-03-22 18:07:47 +11:00
InsertableHtmlContent.java Don't allow invalid values for header/footer insertion point 2012-03-27 20:41:43 +02:00
K9Activity.java Fetch attachments while MessageCompose activity is running 2013-09-25 03:12:34 +02:00
K9ActivityCommon.java MessageView: Theme fix when global and message view theme differ 2013-02-04 19:30:40 +01:00
K9FragmentActivity.java MessageView: Theme fix when global and message view theme differ 2013-02-04 19:30:40 +01:00
K9ListActivity.java Clean up date handling. 2013-02-11 15:19:15 +01:00
K9PreferenceActivity.java Convert theme setting value to an enum. 2013-02-08 15:24:03 +01:00
LauncherShortcuts.java Include a full activity back stack when building notification intents. 2013-03-13 11:03:51 +01:00
ManageIdentities.java Initial actionbar integration. On top of every activity, no real integration yet. 2012-09-08 21:14:55 -07:00
MessageCompose.java Remove \n from R.string.message_compose_reply_header_fmt 2013-10-11 11:39:48 -04:00
MessageInfoHolder.java Clean up date handling. 2013-02-11 15:19:15 +01:00
MessageList.java Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
MessageReference.java Incorporate review comments. 2013-01-05 13:21:17 +01:00
NotificationDeleteConfirmation.java Some assorted warning fixes. 2013-09-25 15:20:43 +02:00
Search.java Add remote IMAP search support. 2012-09-13 09:10:37 -07:00
UnreadWidgetConfiguration.java Add support for "Unified Inbox" and "All messages" to unread widget 2012-12-08 18:15:34 +01:00
UpgradeDatabases.java Play store NPE: 2013-07-01 23:32:04 -04:00