Commit Graph

32649 Commits (8ffff6e015cb3162f6a718ee614c0d1e89e2588f)

Author SHA1 Message Date
Tadashi G. Takaoka 37ec0fe984 Use slightly dimmed text color for functional keys
This CL introduces two new key attributes to achieve this.
- KeyboardView.functionalTextColor
- followFunctionalTextColor flag for Key.keyLabelFlags

Bug: 14419121
Change-Id: I45ca433dcc9cc8c6cf891e21d5316ee4048b0cad
2014-05-15 15:39:59 +09:00
Yohei Yukawa e4324df154 am f0fc320b: Merge "Simplify StatsUtils"
* commit 'f0fc320b4e70f8541b4d9d72b4bc426aad1955d9':
  Simplify StatsUtils
2014-05-15 06:38:49 +00:00
Yohei Yukawa f0fc320b4e Merge "Simplify StatsUtils" 2014-05-15 06:35:42 +00:00
Tadashi G. Takaoka 2444af51df am 50c21b5e: Merge "Update L icons"
* commit '50c21b5e9296a2cbde2ccd2b488f890f42291104':
  Update L icons
2014-05-15 05:57:36 +00:00
Tadashi G. Takaoka 50c21b5e92 Merge "Update L icons" 2014-05-15 05:53:10 +00:00
Baligh Uddin bdc4b1876a Import translations. DO NOT MERGE
Change-Id: Ied3af9b4df35ee65da5734d910cf45af16d84e9e
Auto-generated-cl: translation import
2014-05-14 22:17:29 -07:00
Baligh Uddin 0ef3e3994c Import translations. DO NOT MERGE
Change-Id: Iab8a923855b1fc47f5e2a83b33673357593fd341
Auto-generated-cl: translation import
2014-05-14 22:16:30 -07:00
Tadashi G. Takaoka 34e0fad723 Update L icons
This CL must be checked in together with I27755f45fd.

Bug: 14419121
Change-Id: Iaf032f638c9ed36f2d3b924fdd42f0502abf487e
2014-05-15 13:45:02 +09:00
Keisuke Kuroyanagi 48912bebbb am a709bc7f: Merge "Reduce the cost for handling intentional omission."
* commit 'a709bc7f939ea63edd71786d7922cd36dd23ce3c':
  Reduce the cost for handling intentional omission.
2014-05-15 03:33:46 +00:00
Keisuke Kuroyanagi a709bc7f93 Merge "Reduce the cost for handling intentional omission." 2014-05-15 03:31:39 +00:00
Keisuke Kuroyanagi 4d86dd1273 am 39e5a15a: Merge "Always keep PtNodes that represent non-word info during GC."
* commit '39e5a15af0b4187aa8d7e571d43703f951c4f545':
  Always keep PtNodes that represent non-word info during GC.
2014-05-15 02:40:31 +00:00
Keisuke Kuroyanagi 39e5a15af0 Merge "Always keep PtNodes that represent non-word info during GC." 2014-05-15 02:38:57 +00:00
Xiaojun Bi 5fe9c8f069 am 3686bdfc: Fix off-device build
* commit '3686bdfcc1798066f90fbd64b26602e2ecb7bad0':
  Fix off-device build
2014-05-15 00:49:32 +00:00
Xiaojun Bi 3686bdfcc1 Fix off-device build
This CL fixed the breakage caused by DistracterFilter.
It should be checked in together with I8f53e9481c0f

Bug: 14911612
Bug: 13142176
Change-Id: I33c3526165cea58926d10404552f1fadc385c2e5
2014-05-14 17:39:02 -07:00
Yohei Yukawa 9aa7f66a15 Simplify StatsUtils
With this CL, the implementation of StatsUtils no longer
needs to know how to read settings from the system.

Insted, the LatinIME class is now responsible for notifying
StatsUtils whenever the settings is changed.

BUG: 14324207
Change-Id: Ic3d26ec31c8d2c082d3e7487b578b323aad2f960
2014-05-15 00:11:13 +09:00
Keisuke Kuroyanagi 01055b5f0b am aa7329de: Merge "Add VERSION4_DEV(402) in Java side and use it for tests."
* commit 'aa7329de15dddcd437997c9da82d5cfb5a52cdcc':
  Add VERSION4_DEV(402) in Java side and use it for tests.
2014-05-14 13:43:52 +00:00
Keisuke Kuroyanagi 871ff82088 am 91d75382: Merge "Add VERSION_4_DEV(402) in native code."
* commit '91d753822527649372a67c8f4e166670791a63f3':
  Add VERSION_4_DEV(402) in native code.
2014-05-14 13:43:50 +00:00
Keisuke Kuroyanagi aa7329de15 Merge "Add VERSION4_DEV(402) in Java side and use it for tests." 2014-05-14 13:42:24 +00:00
Keisuke Kuroyanagi 91d7538225 Merge "Add VERSION_4_DEV(402) in native code." 2014-05-14 13:40:10 +00:00
Keisuke Kuroyanagi 04536f14b0 Add VERSION4_DEV(402) in Java side and use it for tests.
Bug: 13406708
Change-Id: I7c9c53bf34d12dced7331a359a83f6444490783a
2014-05-14 22:37:07 +09:00
Keisuke Kuroyanagi 7116ea98f4 Add VERSION_4_DEV(402) in native code.
Bug: 13406708
Change-Id: I96cfacf524d670a6a5637a96a63bcd47aaf09ca0
2014-05-14 22:37:05 +09:00
Keisuke Kuroyanagi 6059f6c7b5 am 28b896fe: Merge "Use nullptr instead of MmappedBufferPtr(nullptr)."
* commit '28b896fe35b0345d4e92e5044974f05f2ee443ec':
  Use nullptr instead of MmappedBufferPtr(nullptr).
2014-05-14 13:29:33 +00:00
Keisuke Kuroyanagi cf700695ea Always keep PtNodes that represent non-word info during GC.
Bug: 14119293
Change-Id: Ie50b341a512be6a6efe3e05b60e1d09560b01d1f
2014-05-14 22:29:21 +09:00
Keisuke Kuroyanagi 28b896fe35 Merge "Use nullptr instead of MmappedBufferPtr(nullptr)." 2014-05-14 13:26:14 +00:00
Keisuke Kuroyanagi 2dc8e36f8e Use nullptr instead of MmappedBufferPtr(nullptr).
Change-Id: I9bc35f723f1c105ef6155a49630b8cd492900bc8
2014-05-14 22:05:00 +09:00
Keisuke Kuroyanagi 4d1eaa12c9 am ee599754: Merge "Fix a NPE in DistracterFilter.isDistracterToWordsInDictionaries()"
* commit 'ee59975420c975040c0b990812201d3ddb4aacc5':
  Fix a NPE in DistracterFilter.isDistracterToWordsInDictionaries()
2014-05-14 12:25:07 +00:00
Keisuke Kuroyanagi ee59975420 Merge "Fix a NPE in DistracterFilter.isDistracterToWordsInDictionaries()" 2014-05-14 12:20:10 +00:00
Jean Chalard 05db21949f am babde55b: Merge "Fix a bug where changing languages kills the composition."
* commit 'babde55bf843c2262d84580c0139ed6b040bef7e':
  Fix a bug where changing languages kills the composition.
2014-05-14 11:40:54 +00:00
Jean Chalard babde55bf8 Merge "Fix a bug where changing languages kills the composition." 2014-05-14 11:36:43 +00:00
Jean Chalard 5ce39dfa78 Fix a bug where changing languages kills the composition.
Bug: 14926896
Change-Id: Id2a06c68a51f833db4d8bbc858a232c2696afb6e
2014-05-14 20:34:32 +09:00
Keisuke Kuroyanagi 0e40c0ce82 am 32bdf9f3: Merge "Use JniDataUtils::putXxxToArray() to output a value."
* commit '32bdf9f3446d567f05bc49281a4ec43d4a19b2bf':
  Use JniDataUtils::putXxxToArray() to output a value.
2014-05-14 11:15:14 +00:00
Keisuke Kuroyanagi 32bdf9f344 Merge "Use JniDataUtils::putXxxToArray() to output a value." 2014-05-14 11:12:09 +00:00
Keisuke Kuroyanagi 60497abd91 am 5c00bde9: Merge "Filter out control characters and non-unicode code points."
* commit '5c00bde9bc67d757a33cbaeba7158852c08a39fb':
  Filter out control characters and non-unicode code points.
2014-05-14 11:10:51 +00:00
Keisuke Kuroyanagi 5c00bde9bc Merge "Filter out control characters and non-unicode code points." 2014-05-14 11:07:32 +00:00
Keisuke Kuroyanagi 304a71d171 Use JniDataUtils::putXxxToArray() to output a value.
Change-Id: Ifb7bed6623b01acb524566a0fe00dcbdf7273888
2014-05-14 20:05:15 +09:00
Keisuke Kuroyanagi e9121a68a6 Filter out control characters and non-unicode code points.
Bug: 14119293
Bug: 13758761
Change-Id: I6b79cff0714152807f5e20b7a75060a0a772b28b
2014-05-14 20:05:10 +09:00
Keisuke Kuroyanagi 98c3001c46 am 728141d5: Merge "Generate dict code for version 401."
* commit '728141d55a0a785a4ed09586f7e22272cd49fc96':
  Generate dict code for version 401.
2014-05-14 10:53:35 +00:00
Keisuke Kuroyanagi 728141d55a Merge "Generate dict code for version 401." 2014-05-14 10:51:12 +00:00
Tadashi G. Takaoka 8aa3c06784 am 9f4d62cc: Create com.android.inputmethod.keyboard.emoji package
* commit '9f4d62cc42ab66f72ecb23996ffc2f8b039c8c4a':
  Create com.android.inputmethod.keyboard.emoji package
2014-05-14 10:41:49 +00:00
Tadashi G. Takaoka 9f4d62cc42 Create com.android.inputmethod.keyboard.emoji package
Change-Id: Idd12c2fa4f5add7bb50bd7349ff9a74fffe82cfd
2014-05-14 19:32:00 +09:00
Keisuke Kuroyanagi 6bf268132d Generate dict code for version 401.
Bug: 13406708
Change-Id: I769ac84d54d997e7aefab0c9c16727455a132e0b
2014-05-14 19:09:01 +09:00
Tadashi G. Takaoka e9f992ff26 am 71f4c6b8: Merge "Fix NPE that happens only in some unit tests"
* commit '71f4c6b8eacb210fceb719a0f293d14f359ba4f1':
  Fix NPE that happens only in some unit tests
2014-05-14 10:05:41 +00:00
Tadashi G. Takaoka 71f4c6b8ea Merge "Fix NPE that happens only in some unit tests" 2014-05-14 10:01:15 +00:00
Tadashi G. Takaoka 268bf2cdfe Fix NPE that happens only in some unit tests
Bug: 14922410
Change-Id: Ica801e102d302e9faa7c24721b37634f1e812af3
2014-05-14 18:55:14 +09:00
Jean Chalard 8e38607e5c am 08476dc1: Merge "Don\'t send empty composing texts."
* commit '08476dc1076cec7758786141bb86b3a5c46e4e35':
  Don't send empty composing texts.
2014-05-14 09:53:28 +00:00
Jean Chalard 08476dc107 Merge "Don't send empty composing texts." 2014-05-14 09:50:25 +00:00
Tadashi G. Takaoka 5c39b00bb6 am 83da2642: Merge "Rename LMP to LXX just in case"
* commit '83da26422c30d216eb1725ce1053b0ba3df10e92':
  Rename LMP to LXX just in case
2014-05-14 09:46:48 +00:00
Tadashi G. Takaoka 83da26422c Merge "Rename LMP to LXX just in case" 2014-05-14 09:43:27 +00:00
Tadashi G. Takaoka 3610039723 Rename LMP to LXX just in case
This CL must be checked in together with I7e2ba67f31.

Change-Id: I51cb982f9cf0ace173d535a60293bb4be83bbb75
2014-05-14 18:39:39 +09:00
Tadashi G. Takaoka 01391a9396 am d7c520bb: Merge "Make Emoji palette more Quantum light compliant"
* commit 'd7c520bb74cc8214d2182b7950c84bdb576cea77':
  Make Emoji palette more Quantum light compliant
2014-05-14 09:37:11 +00:00