replicant-packages_apps_Email/tests/src/com/android/email/activity
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
..
setup Fix auto-discover / account verification logic 2010-02-03 10:38:27 -08:00
FolderMessageListUnitTests.java Remove saveOrUpdate from EmailContent to prevent stale writes 2009-07-22 15:13:30 -07:00
MessageComposeInstrumentationTests.java Reimplement reply/forward to use mTextReply/mHtmlReply 2009-09-13 22:28:38 -07:00
MessageListUnitTests.java Fix MessageListUnitTests 2009-12-08 13:36:32 +09:00
MessageViewTests.java MessageView: fix rename next/prev in landscape. 2010-01-06 18:09:38 +01:00