1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/res
Jesse Vincent d4dca71bda Merge branch 'master' into 3.2-MAINT
* master: (28 commits)
  Updated MIME Type list with http://www.stdicon.com/mimetypes
  It turns out that not every android release has a good extension to mimetype mapping. restore our previous hardcoded mime database as a fallback
  Fix for NPE when changing the identity
  Bumped manifest to ${version.name}
  Fix phantom messages in unified inbox.
  added a synchronous variant of searchLocalMessages
  Bumped manifest to ${version.name}
  first pass at importing the traditional chinese translation from Issue 2500 ( thanks to zhangyin@research.neu.edu.cn)
  notification that the dataset changed needs to happen on the UI thread.
  When returning from a messageview to a messagelist do our listview updates on a thread rather than on the main ui thread. it results in the list blinking with old data, but that's still a better user experience than "frozen"
  astyle
  update a comment about an uncommon code path
  Add gmail-style "to me" and "cc me" indicators in messagelist
  When doing a message search, break it into "first 10" and "more" - because a long SQL query takes more time before starting to return results, K-9 was increasingly slow on large folders.
  Running heavy operations on the UI thread makes K-9's UI slow and freezy.  addOrUpdateMessages is very heavy. and very common.
  Corrected small typo
  Update issue 7031 http://code.google.com/p/android/issues/detail?id=7031 added removeDialog() for every dismissDialog()
  Same as r2450 Rename strings-sv.xml to strings.xml (Android ignores the actual file name, rename is for consistency)
  Revert "For the common case of "getMessage" where we actually have the object in"
  Calculate preview for html-only messages
  ...

Conflicts:
	AndroidManifest.xml
	src/com/fsck/k9/activity/MessageList.java
	src/com/fsck/k9/provider/MessageProvider.java
2010-10-23 16:34:37 +00:00
..
drawable Merge branch 'ideal-screenreader' 2010-08-18 02:01:10 +00:00
layout move 3 IMAP preferences out of the "wizard" flow to an advanced page 2010-10-11 00:08:47 +00:00
layout-land Added menu option to select & copy text in the message view. 2010-07-07 22:14:45 +00:00
menu Corrected indentation 2010-10-03 23:55:10 +00:00
values Merge branch 'master' into 3.2-MAINT 2010-10-23 16:34:37 +00:00
values-cs A previous refactoring broke notification for messages from the user by 2010-10-08 05:09:38 +00:00
values-de A previous refactoring broke notification for messages from the user by 2010-10-08 05:09:38 +00:00
values-es A first pass at letting users choose not to top-post their message 2010-08-30 00:00:34 +00:00
values-fi A previous refactoring broke notification for messages from the user by 2010-10-08 05:09:38 +00:00
values-fr Update issue 1916 2010-10-11 23:19:29 +00:00
values-fr-rCA Update issue 1916 2010-10-11 23:19:29 +00:00
values-it (Backport) Corrected small typo 2010-10-20 13:13:17 +00:00
values-ja A previous refactoring broke notification for messages from the user by 2010-10-08 05:09:38 +00:00
values-nl Updated dutch translation 2010-10-11 02:56:56 +00:00
values-pl A previous refactoring broke notification for messages from the user by 2010-10-08 05:09:38 +00:00
values-ru A previous refactoring broke notification for messages from the user by 2010-10-08 05:09:38 +00:00
values-sv Backport of r2516 from trunk (Swedish localization file rename + update) 2010-10-16 21:35:35 +00:00
values-zh-rCN Merge branch 'master' into 3.2-MAINT 2010-10-23 16:34:37 +00:00
values-zh-rTW Merge branch 'master' into 3.2-MAINT 2010-10-23 16:34:37 +00:00
xml Add preferences to enable pinch-to-zoom and single-column layout for 2010-10-11 14:54:15 +00:00