- Oct 13, 2023
-
-
Aleksandras Kostarevas authored
-
- Jul 06, 2023
-
-
abb128 authored
-
- Jan 22, 2016
-
-
Yohei Yukawa authored
With this CL, LatinIME switches the current subtype from its enabled subtypes based on the first locale in EditorInfo#hintLocales. This functionality is still experimental, and will be triggered only when EditorInfo#hintLocales is specified by the application. Bug: 22859862 Change-Id: Ibd0559b370d8aa0d50d1bada8ecfdac0ed8db898
-
- Mar 12, 2015
-
-
Dan Zivkovic authored
This fixes unit tests and brings us closer to a green build. Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
-
- Mar 06, 2015
-
-
Dan Zivkovic authored
Bug 19627494. Change-Id: I50dc77c59ced0f2e7c07a49ae0cb040197c2ab35
-
- Feb 11, 2015
-
-
Dan Zivkovic authored
Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
-
- Jan 29, 2015
-
-
Dan Zivkovic authored
Bug 19188067. Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99
-
- Dec 12, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I40afeb4557c3b1ad32bd90f67502a625df2bc3fb
-
Tadashi G. Takaoka authored
Change-Id: Ic4def69a9f742f13c98bc3e518c406658b52797d
-
- Dec 11, 2014
-
-
Jean Chalard authored
Bug: 18705799 Change-Id: I73730ccf59e2697acfb3fe436c01b94c40307f2f
-
Tadashi G. Takaoka authored
Change-Id: I7bd71f1d4ef0fc0fe21ddfd9f3e11463f53ac4e7
-
- Dec 01, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I5661a7926cf5a404788516c542b25cc0707bb417
-
- Nov 21, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: Ib34931836a617d0dc049fb3c9ae6686374ec8c12
-
- Nov 06, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I82d5a17a5ec96f26047d29e79f3f28850fc5b3bb
-
Tadashi G. Takaoka authored
Change-Id: I0f95f603d80570c937e8c38ded88df341c11795e
-
Tadashi G. Takaoka authored
Change-Id: I89aaf87d7d0cc204b0ca0f61c2f64d15e2df848e
-
- Oct 23, 2014
-
-
Ken Wakasa authored
Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
-
Tadashi G. Takaoka authored
This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
-
- Oct 21, 2014
-
-
Tadashi G. Takaoka authored
This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
-
- Oct 16, 2014
-
-
Jean Chalard authored
We used to have separate methods for existence of dicts according to whether it's a file or a resource. This unifies both. Bug: 11230254 Bug: 17979623 Change-Id: I728773461f3465f756d06297c3f3bee34390c3e6
-
- Oct 14, 2014
-
-
Jean Chalard authored
...or more exactly, the script of the keyboard layout set associated with a given subtype. Bug: 11230254 Change-Id: I82f5fc81ecffc561781816008c853be6ff9438dd
-
Jean Chalard authored
The code would iterate all enabled subtypes each time getCurrentSubtype() is called, which is really quite frequent. Bug: 11230254 Change-Id: I91feb36de6eca84967e848fc585aae04b350be89
-
- Oct 09, 2014
-
-
Jean Chalard authored
Bug: 11230254 Change-Id: I9bc19db5f101eeb6841394fe3637f271c93cbfa7
-
- Aug 25, 2014
-
-
Jean Chalard authored
This reverts commit a63d0a8e. This patch seems to be fine after all, but was submitted without its companion [ML1.1] patch causing a build breakage. Reverting the revert and submitting both at the same time seems like the right thing to do. Change-Id: Ib8fefa40b74dcee0edb025a52dac9b35c82d49df
-
- Aug 22, 2014
-
-
Jean Chalard authored
This reverts commit 8ffe4bc9. Change-Id: I9d4c98b0adfdb78b0f4d376f7691e50d1bd2228f
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ic7a1bf938a5a186dcff527b556295aba2406e8b9
-
Mohammadinamul Sheik authored
Change-Id: I61e32c7a455a273e8daf9a5487d7969923802488 Bug: 17013677
-
- Jul 04, 2014
-
-
Yohei Yukawa authored
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
-
- Jun 13, 2014
-
-
Yohei Yukawa authored
This reverts commit 1690992d. Build.VERSION.SDK_INT is bumped with I4716e71d72b2526fe635079d1b. We no longer need this workaround. Change-Id: I75a1c2a7055af17a7d40291aadd62ae9bb42e056
-
- May 23, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
-
- Apr 30, 2014
-
-
Yohei Yukawa authored
Make sure if Build.VERSION.CODENAME is "REL" or not when Build.VERSION.SDK_INT is 19 (KitKat). This is a tentative workaround until Build.VERSION.SDK_INT is bumped to 20 or greater. BUG: 12965588 Change-Id: I0f6a8ef92af221240d247997ce65bd5e351b2d5e
-
- Apr 28, 2014
-
-
Yohei Yukawa authored
With this CL, LatinIME starts using InputMethodManager#shouldOfferSwitchingToNextInputMethod when available and API level is higher than 19 (KitKat). Note that relevant settings of LatinIME will be ignored if InputMethodManager#shouldOfferSwitchingToNextInputMethod is considered to be available at the moment. We will revisit here to reorganize the user visible settings before the new global IME switching mechanism becomes publicly available. BUG: 12965588 Change-Id: I0188fa56cba8e983c61cef3ae3400a0e3821f718
-
- Mar 03, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13271570 Change-Id: Ie06cd83baaaf674d8b34f0232c164c4541aceb43
-
- Jul 24, 2013
-
-
Tadashi G. Takaoka authored
Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df
-
- Jul 23, 2013
-
-
Tadashi G. Takaoka authored
This change moves the methods that create the subtype display name for spacebar from MainKeyboardView to SubtypeLocale class, and consolidates SpacebarTextTests with SubtypeLocaleTests. Bug: 9962955 Change-Id: Ifa0a08ff80bc30753a213c2feb471599ca63fa66
-
- Jul 22, 2013
-
-
Ken Wakasa authored
Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
-
- Jun 24, 2013
-
-
Ken Wakasa authored
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
-
- Jun 12, 2013
-
-
Jean Chalard authored
This will spare a lot of IPC for Latin IME at the cost of very little retained memory. This improves the loading by potentially a lot - between 15 and 30% when the layout is cached (which should now be the case almost every time), and half that if it's not. More importantly, it makes the load time less sensitive to high device load, which is one of the sore points. Bug: 8689779 Change-Id: I2e07736f1a92c38eed0e203bc690761a181da8b9
-
- Jun 07, 2013
-
-
Tadashi G. Takaoka authored
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
-
- May 21, 2013
-
-
Satoshi Kataoka authored
Bug: 9054063 Change-Id: I092ab6e0077578d0aca57d2e41dfbc00b46e1ba4
-