Commit Graph

38423 Commits (2c62a6008ef66e690983517082f1c1c10e88eba1)

Author SHA1 Message Date
The Android Automerger 8288a20754 merge in master-release history after reset to master 2014-04-19 05:50:59 -07:00
Ken Wakasa 47b4321ed5 Use mclinker
Change-Id: Ib34f66c106f357cd82b1577566e00f490cee2c5a
2014-04-19 12:07:58 +09:00
Keisuke Kuroyanagi 4f3c3aaf11 Merge "Pass max trie structure size to on memory Ver4DictBuffers." 2014-04-19 01:04:20 +00:00
Xiaojun Bi 8e95b2f5a7 Merge "Fix a bug for counting code points in WordComposer.java" 2014-04-19 01:03:17 +00:00
Keisuke Kuroyanagi 7b43d987fa Pass max trie structure size to on memory Ver4DictBuffers.
Bug: 14166482
Bug: 14161647

Change-Id: I3b0dd192d7a81c3809f1873bb66ef8fe637f8af0
2014-04-18 17:57:28 -07:00
Ying Wang f2a10900d4 am 5c36065b: Merge "Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build."
* commit '5c36065b74852857b3cc520d7be5df9413937cd9':
  Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.
2014-04-19 00:05:10 +00:00
Ying Wang 5c36065b74 Merge "Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build." 2014-04-18 23:57:15 +00:00
Ying Wang 5833a06c95 Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.
Change-Id: Ib45416aec46d9cc574d34de96d18219643334beb
2014-04-18 16:45:41 -07:00
Ying Wang b06a3b2f35 am eb17716b: Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.
* commit 'eb17716b8a310f265f5c0e41a8264013a5dd1b6e':
  Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.
2014-04-18 22:23:22 +00:00
Xiaojun Bi 11b7076168 Fix a bug for counting code points in WordComposer.java
This bug threw an ArrayIndexOutOfBoundsException when the word length
is 49 (maxSize + 1) when calling StringUtils.copyCodePointsAndReturnCodePointCount(...)
in the same function. This bug is discovered by running SKETCH.

The intent is to count the code points from index 0 to index i (included).
The original code only counted the code points from index 0 to index (i-1).

Bug: 13969542
Change-Id: Idbf596aba2379ba552dbe580c83c42044d505aaf
2014-04-18 14:56:35 -07:00
Ying Wang eb17716b8a Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.
Change-Id: Ib45416aec46d9cc574d34de96d18219643334beb
2014-04-17 18:44:20 -07:00
Baligh Uddin be023f99c9 am 7cb0cc1b: (-s ours) Merge "Import translations. DO NOT MERGE"
* commit '7cb0cc1b29ebca17933ac4b7fabc80f04d17a767':
  Import translations. DO NOT MERGE
2014-04-17 16:26:52 +00:00
Baligh Uddin a8d2fdf715 Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle 2014-04-17 16:23:51 +00:00
Baligh Uddin 7cb0cc1b29 Merge "Import translations. DO NOT MERGE" 2014-04-17 16:23:49 +00:00
The Android Automerger d62a8e38ee merge in master-release history after reset to master 2014-04-17 05:50:31 -07:00
Tadashi G. Takaoka b3ba01b5de am a980fb39: Merge "Refactor RunInLocale a bit"
* commit 'a980fb39a5ce8b3103c74c654a4e11550ae6d632':
  Refactor RunInLocale a bit
2014-04-17 09:02:51 +00:00
Tadashi G. Takaoka 5e04782ea4 am 8180b02b: Merge "Add contentDescription to Emoji palette"
* commit '8180b02bedae2ba8056e31d8ff3af600b2167ea3':
  Add contentDescription to Emoji palette
2014-04-17 08:59:37 +00:00
Tadashi G. Takaoka a980fb39a5 Merge "Refactor RunInLocale a bit" 2014-04-17 08:59:25 +00:00
Tadashi G. Takaoka 8180b02bed Merge "Add contentDescription to Emoji palette" 2014-04-17 08:56:22 +00:00
Tadashi G. Takaoka bfc998096b Add contentDescription to Emoji palette
This CL adds content descriptions of:
- Emoji Category icon/label.
- Delete key
- Space key

Bug: 11452158
Change-Id: Ic00592c560b6265c880cd25f2e18cfd349b4620b
2014-04-17 17:43:34 +09:00
Jean Chalard 3aa04c2be0 am 20b0c3c5: Merge "Avoid lower-case version of capitalized words in user hist"
* commit '20b0c3c5a9594e98d5468460585148cb8ace2076':
  Avoid lower-case version of capitalized words in user hist
2014-04-17 08:43:32 +00:00
Tadashi G. Takaoka 5c490e5da5 Refactor RunInLocale a bit
Change-Id: If60877b29bb1263161ec85c99320ad07b7dd4245
2014-04-17 17:39:19 +09:00
Jean Chalard 20b0c3c5a9 Merge "Avoid lower-case version of capitalized words in user hist" 2014-04-17 08:22:42 +00:00
Jean Chalard ab27eb700b am 86ff9d6d: Merge "Fix a wrong parameter passed."
* commit '86ff9d6dda96eba3eeeeadd1c329e9f2a9b3fae6':
  Fix a wrong parameter passed.
2014-04-17 07:42:24 +00:00
Jean Chalard 649dcba5a8 Avoid lower-case version of capitalized words in user hist
Bug: 14096825
Change-Id: Ib6cc8fc31e90862e0b05f5a06757a73069726b74
2014-04-17 16:41:26 +09:00
Jean Chalard 86ff9d6dda Merge "Fix a wrong parameter passed." 2014-04-17 07:39:52 +00:00
Jean Chalard 26611120c9 Fix a wrong parameter passed.
Bug: 14120001
Change-Id: I8258304bc500fe28870fb8a5c11c15d97795423c
2014-04-17 15:44:55 +09:00
Tadashi G. Takaoka 1efeb8fc42 am 1c1d37ca: Separate TalkBack description resources
* commit '1c1d37caf94ce40d38d73e9c43b0561de49b648b':
  Separate TalkBack description resources
2014-04-17 06:07:39 +00:00
Tadashi G. Takaoka 1c1d37caf9 Separate TalkBack description resources
Change-Id: Ib57c0e2faa67119b1c3a9bcf311828d71c2965d6
2014-04-17 12:58:14 +09:00
Baligh Uddin f8a1c9ee68 Import translations. DO NOT MERGE
Change-Id: Id7b70a9f7798ba067ac95a7be47f7dadcb34924a
Auto-generated-cl: translation import
2014-04-16 20:32:29 -07:00
Baligh Uddin 52b2781281 Import translations. DO NOT MERGE
Change-Id: Ie050ab8a7fc0551c1661672a2d88a889b84f970b
Auto-generated-cl: translation import
2014-04-16 20:31:25 -07:00
Keisuke Kuroyanagi 1298fe4f38 am b21edc44: Shuwdown executors after executing all tasks.
* commit 'b21edc44026bac1a41cbf01aa4476c5cdf2a1812':
  Shuwdown executors after executing all tasks.
2014-04-17 01:06:28 +00:00
Keisuke Kuroyanagi b21edc4402 Shuwdown executors after executing all tasks.
Bug: 14113276
Change-Id: Ie42ef30ffe5767ca434db4669efad2027b474e74
2014-04-17 09:28:52 +09:00
The Android Automerger bcfa1ae041 merge in master-release history after reset to master 2014-04-16 05:51:00 -07:00
Jean Chalard 93e166338a am ba635ad3: Merge "Restart suggestions when restarting input"
* commit 'ba635ad30d4a0951860448a628ccc1a5cb1eb466':
  Restart suggestions when restarting input
2014-04-16 10:45:42 +00:00
Jean Chalard ba635ad30d Merge "Restart suggestions when restarting input" 2014-04-16 10:43:28 +00:00
Tadashi G. Takaoka 73a1841dfb am 166fd799: Merge "Dismiss more suggestions before showing important notice"
* commit '166fd799d4c3fb9447c44ddd2fabe1a97fc6466b':
  Dismiss more suggestions before showing important notice
2014-04-16 09:45:18 +00:00
Tadashi G. Takaoka 166fd799d4 Merge "Dismiss more suggestions before showing important notice" 2014-04-16 09:43:39 +00:00
Jean Chalard 3aba6263f0 Restart suggestions when restarting input
Bug: 6851364
Change-Id: I3052924053f37f56c9c3953051aa1b22224a2b2e
2014-04-16 17:02:08 +09:00
Tadashi G. Takaoka c8abd13c77 Dismiss more suggestions before showing important notice
Bug: 14078601
Change-Id: I029cadd8f2f170b5a3e70df170e306c9be109a70
2014-04-16 15:40:39 +09:00
Jean Chalard e2fba0d64b am 66e509b1: Fix some failing tests
* commit '66e509b1d4a8f41a7e4d6e26dfa0dd9995e945a9':
  Fix some failing tests
2014-04-16 03:18:14 +00:00
The Android Automerger df3f5838d2 merge in master-release history after reset to master 2014-04-15 05:50:20 -07:00
Jean Chalard 66e509b1d4 Fix some failing tests
Bug: 13968927
Change-Id: I7e5e075535e38bf0fa24af98ed6e2cdfd6de6556
2014-04-15 21:44:46 +09:00
Jean Chalard e66818da27 am 1ee443d8: Merge "[IL135] Make getCurrentAutoCapsState private"
* commit '1ee443d848f7e8ce8b3696e4d6e4a6afa1ce2d47':
  [IL135] Make getCurrentAutoCapsState private
2014-04-15 02:29:45 +00:00
Jean Chalard 1ee443d848 Merge "[IL135] Make getCurrentAutoCapsState private" 2014-04-15 02:27:52 +00:00
Jean Chalard 36f3df5a68 am 82d3a56b: Merge "[IL134] Add an alternative path to getCurrentAutoCapsState"
* commit '82d3a56b094557514bffc2a3f22d08b58c495cba':
  [IL134] Add an alternative path to getCurrentAutoCapsState
2014-04-15 02:26:25 +00:00
Jean Chalard 82d3a56b09 Merge "[IL134] Add an alternative path to getCurrentAutoCapsState" 2014-04-15 02:24:41 +00:00
The Android Automerger 3ac118e0b0 merge in master-release history after reset to master 2014-04-14 05:49:29 -07:00
Jean Chalard b48f92bdaa am 751dc070: Merge "Fix updating the shift state upon backspace"
* commit '751dc070bf5cbf2534eb86f5dbc05ec38fcffbee':
  Fix updating the shift state upon backspace
2014-04-14 12:34:07 +00:00
Jean Chalard 751dc070bf Merge "Fix updating the shift state upon backspace" 2014-04-14 12:31:22 +00:00