summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/search/DefaultAppSearchAlgorithm.java
Commit message (Collapse)AuthorAgeFilesLines
* Ensure no diffs b/w oc-mr1-dev and ub-launcher3-dorval-polish2.Jon Miranda2017-08-291-2/+1
| | | | | | | | | This should ensure that all future code drops will be able to merge cleanly. Bug: 64937210 Test: Manual test Change-Id: I4f7952d0e979402e120b29dc501ac7fff3de2879
* merged ub-launcher3-dorval-polish2, and resolved conflictsJon Miranda2017-08-221-4/+0
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: res/values-be/strings.xml res/values-et/strings.xml res/values-ms/strings.xml Bug: 64937210 Test: flashed img Change-Id: I28557d652cc5a547f8b94a60a41f381a5af2fa84
| * Fixing various testsSunny Goyal2017-07-311-4/+0
| | | | | | | | | | | | | | | | | | | | > Migrating UI tests to AndroidJUnit4 for better support > Removing obsolete RotationPreference test > Fixing broken FileLogTest and AndroidJUnit4 > Removing InvariantDeviceProfileTest as it does not work well with resource overlays Change-Id: I0abb1df6765d76d86c1c6c84e8ac35eb9a6bcdaa
* | merged ub-launcher3-dorval-polish2, and resolved conflictsAdam Cohen2017-07-301-2/+52
|\| | | | | | | Change-Id: Id46c5c59762243403ae15cf951e9723e15bad4e0
| * Using collator for string matchingSunny Goyal2017-07-181-4/+53
| | | | | | | | | | | | | | 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-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Launcher3: Can't search out local app by Chinese" am: 7c35c64a9d am: ↵Sunny Goyal2017-07-121-1/+2
|/ | | | | | | | fa5511133a am: 788000b0ec am: 29e4a28f8c Change-Id: I2ffeab12ebdd4422fb92c263fa7de927bf8bd506
* Extracting search algorithm in an interface to make it easier to change the ↵Sunny Goyal2017-06-141-4/+6
| | | | | | search behavior Change-Id: I0b1d1387c78d13ef749aac39d5c8167c2909716a
* Making some methods accessibleSunny Goyal2017-05-191-2/+2
| | | | | Bug: 37616877 Change-Id: I22ed43d9a39d321757d7c2fde7754b95a44780e2
* Moving apps search related logic into a custom layout fileSunny Goyal2017-05-081-0/+136
This will allow derivative projects to easily change the search behavior by simply overriding the xml file Bug: 37616877 Change-Id: Ib8d6a2dab06819a52611e9a3d97c70c5a49bbf97