summaryrefslogtreecommitdiffstats
path: root/SecondaryDisplayLauncher
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBill Yi2019-10-113-1/+51
| | | | | Change-Id: I2ce1448b6a7ee5cb455a2fc044336c37e03093aa Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-07-251-1/+1
| | | | | Change-Id: I70da7b5788cf48a37cf53179b30119f4e27734f0 Auto-generated-cl: translation import
* Fix SecondaryLauncher crash when started.wilsonshih2019-04-091-1/+1
| | | | | | | | | | | | SecondaryLauncher crash after change material source. From the error log the style of this component should be Theme.MaterialComponents or as descendant. Change theme parent to fix it. Bug: 130151609 Bug: 130182878 Test: atest MultiDisplaySystemDecorationTests Change-Id: Iad2817864326b04fac00bfc57b8ab6eaf2bd9c13
* 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
* Import translations. DO NOT MERGEBill Yi2019-02-211-1/+1
| | | | | Change-Id: If286ea171fe2d58b96ce77d0fee6053bd40d9f78 Auto-generated-cl: translation import
* Migrate away from temporary androidx.design_design target.Aurimas Liutikas2019-02-013-6/+6
| | | | | | | | | | | | | 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
* Import translations. DO NOT MERGEBill Yi2019-01-1182-82/+0
| | | | | Change-Id: I0b697bc4b99b99e44f905f60fd1ee9a39be246c3 Auto-generated-cl: translation import
* Merge "Remove unused string" into ub-launcher3-masterChilun Huang2019-01-021-1/+0
|\
| * Remove unused stringChilun2018-12-241-1/+0
| | | | | | | | | | | | | | | | String "app_name" is not used anywhere, remove it. Bug: 121362965 Test: Manual Change-Id: Ib534ee4da78a7be33cec99f70a8593e9cb5a854c
* | Import translations. DO NOT MERGEBill Yi2018-12-2712-1/+287
| | | | | | | | | | Change-Id: I6213e19ec4099e89ab27cc0d114e301d2785f9fd Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBill Yi2018-12-2171-0/+1846
|/ | | | | Change-Id: Ifac82f65480a8f5405b7250297945fb296a1fe5b Auto-generated-cl: translation import
* Add a secondary launcher activity (1/2)Chilun2018-12-1323-0/+1240
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