- Oct 07, 2014
-
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ied010ec6f1024080e8a499f682d2fc1780e82ef7
-
- Oct 06, 2014
-
-
Adrian Velicu authored
Bug: 17559789 Change-Id: I1d4b1524028164d27ec4eadd3960b567148f2b84
-
Jean Chalard authored
Diff: +++ b/java/src/com/android/inputmethod/keyboard/internal/KeyboardBuilder.java @@ -735,7 +735,7 @@ public class KeyboardBuilder<KP extends KeyboardParams> { private boolean matchLocaleCodes(TypedArray caseAttr, final Locale[] locales) { // TODO: adujst this for multilingual input - return matchString(caseAttr, R.styleable.Keyboard_Case_languageCode, locales[0].toString()); + return matchString(caseAttr, R.styleable.Keyboard_Case_localeCode, locales[0].toString()); } private boolean matchLanguageCodes(TypedArray caseAttr, Locale[] locales) { Change-Id: Icefac18dd6d5fea97f591177cf8df1ba6de7f4f0
-
Yohei Yukawa authored
We can now start relying on L APIs even in unbundled release. This means ENABLE_CURSOR_ANCHOR_INFO_CALLBACK can be always true. Hence we simply remove it. Change-Id: I0353e992e97e252059f83accea100504594bf171
-
- Oct 03, 2014
-
-
Ken Wakasa authored
This reverts commit 15dbd382. Bug: 11230254 Reverting due to unit test breakage. Change-Id: Icf29ba5c808c754515aef2d1b4162d72f606acfe
-
Jean Chalard authored
Bug: 11230254 Change-Id: Idf3ed27b396d63ade9800c72c5ce0ed613f5f669
-
Tadashi G. Takaoka authored
Bug: 15922840 Bug: 17788786 Change-Id: I69aea682202650b601a295d9da583ef8e05a3982
-
David Faden authored
Bug: 17400259 Change-Id: Ib3511afffe1d14662e7dd14611f384689516e664
-
- Oct 02, 2014
-
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ic579b93702c24f47e6cdb0c9a4da6b11f1fa76c8
-
- Oct 01, 2014
-
-
Jean Chalard authored
Bug: 17130496 Change-Id: I1a3631670c152d9b7667c9c4e08e14c48569eef5
-
Jean Chalard authored
Bug: 17623275 Change-Id: I2461e5e8baf06fb80a05b87f9d3db7a4d1952a01
-
- Sep 22, 2014
-
-
Adrian Velicu authored
Hiding SuggestedWords.EMPTY and refactoring code that compares SuggestedWords instances directly to it to use isEmpty instead Bug: 17560717 Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1
-
Jatin Matani authored
Bug:15657192 Change-Id: I6e976202812d1c1675bd7822c4a15686d1ec1fe9
-
- Sep 18, 2014
-
-
Tadashi G. Takaoka authored
This is a cherry-pick of Ic72d6fecc3 from lmp-dev. Bug: 17536096 Change-Id: Id76b8f8dc85d03bc7ed5f24800301c081a82a8d2
-
Tadashi G. Takaoka authored
Bug: 17536096 Change-Id: Ic72d6fecc3241c1a9aba87b82a46750cbd69e001
-
Yohei Yukawa authored
With this CL, the previously used commit indicator was reverted. Instead we use the add-to-dictionary indicator only at the moment. This CL also fixes the indicator position in bidi context. BUG: 17335734 Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6
-
- Sep 16, 2014
-
-
Jean Chalard authored
This is the central change of multilingual input. Bug: 11230254 Change-Id: Id8b68fb101e837e8cf182ab4bc1e55e4da5cc49d
-
- Sep 12, 2014
-
-
Tadashi G. Takaoka authored
Bug: 17163374 Change-Id: I57f7eeac0c9ac0a15d3d55927e18a2d97849c508
-
- Sep 11, 2014
-
-
Yohei Yukawa authored
This CL allows to emulate the behavior of CursorAnchorInfo in the full-screen mode to work around the limitation of the framework. Basically this CL copies relevant code from the framework to LatinIME. This is actually a code duplicate which isn't great, but probably the only way that is available right now. Change-Id: I30bc8c3387c91c8e47252ba699cbd967d8927dad
-
- Sep 10, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 16547557 Change-Id: I03eda34edc902fc4732d16d234216344d8d84d88
-
Jatin Matani authored
Change-Id: I4e7dc008b98e398c38aafea5cb31156dde7f42ea
-
- Sep 08, 2014
-
-
Jean Chalard authored
...unless we do support a hardware keyboard, which we still do not at the moment. Change-Id: Iec24b1ae8ba5e23e0bbb7e5a468b7404296d4b18
-
- Sep 05, 2014
-
-
Jean Chalard authored
This is cleaner. Bug: 17347779 Change-Id: I5b612783b1ec98a1a11401f00d68db49654f3023
-
- Sep 01, 2014
-
-
Jean Chalard authored
Change-Id: I1283d666b8904ff4e6c012332bdbc9c0c13df415
-
- Aug 29, 2014
-
-
Jatin Matani authored
Change-Id: I9002b4afb023e55ab251ea070ec0b7a6ace99261
-
Keisuke Kuroyanagi authored
Bug: 16547557 Change-Id: I5faba5e26d072b49c0fffcaeaf5062f9e0c2dcc0
-
Jatin Matani authored
Bug:16522256 Change-Id: I9cb8129c552159cf17ea5c2656e0988bf0f999f5
-
- Aug 27, 2014
-
-
Tadashi G. Takaoka authored
This CL expands SoftInputWindow to the entire screen. Thus a key review backing view is eliminated and onComputeInsets() gets simplified too. Bug: 17212702 Bug: 10841052 Bug: 10541453 Change-Id: I2d859f4e4698c64cabe399000821f13bab729996
-
Yohei Yukawa authored
When CursorAnchorInfo is unavailable, we shouldn't try to show the commit indicator and set the text highlight color. With this CL, RichInputConnection can be used to track if the application responded that it does support CursorAnchorInfo or not. This result will be taken into consideration when InputLogic needs to determine whether the commit indicator should be displayed or not. Change-Id: I945d70eeb02a7a5f3d9b22459b23d7028508910f
-
Yohei Yukawa authored
This CL introduces commit/add-to-dictionary indicators. Note that the text is not yet highlighted when the commit indicator is displayed. It will be addressed in subsequent CLs. Change-Id: I7e9b0fcfdc0776a50a1d8cfb41ee0add813317dd
-
- Aug 26, 2014
-
-
Jean Chalard authored
Bug: 17272902 Bug: 17269948 Change-Id: I561609fa84a6265f8148db7d2411bc1fd38dd163
-
Jean Chalard authored
This is because prediction can't be easily distinguished in style. This fixes the bug by simulating the right members, but some refactoring should be done to remove useless booleans. Bug: 17271923 Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
-
- Aug 25, 2014
-
-
Yohei Yukawa authored
This CL clarifies that delay parameters are specified with milliseconds. Change-Id: I401a60b8c09c2a04201af5b74babcdb091c07f4a
-
Jean Chalard authored
...and prepare for the future Change-Id: Ieed96ab552993fd148e80b9c3355f1b569bd716f
-
Tadashi G. Takaoka authored
Bug: 17242477 Bug: 13988700 Change-Id: I519c0481760a9aa93a5d9bee68e0f6a3a8fc4d9d
-
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
-
Yohei Yukawa authored
BUG: 17182367 BUG: 17185263 Change-Id: Id54ca29c191b9752fa82ffe5a960113b2e97e5c1
-