summaryrefslogtreecommitdiffstats
path: root/SecondaryDisplayLauncher/src
Commit message (Collapse)AuthorAgeFilesLines
* Hide keyboard while the home button get pressedChilun2019-03-201-2/+14
| | | | | | | | | | | | | For multi-client IME, launcher need to call hideSoftInputFromWindow() by using the InputMethodManager instance that mapped the presented display while its home button get pressed. Launcher 3 has already handled this part, but the secondary launcher has not yet. Bug: 120114697 Test: Manual verified that multi-client IME can be closed correctly. Change-Id: I8959c3a470580452bfb95dbd4b4ce9268589000f
* Migrate away from temporary androidx.design_design target.Aurimas Liutikas2019-02-011-2/+2
| | | | | | | | | | | | | androidx.design_design was a target created temporarily while the com.google.android.material_material was being added. This migrated to the final material design class packages. Exempt-From-Owner-Approval: Large scale refactor Test: make -j SecondaryDisplayLauncherLib Change-Id: If183dd35a1d197c4a9a8225a021e36c4f1662587 (cherry picked from commit 403c51aa981cc7c7094319a9fb06873e2893e0f5) Bug: 123762998
* Add a secondary launcher activity (1/2)Chilun2018-12-136-0/+658
This secondary launcher activity with new category SECONDARY_HOME and multiple instance supporrted could be used on sencondary display. Bug: 118206886 Bug: 114329798 Test: Manual Change-Id: Ibaecf8ef7614389760d0fcc547ef6d378a921583