summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/dialpadview/DialpadCharMappings.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove experiment flag "enable_dual_alphabets_on_t9".linyuh2018-02-051-27/+5
| | | | | | Test: Existing tests PiperOrigin-RevId: 184574898 Change-Id: I66f8fabacada8a86a0d36b904a47f38f0290867a
* Use CHAR_TO_KEY_MAPS in DialpadCharMappings in SmartDialMaps.linyuh2017-12-221-0/+17
| | | | | | | | | This way we don't have to manually keep the maps in sync. Bug: 30215380,70633239 Test: Existing unit tests PiperOrigin-RevId: 179871748 Change-Id: Idd4cc1155068bb31c17deae80b98d73363fad770
* Add character mappings for Bulgarian & Ukrainian in DialpadCharMappings.linyuh2017-11-111-1/+48
| | | | | | | Bug: 30215380 Test: Manual PiperOrigin-RevId: 174493347 Change-Id: I06d5d3d8877ac29d148b3945e28dc0a094660eca
* Support dual alphabets in smart search when a secondary alphabet is available.linyuh2017-11-111-0/+181
Bug: 30215380 Test: QueryBoldingUtilTest, QueryFilteringUtilTest, ContactFilterCursorTest PiperOrigin-RevId: 174408771 Change-Id: I4c601b16dd90db6b7b2a05c9daa6804749ea2a43