- Jul 06, 2023
-
-
abb128 authored
-
- Oct 14, 2014
-
-
Sandeep Siddhartha authored
Bug: 17942814 Change-Id: I0bbef716dff47ed8eb880209d448629ad853b904
-
- Oct 10, 2014
-
-
Sandeep Siddhartha authored
There are two categories of preferences: 1. That are part of the default shared preference They were all getting backed up and restored. Added a blacklist to not restore some of these. e.g. current account 2. That are in a non-default shared preference file. These are not getting backed up currently, but added a specific local preference file for all such preferences. Bug: 17288591 Change-Id: I2f748be971a2337543e5014434aa39313fd1e1d8
-
- Jan 21, 2013
-
-
Tadashi G. Takaoka authored
Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
-
- Dec 19, 2012
-
-
Ken Wakasa authored
Change-Id: I260b85ef9e91d17f97d6e405d2d92a65b443df44
-
- Sep 27, 2012
-
-
Tadashi G. Takaoka authored
Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
-
- Dec 09, 2010
-
-
Tadashi G. Takaoka authored
This change also cleanups preference key string constants Change-Id: I58510f220a90d00d71a935731abeab87384675bb
-
- Aug 24, 2010
-
-
satok authored
- remove unused code - add @Override - change the inappropriate cast Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
-
- Apr 05, 2010
-
-
Jean-Baptiste Queru authored
-use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
-
- Mar 30, 2010
-
-
Christopher Tate authored
Change-Id: I73de0733fe988e5723828a2557b4648b8dd3f5b9
-
Amith Yamasani authored
Change-Id: I72661c51f277cb9aa3df0bd5a16756408b53ab7f
-
- Mar 09, 2010
-
-
Amith Yamasani authored
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
-
- Mar 05, 2010
-
-
Christopher Tate authored
Change-Id: I0ea45d114ef642bb50b0ea155cfc59f20da1f430
-
- Jan 17, 2010
-
-
Mike LeBeau authored
the change to logging to remove any private dependencies and use broadcast intents to VoiceSearch instead. I have audited this code and it appears good to go for open-source, but would appreciate a second pair of eyes. Still to do after submitting this CL: * Reintroduce Amith's memory leak fix (37557) which was the only CL added to LatinIME since the last merge over to the private copy. * Make some changes to allow LatinIME to work without voice search installed. Currently I believe it will show the mic but fail if you press it. We need to base the visibility on the mic on the availability of the service. * Fix this code to use the new Gservices framework, it's still trying to use the old one.
-
- Jul 05, 2009
-
-
Amith Yamasani authored
Backup the shared preferences when they change.
-