summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/ExtendedEditText.java
Commit message (Collapse)AuthorAgeFilesLines
* Hides the keyboard when qsb loses focus in All appsMehdi Alizadeh2018-06-051-2/+6
| | | | | Bug: 80190879 Change-Id: I88da6ef7a88b9dd4fce06e4f2b4592ee6ce39195
* Moving some calls off the UI threadSunny Goyal2017-10-021-2/+18
| | | | | | | This saves ~5ms in onNewIntent Bug: 67305604 Change-Id: Ic97727b1c526e50bd3c8a1d8f511e1d7fd5e05e7
* Enable suggestions for Folder names.Jon Miranda2017-02-241-0/+14
| | | | | | | | We turn on suggestions, turn off auto complete, and disable the default behavior where red lines appear under typos. Bug: 30055146 Change-Id: Ia151b7a4db1dfc6908504e6ea82a1f6989f05ca5
* Refactoring floating view opening/closing logicSunny Goyal2016-10-101-0/+8
| | | | | | | | | > Creating a base view for floating panels with some common methods > Moving the getOpen method to individual classes > Moving the folder icon animation logic to folder icon > Moving all the logic related for opening folder to Folder class Change-Id: I898dfb6870b857cb921d2729b89618bc43ff2e88
* Make IME less sticky when launching a new appHyunyoung Song2016-09-211-1/+1
| | | | | | b/31382106 Change-Id: Iee60a2f7e6a70858623e80d4b8b68154d1941210
* Fix ExtendedEditText not handling touch correctlyHyunyoung Song2016-09-201-2/+4
| | | | | | b/31555902 Change-Id: Ife23cf6af29ac47315aee4abc0ffe2dbcde352f9
* Show IME when search query != null after rotationHyunyoung Song2016-09-091-2/+30
| | | | Change-Id: Ia35fba140a5addc21bf347cd63b72dc4e357421e
* Merge commit '97b0d08d' into manualmergeWinson2015-08-131-0/+7
| | | | Change-Id: Iac7e46fb2ac364c983beec6460f99ee1d6b11d32
* Refactoring to ExtendedEditText.Winson2015-08-131-0/+65