History log of /packages/apps/Contacts/src/com/android/contacts/dialpad/DigitsEditText.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5679bed516bd78b2db2f0030256d8ae5c2dc07ef 27-Sep-2011 Alan Viverette <alanv@google.com> Added accessibility code to read back typed or deleted digits.

Bug: 5337550
Change-Id: I5e8cd8d2fb5466827dc47f38e746a415142fb22d
/packages/apps/Contacts/src/com/android/contacts/dialpad/DigitsEditText.java
2d11fc5912b6fd08eebafea9d61440f5f9cd9bd5 09-Sep-2011 Daisuke Miyakawa <dmiyakawa@google.com> Ignore focus event for digits field

On app launch digits field may have a focus, and the focus event
makes tts speak both the app name and the type of the View in a row
"phone, edit box"). This change suppresses the second part and let
tts speak just the app name on launch ("phone").

Bug: 5275935
Change-Id: Ideb62b01104a1701c71ca7af0d6fa05d8cc39657
/packages/apps/Contacts/src/com/android/contacts/dialpad/DigitsEditText.java
2d52f46464dae08f7585a2f533d7bac898262772 08-Sep-2011 Daisuke Miyakawa <dmiyakawa@google.com> Suppress tts on every digits change

Bug: 5276023
Change-Id: Ieceff291bd7dc55e20a4c76992451745acdcb09b
/packages/apps/Contacts/src/com/android/contacts/dialpad/DigitsEditText.java
9d215564e904b49ec343c69e8e6967b46d68ded3 23-Aug-2011 Gilles Debunne <debunne@google.com> Removing the deprecated setSuggestionEnabled.

The actual deprecation will be done in CL 126249

Change-Id: Ife7127b6e01af6cd8eb9ce4012ecee2224233b68
/packages/apps/Contacts/src/com/android/contacts/dialpad/DigitsEditText.java
de15823de8db71ad4757e272b4f5a1a6b29a70d1 15-Aug-2011 Daisuke Miyakawa <dmiyakawa@google.com> Implement custom EditText to correctly suppress IME

Also use stateAlwaysHidden to ask the Activity itself to
show up IME on the first boot.

Bug: 5032146
Bug: 5171943
Change-Id: Ie763cca52ca6a4d0db48ab240a39cb8f03ebbc03
/packages/apps/Contacts/src/com/android/contacts/dialpad/DigitsEditText.java