- Jul 06, 2023
-
-
abb128 authored
-
- May 07, 2018
-
-
Yohei Yukawa authored
This CL a logical revert of a previous CL [1], which separated Java files into common ones and overridable ones. Now that that overriding concept is no longer used, there is no need to keep having separate directory structure. [1]: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 fb74ab15 Fix: 79323502 Test: make -j aosp_taimen-userdebug && make -j Test: tapas LatinIME && make -j Change-Id: I2090bc25d18e6d4f24e91c2cbfe832755cbb4e8f
-
- Mar 23, 2015
-
-
Jatin Matani authored
Bug:19532354 Change-Id: I50b3ae11b6e58f07b482353b624b1a7a73eadc99
-
- Apr 04, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13698528 Change-Id: Ib904c911452525e3749c0eb287434b504576db5f
-
- Jun 24, 2013
-
-
Ken Wakasa authored
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
-
- Apr 23, 2013
-
-
Jean Chalard authored
Bug: 8651863 Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3
-
- Apr 11, 2013
-
-
Jean Chalard authored
Bug: 8376173 Change-Id: Icaac8ad412e0180c44e6a955943e3b208981b2ea
-
- Mar 19, 2013
-
-
Satoshi Kataoka authored
Bug: 8143554 Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615
-
- Jan 21, 2013
-
-
Tadashi G. Takaoka authored
Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
-
- Sep 27, 2012
-
-
Tadashi G. Takaoka authored
Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
-
- Aug 25, 2011
-
-
Jean Chalard authored
Bug: 5058488 Change-Id: Ib12013f58afad957a8205b439f87480cc12ea06f
-
- Aug 15, 2011
-
-
Jean Chalard authored
...and also rename the new one into "makedict". Bug: 5151604 Change-Id: I44a8ab640d408f630f20f502787a967791796dc6
-
- Aug 11, 2011
-
-
Jean Chalard authored
Bug: 4392433 Change-Id: Ic17806cb708b1181a52703537119f7f11fa5f1d6
-
- Aug 04, 2011
-
-
Jean Chalard authored
Bug: 5095140 Change-Id: Ie4322815f029f063dda2925697d6d8f63bfaf6d6
-
- Apr 28, 2011
-
-
Jean Chalard authored
This change enables the interface to get multiple dictionaries from a dictionary pack. It only implements it to the end in the case of the proprietary method, as the open method needs still some working out, and the "inside the package" method does not need it. This change goes together with Iaa95bf36, and breaks the build without it. Bug: 1752028 Change-Id: I3ccfd696e8ef083ef9c074e1c3e4bb0bf2fcfd23
-
- Mar 18, 2011
-
-
Jean Chalard authored
This change adds basic support for an external dictionary provider. It adds methods for reading the dictionary itself from an asset in the dictionary provider package directly, obtaining the file name through the ContentProvider interface; it also adds a way of getting the data through an InputStream and copying the file locally. Incidentally this change also adds the code needed to listen for updating the dictionary provider package and reloading it in time. This change also goes hand-in-hand with Iab31db6e, which implements the small closed part of this. Issue: 3414944 Change-Id: I5e4fff99a59bb99dbdb002102db6c90e6cb41c8a
-
- Jan 25, 2011
-
-
Tadashi G. Takaoka authored
Bug: 2214959 Change-Id: I06370e1c9e0683666ad19454a2fb501008af95c0
-
- 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.
-