summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/allapps
Commit message (Collapse)AuthorAgeFilesLines
* Using collator for string matchingSunny Goyal2017-07-181-0/+20
| | | | | | | This provides a better matching for non-latin characters on N and above Bug: 63763127 Change-Id: I220487d242ff547311ddd13e7af380a7e47eec0e
* Launcher3: Can't search out local app by Chineseyingrenw2017-07-121-0/+4
| | | | | | | | | | | | | | Description: Chinese content type is Character.OTHER_LETTER. When key matches,it check the content type. And if type is Character.OTHER_LETTER, it doesn't support search and break. When the content type is Character.OTHER_LETTER, make it work normally. Bug: 63534074 Change-Id: I3713f24c9206fe16a8da2a23e6c90d68079dd533
* Moving apps search related logic into a custom layout fileSunny Goyal2017-05-081-1/+1
| | | | | | | | This will allow derivative projects to easily change the search behavior by simply overriding the xml file Bug: 37616877 Change-Id: Ib8d6a2dab06819a52611e9a3d97c70c5a49bbf97
* Fixing text search where a word starting with lower case wasSunny Goyal2016-10-191-0/+4
| | | | | | | not being matched Bug: 32249413 Change-Id: I0f5e24052759a734fe0df3bd3d0bf2e7ef7f2713
* Adding support for searching word segments when camelcase is used in the titleSunny Goyal2016-09-091-0/+78
Bug: 30880421 Change-Id: If642d24408fe0e80b5a0dd9a2a57d2f3c2d92ea9