replicant-packages_apps_Email/tests/src/com/android/email
Andrew Stadler 8bb0ee3b92 Fix auto-discover / account verification logic
New behavior:
 * There are two primary paths through this activity:
 *   Edit existing:
 *     Load existing values from account into fields
 *     When user clicks 'next':
 *       Confirm not a duplicate account
 *       Try new values (check settings)
 *       If new values are OK:
 *         Write new values (save to provider)
 *         finish() (pop to previous)
 *
 *   Creating New:
 *     Try Auto-discover to get details from server
 *     If Auto-discover reports an authentication failure:
 *       finish() (pop to previous, to re-enter username & password)
 *     If Auto-discover succeeds:
 *       write server's account details into account
 *     Load values from account into fields
 *     Confirm not a duplicate account
 *     Try new values (check settings)
 *     If new values are OK:
 *       Write new values (save to provider)
 *       Proceed to options screen
 *       finish() (removes self from back stack)
* Added unit test for new loadFields method

Bug: 2412300
2010-02-03 10:38:27 -08:00
..
activity Fix auto-discover / account verification logic 2010-02-03 10:38:27 -08:00
codec/binary auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
mail Finish up IMAP ID implementation 2010-02-01 15:53:46 -08:00
provider Add utilities for processing account security policies 2010-01-26 17:24:15 -08:00
AccountBackupRestoreTests.java Add security column to Account 2010-01-21 11:48:02 -08:00
AccountUnitTests.java Quick backup/restore of accounts DO NOT MERGE 2010-01-20 11:05:02 -08:00
ControllerProviderOpsTests.java eclair snapshot 2009-11-12 18:46:09 -08:00
GroupMessagingListenerUnitTests.java eclair snapshot 2009-11-12 18:46:09 -08:00
LegacyConversionsTests.java Add utilities for processing account security policies 2010-01-26 17:24:15 -08:00
MessagingControllerUnitTests.java eclair snapshot 2009-11-12 18:46:09 -08:00
PreferencesUnitTests.java Quick backup/restore of accounts DO NOT MERGE 2010-01-20 11:05:02 -08:00
SecurityPolicyTests.java Additional SecurityPolicy functionality 2010-02-01 16:48:16 -08:00
SmallTests.java auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
UtilityUnitTests.java eclair snapshot 2009-11-12 18:46:09 -08:00
VendorPolicyLoaderTest.java Fix crash in VendorPolicyLoader 2010-02-02 10:41:56 -08:00