Go to file
Marc Blank 74143e89d5 Prevent NPE's in calls to database utility methods
* Before the Email/Exchange split, EmailProvider was guaranteed not to return a null
  cursor; this is no longer true
* We now throw a new RuntimeException (ProviderUnavailableException) when calling
  commonly-used utility methods (e.g. restoreXWithId) and the cursor as returned from
  EmailProvider is null (which implies that the provider isn't available).

Change-Id: I152d13bff0129c23586cd570d23c87d69cfce372
2011-05-05 08:49:34 -07:00
assets Remove empty.html, which isn't used any more. 2010-12-22 11:59:31 -08:00
docs auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
emailcommon Prevent NPE's in calls to database utility methods 2011-05-05 08:49:34 -07:00
images auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
res Implement "automatic" sync lookback (Email side) 2011-05-05 08:16:44 -07:00
src/com Implement "automatic" sync lookback (Email side) 2011-05-05 08:16:44 -07:00
tests Update MessageComposetests with latest refactors 2011-05-04 16:34:32 -07:00
.classpath Initial Contribution 2008-10-21 07:00:00 -07:00
.project Initial Contribution 2008-10-21 07:00:00 -07:00
Android.mk Include guava in Email. 2011-04-14 13:49:01 -07:00
AndroidManifest.xml Move more UI stuff from activity to the UI controller 2011-04-28 10:59:55 -07:00
CleanSpec.mk Rework of security policy storage 2011-05-03 11:11:47 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
proguard.flags Fix unit tests 2011-04-28 17:31:53 -07:00
remove-exchange-support.sh remove-exchange-support.sh supports MacOS 2011-01-28 13:39:39 -08:00