Go to file
Martin Hibdon 26ff609ebf Fix a crash trying to use AuthenticationFragment
Putting authentication in a fragment was a problem, it
means that we need fragments as children of other fragments.
While this works in theory, it adds a lot of complexity.
Now, authentication is done with AuthenticationView,
which is just an extension of LinearLayout.
Currently, this does not yet handle adding certificates
for exchange accounts, but I'll fix that ASAP. As it is,
this is better than the current state, which crashes on
account setup 100% of the time.

Change-Id: I4274e7250f97012c3dc476003fd36fb960f2b728
2014-01-29 21:45:31 -08:00
assets Remove empty.html, which isn't used any more. 2010-12-22 11:59:31 -08:00
emailcommon Make OAuth work 2014-01-03 14:05:46 -08:00
emailsync Remove mAmAccount from the email provider account object 2013-10-04 10:21:25 -07:00
res Fix a crash trying to use AuthenticationFragment 2014-01-29 21:45:31 -08:00
src/com Fix a crash trying to use AuthenticationFragment 2014-01-29 21:45:31 -08:00
tests Merge AccountSetupNames and AccountSetupOptions 2014-01-16 14:18:58 -08:00
.classpath
.project
Android.mk am 042e6940: Merge "Build with current SDK" into jb-ub-mail-ur10 2013-11-06 11:14:07 -08:00
AndroidManifest.xml Merge AccountSetupNames and AccountSetupOptions 2014-01-16 14:18:58 -08:00
CleanSpec.mk Remove unused resource directories 2013-09-06 10:23:02 -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 Remove nonexistant classes and update existing ones 2013-01-30 14:20:58 -08:00