| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: Ie53bcb49b568a44a7bdcc8c7437d9981062487b6
|
| |
|
|
| |
Change-Id: I6658bae54793c59b3c0839edda6933950920185e
|
| |
|
|
|
|
| |
* Add Burmese
Change-Id: I650fdac232bb1aa6c35798e782edaa2ab829c5fc
|
| |
|
|
|
|
| |
This fixes unit tests and brings us closer to a green build.
Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
|
| |
|
|
|
|
|
|
| |
We'll resurrect this effort in the new code base.
Bug 16900511.
Change-Id: Iae4cd27cb29cb8f991e97cffd88ed59c30d66628
|
| |
|
|
| |
Change-Id: I546f3b1943999a41803222bd14f9ddd23aa87a51
|
| |
|
|
| |
Change-Id: I8e3c4705c705a1c6e05e9112211d7012912d7e41
|
| |
|
|
| |
Change-Id: I6f020ece3c45d584d413e4265d6d3fbdf1ea8bd8
|
| |
|
|
|
|
| |
This CL reorganize the key press/release state visual drawing code.
Change-Id: I4aa10f57309ae2f81333a1e2bd863c23a7a41d82
|
| |
|
|
| |
Change-Id: Iee0dd077a0423f110f4f8dad0f04933045baef2a
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I5be7339c4797b0308c1a192d2984056619fdfbdd
|
| | |
| |
| |
| | |
Change-Id: I485a076b81927fed0da593216fea2c740449ef4c
|
| |/
|
|
| |
Change-Id: I90cc74ee882e8aa2b243885d3b994223ca3b6f44
|
| |
|
|
| |
Change-Id: Ib9dbbb4bd4e35c15fd752c364d3012e8a7da2410
|
| |
|
|
|
|
|
| |
Also why did we have two copies of LocaleUtils >.>
Bug: 18108776
Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: Ia425f341255595f8f80c13b2aa409249f9ce4202
|
| |/
|
|
| |
Change-Id: I38bf53a0b5ea5064462b8eb5d99b7247ff8bddc4
|
| |
|
|
| |
Change-Id: I654f7483d1c013ac2685a45af4eb2af15fa219ad
|
| |
|
|
|
|
|
|
| |
This CL consolidates similar methods in MainKeyboardView.
- startWhileTypingFadeinAnimation and startWhileTypingFadeoutAnimation
- showSlidingKeyInputPreview and dismissSlidingKeyInputPreview
Change-Id: I607ab74683820de2456af3e75663cf8cf358ab38
|
| |
|
|
| |
Change-Id: I658a5b16cca1e56f0b944009b8aef09e0a97a0db
|
| |
|
|
| |
Change-Id: I2b11ca0dec0f3522648557a9a909f305cc4170fb
|
| |
|
|
|
| |
Bug: 18108776
Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
|
| |
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
This CL also adds @SuppressWarning("unused" to java-overridable package.
Bug: 18003991
Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I7456200af739db4510c5549b7bc894fb48749455
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: 17741882
Change-Id: I62e8c9a3f194b9a3a6724c7d1a92292b150ddeb9
|
| |
|
|
|
| |
Bug: 13222403
Change-Id: I9a4cf447a8ab0c26c4dc7f7794c57390024660cc
|
| |
|
|
|
| |
Bug: 17418371
Change-Id: I22bb2913015a83604301576e68095974c38b7c9a
|
| |\ |
|
| | |
| |
| |
| |
| | |
Bug: 16143057
Change-Id: I0b4a3d0d1125f9af25a98ee7a1852129ae1c1d2c
|
| |/
|
|
|
| |
Bug: 17707885
Change-Id: Ie6a54ac5ab60f5d11363ac8da8eef850d65dba7c
|
| |
|
|
|
| |
Bug: 10787354
Change-Id: Ia71417069a0cc10d7908d0c404ce85eb0cd76540
|
| |
|
|
|
| |
Bug: 9687668
Change-Id: I0631ab04cf33e3d454c965e98a756c31666537bf
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL introduces new text reference notation !string/<resource_name>
to refer a string resource on the fly.
This notation is mainly used to represent action key labels may refer
a string in a system locale in run-time.
This notation is needed to implement Hinglish and Serbian-Latin
keyboards that need to refer its own action key labels.
Bug: 17169632
Bug: 9687668
Change-Id: I042f6bd04714e0e448cd92031730eb9fb422e6d3
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
This CL also adds a couple of custom layout tests of Nordic languages.
Bug: 10787354
Change-Id: I5e875d3f30863395511afa82f0a02deb093d3a6f
|
| |/
|
|
| |
Change-Id: Ib090a3dfa7e53232e0d1ef5e4d2cbe48130f657f
|
| |\ |
|
| | |
| |
| |
| |
| | |
Bug: 16807005
Change-Id: Ifd0ab3aeb8207cdecacf8cfe5b1d58c07690142f
|
| |/
|
|
|
|
|
| |
SuggestedWords instances directly to it to use isEmpty instead
Bug: 17560717
Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Change [3/3]
Added tests for Qwerty/en-US/split
Parse the switch-case statement from KeyboardBuilder to use the right layout.
Bug: 4968173
Change-Id: If4d6d71d5900525290268d8affa55dccf1ebd4f2
|
| |/
|
|
|
| |
Bug: 17324498
Change-Id: Ie27f0023b2bfb18b0ee2051260ecf6bab75727a5
|