aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hide app icon when keyboard is a system app.Dan Zivkovic2015-02-231-11/+34
| | | | | | | | | | | | | The objective is to show an app icon when the user installs the keyboard from the Play Store, but not show the icon when it comes from the system image. The latter rule applies to AOSP keyboards and to the Google Keyboard on a Nexus device. This change partially reverts ag/613096. Bug 19001197. Change-Id: Icb202deffe9f1ab2bde9b3c9d221347da6793a19
* AOSP change for showing the app icon.Dan Zivkovic2015-01-161-27/+14
| | | | | | | | | 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
* Remove unneeded Context argumentTadashi G. Takaoka2014-11-211-1/+1
| | | | Change-Id: Ib34931836a617d0dc049fb3c9ae6686374ec8c12
* Clear keyboard cache when system locale is changedTadashi G. Takaoka2014-08-281-15/+14
| | | | | Bug: 17310080 Change-Id: I2b388772f269f1e7610a5bd32de80793da2df16e
* Restore additional subtypes when the package is updatedYohei Yukawa2014-07-041-0/+104
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