Go to file
Mihai Preda b7e954bba6 Fix ConcurrentModificationException in MessagingController.
The exception was caused by removing from the HashSet (in Controller.java)
while iterating over it. The locking offered no protection in that case.

Extracted the notification of listeners (MessagingListener) in separate class
to simplify reimplementation.

Got rid of a couple of generic catch(Exception) that were hiding surprises.
2009-06-30 11:22:43 -07:00
assets auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
docs auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
images auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
res Don't drop invalid addresses while editing & check that all addresses are valid before send. 2009-06-24 15:44:08 -07:00
src Fix ConcurrentModificationException in MessagingController. 2009-06-30 11:22:43 -07:00
tests Fixed a few EmailProvider omissions; added tests 2009-06-29 23:08:40 -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 Add aidl files to Email makefile to fix build. 2009-06-23 13:53:08 -07:00
AndroidManifest.xml Initial submission for EAS support (email) 2009-06-23 13:13:42 -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