1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-11 20:15:03 -05:00
k-9/src/com/fsck/k9/helper
Andrew Chen 39e2a973a1 Merge branch 'imapsearch'
* imapsearch:
  Change settings version to 18 to match what's currrently on master.
  Handle aborted imap searches by nuking in-progress connections.
  Move IMAP search into the Folder level.
  Remove duplicate notification on remote search start.
  Rename variables
  changed PREFERENCE_CLOUD_SEARCH_ENABLED from "cloud_search_enabled" to "remote_search_enabled" in activity/setup/AccountSettings.java to resolve FC.
  Add cloud search icon to local search result screen. Implement pull-to-remote-search.
  Log remote search exceptions in addition to toasting them.
  Add settings export for remote search settings.
  Whitespace; no functional changes.
  Handle implicit vs. explicit searches in ActionBar home button behavior.
  Whitespace fix; no functional changes.
  Add remote search actionbar icons.
  IMAP Search: log exceptions on remote search, properly dispatch MessageList changes.
  modified loadMessageForView() to dowload message if neither X_DOWNLOADED_FULL nor X_DOWNLOADED_PARTIAL.
  Add remote IMAP search support.

Conflicts:
	res/menu/message_list_option.xml
	res/values/attrs.xml
	res/values/themes.xml
	src/com/fsck/k9/activity/MessageList.java
	src/com/fsck/k9/preferences/Settings.java
2012-09-25 16:01:52 -07:00
..
power Always use the application context when instantiating singletons 2012-05-16 22:22:39 +02:00
ClipboardManager.java Added helper class to use the most recent ClipboardManager 2012-04-01 21:08:31 +02:00
ClipboardManagerApi1.java Added helper class to use the most recent ClipboardManager 2012-04-01 21:08:31 +02:00
ClipboardManagerApi11.java Added annotations to disable Lint warnings when we're using newer APIs 2012-07-07 14:38:57 +02:00
ContactItem.java Make ContactItem immutable 2012-04-09 01:57:45 +02:00
Contacts.java Always use the application context when instantiating singletons 2012-05-16 22:22:39 +02:00
ContactsSdk5.java Make ContactItem immutable 2012-04-09 01:57:45 +02:00
ContactsSdk5p.java astyle-d 2011-02-26 18:39:06 -06:00
DateFormatter.java Merge branch 'master' into issue549 2011-10-14 20:33:25 +02:00
DomainNameChecker.java Get rid of auto-unboxing in comparison 2012-07-07 14:19:22 +02:00
FileBrowserHelper.java Removed unneeded semicolons 2011-12-26 02:28:29 +01:00
HtmlConverter.java Fixed code style 2012-04-25 16:46:05 +00:00
MediaScannerNotifier.java astyle-d 2011-02-26 18:39:06 -06:00
MenuPopup.java Changed the way we handle menu item clicks using MenuPopupHelper 2012-09-18 03:07:43 +02:00
MessageHelper.java Add remote IMAP search support. 2012-09-13 09:10:37 -07:00
NotificationBuilder.java Don't use the NotificationBuilder as singleton 2012-05-08 06:45:04 +02:00
NotificationBuilderApi1.java Use Notification.Builder on Honeycomb+ devices 2012-05-04 22:03:35 +02:00
NotificationBuilderApi11.java Added annotations to disable Lint warnings when we're using newer APIs 2012-07-07 14:38:57 +02:00
Regex.java astyle-d 2011-02-26 18:39:06 -06:00
SizeFormatter.java astyle-d 2011-02-26 18:39:06 -06:00
StringUtils.java applied StringUtils.isNullOrEmpty() 2011-10-29 15:12:49 +09:00
Utility.java Add null check before attempting to do math on the date. 2012-09-06 16:38:45 -07:00