1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/res/values
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
..
arrays.xml Merge branch 'master' into 3.2-MAINT 2010-10-23 16:34:37 +00:00
colors.xml Removed unused resources from res directory 2010-05-03 13:08:38 +00:00
dimensions.xml Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00
ids.xml Fixes issue 939 2010-09-01 20:59:09 +00:00
strings.xml Merge branch 'master' into 3.2-MAINT 2010-10-23 16:34:37 +00:00
styles.xml Make the folder selector use a new K9 dialog theme so it looks like a popup rather than the whole current app context 2009-04-21 10:43:18 +00:00