Files
frameworks_base/core/java/android/widget
Gilles Debunne d7483bfffc Lock screen should not display password.
Bug 3179062

Problem was introduced in CL 78854: changing the keyListener should not
change the transformation method.

mInputType changes are brittle. It is often reset to TYPE_CLASS_TEXT or to
mInput.getInputType(). The TYPE_TEXT_FLAG_MULTI_LINE and TYPE_TEXT_VARIATION_PASSWORD
variation are then added back based on the previous state. But this is not consistent,
and sometimes, only one of those is set.

This should be refactored if a bug is found in what seems to work correclty at the moment.

Change-Id: Ie251ec7db0ce0af4a07564b0dbb53465e6f361c6
2010-11-11 12:20:16 -08:00
..
2010-10-31 10:08:04 +01:00
2010-11-05 11:45:53 -07:00
2010-08-04 11:06:22 -07:00
2010-11-08 10:46:19 -08:00
2010-10-26 14:22:30 -07:00
2010-10-26 11:08:05 -07:00