1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-19 20:21:45 -05:00
Joe Steele 710e7a4430 Notify user of invalid account-setup settings combo
Specifically, warn and block them when attempting to configure Client
Certificate Authentication in combination with Connection Security = None.

If this were not made obvious to the user, they might not understand why
they are not permitted to tap "Next".

Also, move the initialization of all view listeners out of onCreate() into
initializeViewListeners() which is then called near the end of onCreate(),
helping to assure that the listeners won't be triggered during the
initialization of views inside onCreate().
2014-07-28 22:55:34 -04:00
..
2014-04-07 19:52:37 +02:00
2014-03-02 16:51:47 +01:00
2014-04-07 19:52:37 +02:00
2014-06-05 21:03:18 +02:00
2014-04-07 20:09:22 +02:00
2014-06-21 17:09:45 +02:00