k-9/src/com/fsck/k9/activity/setup
Joe Steele 2e981e0c7d Don't trigger validateFields() except on user input
Previously, with settings of Security=SSL and authentication=certificate,
attempting to change Security=None would (of course) be blocked.  So
Security would remain SSL.  But the authentication options would then
include "Password, transmitted insecurely", whereas the option should
have remained as "Normal password" (because the security remained SSL).

The problem could have been fixed with a simple shuffling in
updatePortFromSecurityType() so that updateAuthPlainTextFromSecurityType()
was invoked before mPortView.setText(), but the logic for requiring that
ordering was not plain to see.  (Although no longer necessary, the
shuffling was done as well.)
2014-08-11 11:06:50 -04:00
..
AccountSettings.java New OpenPGP Provider API 2014-03-02 16:51:47 +01:00
AccountSetupAccountType.java Fix WebDAV manual account setup 2014-08-11 11:06:45 -04:00
AccountSetupBasics.java Client Certificate Authentication 2014-06-05 21:03:18 +02:00
AccountSetupCheckSettings.java Fixes needed after merging in master 2014-07-04 19:23:43 -04:00
AccountSetupComposition.java Removed overrides merely calling super() 2011-12-26 02:28:32 +01:00
AccountSetupIncoming.java Don't trigger validateFields() except on user input 2014-08-11 11:06:50 -04:00
AccountSetupNames.java Changed the way we use the activity stack 2012-09-10 17:24:34 +02:00
AccountSetupOptions.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
AccountSetupOutgoing.java Don't trigger validateFields() except on user input 2014-08-11 11:06:50 -04:00
FolderSettings.java Convert OpenMode from an Enum to static ints for perf improvement. 2013-07-30 21:32:35 -04:00
FontSizeSettings.java Fix (bad) manual boxing 2014-04-07 20:12:46 +02:00
Prefs.java Issue 6372: Add preference for setting timezone to UTC. 2014-05-27 07:53:50 -07:00
SliderPreference.java Save/restore slider state 2014-02-01 00:49:39 +01:00
SpinnerOption.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
WelcomeMessage.java Refactor code to start Accounts activity to import settings 2013-03-06 06:26:04 +01:00