| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This fixes unit tests and brings us closer to a green build.
Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
|
| |
|
|
|
|
| |
Note this change does not affect the native decoder interface.
Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
|
| |
|
|
| |
Change-Id: I546f3b1943999a41803222bd14f9ddd23aa87a51
|
| |
|
|
| |
Change-Id: I6f020ece3c45d584d413e4265d6d3fbdf1ea8bd8
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I1fc21a981d9f1740315763b5ca0c1024ece1fa4d
|
| |/
|
|
|
|
| |
This CL reorganize the key press/release state visual drawing code.
Change-Id: I4aa10f57309ae2f81333a1e2bd863c23a7a41d82
|
| |
|
|
| |
Change-Id: Iee0dd077a0423f110f4f8dad0f04933045baef2a
|
| |
|
|
|
|
|
| |
Also why did we have two copies of LocaleUtils >.>
Bug: 18108776
Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
|
| |
|
|
| |
Change-Id: Ia425f341255595f8f80c13b2aa409249f9ce4202
|
| |
|
|
| |
Change-Id: I654f7483d1c013ac2685a45af4eb2af15fa219ad
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This CL consolidates similar methods in MainKeyboardView.
- startWhileTypingFadeinAnimation and startWhileTypingFadeoutAnimation
- showSlidingKeyInputPreview and dismissSlidingKeyInputPreview
Change-Id: I607ab74683820de2456af3e75663cf8cf358ab38
|
| |/
|
|
| |
Change-Id: I5248374dfe0504f6e64cc5d994e275d80364ec9d
|
| |
|
|
| |
Change-Id: I658a5b16cca1e56f0b944009b8aef09e0a97a0db
|
| |
|
|
| |
Change-Id: I2b11ca0dec0f3522648557a9a909f305cc4170fb
|
| |
|
|
|
| |
Bug: 18108776
Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
|
| |
|
|
|
|
|
| |
Our intention is to have classes of latinime-common under the common
package as much as we can.
Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
|
| |
|
|
|
| |
Bug: 11230254
Change-Id: Ib54be1a2a77b6e80cdff1af89a7b4203ea859716
|
| |
|
|
|
| |
Bug: 17910364
Change-Id: Ibe76ee86a43c5939f48e45506c985b3f289eac7a
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 15dbd38283fc9c8fdfd2540f1d94d4dbf2eabcb5.
Bug: 11230254
Reverting due to unit test breakage.
Change-Id: Icf29ba5c808c754515aef2d1b4162d72f606acfe
|
| |
|
|
|
| |
Bug: 11230254
Change-Id: Idf3ed27b396d63ade9800c72c5ce0ed613f5f669
|
| |
|
|
|
| |
Bug: 17035860
Change-Id: I9627d525a570ced085281b4db93fe6896081e818
|
| |\
| |
| |
| |
| |
| |
| | |
keys keyboard
* commit 'ad4de3fc819d658775eed470fc74ad76da5caad2':
Implement Floating Action Button more keys keyboard
|
| | |
| |
| |
| |
| | |
Bug: 15681452
Change-Id: I8484e4fe4d989b391f2b5230836dc9dfac218429
|
| |\|
| |
| |
| |
| |
| |
| | |
animation" into lmp-dev
* commit '3ad86d91f1e3d251635303e0fb9a83dce22efa3a':
Add theme aware key popup preview animation
|
| | |
| |
| |
| |
| | |
Bug: 15678343
Change-Id: I26e4d292deab37724387cc9ebc03033fcd698c60
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit a63d0a8ee6cb05bcddb69bf9a6018853d89d886a.
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
|
| | |
| |
| |
| |
| |
| | |
This reverts commit 8ffe4bc9321e582a4d882f21e465d5886616f489.
Change-Id: I9d4c98b0adfdb78b0f4d376f7691e50d1bd2228f
|
| |/
|
|
|
| |
Bug: 11230254
Change-Id: Ic7a1bf938a5a186dcff527b556295aba2406e8b9
|
| |
|
|
|
| |
Bug: 9978106
Change-Id: I335fa3117ac2af2cb8220c4827dd54c1a1da4c5c
|
| |
|
|
|
|
| |
This is a follow up change of I12139a925d and I0ac92c56bd
Change-Id: Id6e9f4434fddd5d4274e06da5063606c2ffad932
|
| |
|
|
|
|
|
| |
This issue was introduced by Id7002ecb7f.
Bug: 15809493
Change-Id: Iaa51b7f40a54ccbafb45c6444d8bbd21c671f7af
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I0779caa720e3013f055ab48900bed223747b3952
|
| |/
|
|
|
| |
Bug: 15727301
Change-Id: Id7002ecb7f4eea7be3505f6f0235074264418221
|
| |
|
|
| |
Change-Id: I12139a925d59bb467df629cebc61423d61db1d2d
|
| |
|
|
| |
Change-Id: I0ac92c56bdb636998f7f5e20fba6830b4ac435fa
|
| |
|
|
|
| |
Bug: 15579928
Change-Id: I6bcf885f2c1aa37b337a85978409ccf41e459c2a
|
| |
|
|
|
|
|
|
|
| |
A keyboard accessibility delegate object should be a singleton for
each keyboard view.
Bug: 15437933
Bug: 15419386
Change-Id: Ia70853c644d950ea6130c1f209b89929b1cb1ee5
|
| |
|
|
| |
Change-Id: I2cba2bb5b2f449ed29895365b9c6ca285a7640fe
|
| |
|
|
| |
Change-Id: I4cbae476d16723778b46ff765dd97832f279785f
|
| |
|
|
|
|
|
| |
This CL must be checked in together with Ie52007dc5c.
Bug: 15318007
Change-Id: Ie665f296e43b5485ae8ba7e949aa262794ee0dcc
|
| |
|
|
|
|
|
| |
This CL must be checked in together with I5cc76807e3.
Bug: 15318007
Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb
|
| |
|
|
|
|
|
|
|
| |
This CL also refactors KeyboardAccessibilityDelegate a bit to be able
to override on hovering methods that handle enter, move, and exit on a
key.
Bug: 12491371
Change-Id: I3c7e81ccb8729ae6e466c654efde0c18ed734bdf
|
| |
|
|
| |
Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|
| |
|
|
| |
Change-Id: I0d73b4cf60145b6e34bd89f72eb49de3c686f5e3
|
| |
|
|
| |
Change-Id: Ifad1905f304bccdc39f0d5fbcab8a6353e0b4f76
|
| |
|
|
|
| |
Bug: 14419121
Change-Id: I901ea2a5bfae870b3aae8fea3bc38d999b2354b8
|