History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4e9d2608265814fc684d030b513848e671c7bb17 23-Jun-2015 Dan Zivkovic <zivkovic@google.com> Do not force downloads on package replace.

This is causing issues we can't deal with in a safe and timely manner.
Furthermore, users who need downloaded dictionaries already have them by now.

Bug 21797386.

Change-Id: I97e5fd84edcf2b16f04db57b7ae4a13fa9ce993f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
bf7c0106b0380bc80dd78d6026abce36b5e2ce51 23-Jun-2015 Mohammadinamul Sheik <inamul@google.com> Fix the previous downloads logic to not missing any downloads.

Bug: 21797386
Change-Id: Ic09698b28e31b4f16831898d7cb08853f4e5df4a
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
5a51e4a0a8b13308f457fe5fa82c01d7e8ee7c61 22-Jun-2015 Mohammadinamul Sheik <inamul@google.com> Clear/remove all the scheduled downloads in Download Manager

Bug: 21797386
Change-Id: I60f50a2fe890af46f5e847c34df2edf719d40ac4
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
7891733c73245bddf0a53f150187fa9fc3f97866 21-May-2015 Dan Zivkovic <zivkovic@google.com> Remove dogfood history reset.

Change-Id: I1d7ebe5962fc3176c376e1ce34c7ac98cdf41373
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
e09da0aeb90b46349a0b88fad43233f7550b6040 08-May-2015 Jatin Matani <jatinm@google.com> Set syncAutomatically for sync users

Note: this doesn't mean that sync would happen.
It only unblocks users who are already opted into
cloud sync

Change-Id: I91836efadac89d0429d7f2e9c9190a873a638743
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
f22571e2d9756294fa2fa332a395c06010f54d92 01-May-2015 Dan Zivkovic <zivkovic@google.com> Delete history on upgrade in LatinIME.

Bug 20733902.

Change-Id: Ibe27e6cafe4db87ba62d7df708229e0d8564ffa8
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
767c0bf71b9c0af7f8451d7d355f6efad21a6e5b 27-Apr-2015 Chieu Nguyen <cvnguyen@google.com> Restore preference change update to show app icon setting.

Bug: 20544640
Change-Id: I6e2a26a8a5e43360dfefcc85bb46eae28f5e3867
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
a2376cd2b4fea6b655fdcdf794cf16b7bbe1a161 22-Apr-2015 Chieu Nguyen <cvnguyen@google.com> Restore switch for showing app icon.

Bug: 20307420
Change-Id: I95969de40936d2ea992669324d0c4df7e8de2bd9
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
3bc3bc7971f15438732933cfac0db6e766e6a3e9 24-Mar-2015 Mohammadinamul Sheik <inamul@google.com> Force download the dictionaries after the apk package is updated.

- Also display the notification when the dictionaries are auto updated


Bug: 19808828
Change-Id: If5c4efb73d8bb554d812afcf7deafec3ac40a462
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
08f3cdb3c87e56ac62f5ac3c573beade592b4b06 21-Feb-2015 Dan Zivkovic <zivkovic@google.com> Hide app icon when keyboard is a system app.

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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
d913617e0cecc2628c3729933c365d76f45f5504 15-Jan-2015 Dan Zivkovic <zivkovic@google.com> AOSP change for showing the app icon.

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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
8a711f2a547a61b9f4f3ef3bdb79a66b618db58f 20-Nov-2014 Tadashi G. Takaoka <takaoka@google.com> Remove unneeded Context argument

Change-Id: Ib34931836a617d0dc049fb3c9ae6686374ec8c12
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
f2eadbb497a172f602e49226a7f891d9e9097760 28-Aug-2014 Tadashi G. Takaoka <takaoka@google.com> Clear keyboard cache when system locale is changed

Bug: 17310080
Change-Id: I2b388772f269f1e7610a5bd32de80793da2df16e
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java
052ec62abd577182af8d5b50564d8075b18be3c9 04-Jul-2014 Yohei Yukawa <yukawa@google.com> Restore additional subtypes when the package is updated

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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SystemBroadcastReceiver.java