aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/setup/LauncherIconVisibilityManager.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* AOSP change for showing the app icon.Dan Zivkovic2015-01-161-85/+0
| | | | | | | | | This change deletes a bunch of code that was used to conditionally show/hide the keyboard app icon given system states and user preferences. Bug 19001197. Change-Id: I69a57aa21872a571af87a193b3e52b7f985e5168
* Clear keyboard cache when system locale is changedTadashi G. Takaoka2014-08-281-9/+0
| | | | | Bug: 17310080 Change-Id: I2b388772f269f1e7610a5bd32de80793da2df16e
* Restore additional subtypes when the package is updatedYohei Yukawa2014-07-041-49/+15
| | | | | | | | | | | | With this CL, Intent#ACTION_MY_PACKAGE_REPLACED will not only update the visibility of the setup activity but also reconstruct additional subtypes. This is important because the system always removes all the additional subtypes whenever the package is updated. BUG: 15890448 Change-Id: Ic36ea68f50b1ac89b4cbd268ee53f9a5e5d60afd
* Move settings related classes to "settings"Ken Wakasa2013-07-221-1/+1
| | | | Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
* Don't use RichInputMethodManager in setup wizardTadashi G. Takaoka2013-06-071-11/+10
| | | | | | | | | | In setup wizard, InputMethodManager may not be able to be aware that this IME is installed, especially just after the IME is installed via GooglePlay app and hit the open button on the app to launch the setup wizard. Bug: 9299618 Change-Id: I00c8544178b41074253d49ae9481996ec56593d2
* Clean up IntentCompatUtils a bitTadashi G. Takaoka2013-05-211-1/+1
| | | | Change-Id: I803aa6c2160bfa1ffe992b28e7eb6e8a320c9762
* Fix a crash on a secondary userSatoshi Kataoka2013-05-211-2/+9
| | | | | Bug: 9054063 Change-Id: I092ab6e0077578d0aca57d2e41dfbc00b46e1ba4
* Add show setup wizard icon preference settingsTadashi G. Takaoka2013-03-051-31/+28
| | | | | Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7
* Add setup wizard launcher iconTadashi G. Takaoka2013-03-011-0/+125
The setup wizard icon will be hidden if the Android Keyboard is in system image. Bug: 8239067 Change-Id: Ib0c0c9e3a0954512c3e03e42a661cdf86eff0dca