Commit graph

33093 commits

Author SHA1 Message Date
Jean Chalard
367c199de1 Remove mPrevWordsInfo
This member has outlived its usefulness. It's not clear now that it
makes things really faster, but it does bring a lot of complexity
that we can avoid by removing it.

Change-Id: Ifbc8094a45b56b958fe165b1930f4cc358a97721
2014-06-10 12:07:51 +09:00
Baligh Uddin
5f5b5bf6bb Import translations. DO NOT MERGE
Change-Id: I12199bc91f977541d1ca0293bf02ab4f7716041b
Auto-generated-cl: translation import
2014-06-09 17:27:48 -07:00
Baligh Uddin
947055223f Import translations. DO NOT MERGE
Change-Id: I5e5094703d39f8cd24ea51a00007a7ffb5671ac2
Auto-generated-cl: translation import
2014-06-09 17:26:07 -07:00
Tadashi G. Takaoka
0ec60573ef am 874a600d: Add audio and haptic feedback for Emoji and Suggestions
* commit '874a600dc805b6ab9fe92fccddfe4765b8d29a35':
  Add audio and haptic feedback for Emoji and Suggestions
2014-06-10 00:25:19 +00:00
Tadashi G. Takaoka
96af879295 Merge "Revert "Fix build due to auto merged I1b6ed80d85"" into jb-ub-latinimegoogle 2014-06-10 00:23:18 +00:00
Baligh Uddin
47b956e37a Import translations. DO NOT MERGE
Change-Id: I619995358078fd20eb65070a85c78d483521760b
Auto-generated-cl: translation import
2014-06-09 17:22:26 -07:00
Baligh Uddin
9be87abd43 Import translations. DO NOT MERGE
Change-Id: I657fd88fd14ba67f2e6ad0db2d515118ff7abb35
Auto-generated-cl: translation import
2014-06-09 17:21:35 -07:00
Tadashi G. Takaoka
1919fb6f4a Revert "Fix build due to auto merged I1b6ed80d85"
This reverts commit bc4fe8d836.

Bug: 15472289
Change-Id: I106300b39fd5999b77410890da835efb8ce19c7c
2014-06-10 00:19:59 +00:00
Tadashi G. Takaoka
874a600dc8 Add audio and haptic feedback for Emoji and Suggestions
Bug: 15378862
Change-Id: Ia14929bd9eb63ad5735cae0ad98ad0e2ad301128
2014-06-10 09:15:59 +09:00
Ying Wang
fb57fe263c Use LOCAL_MULTILIB to build host lib as 64-bit
Also we should use LOCAL_REQUIRED_MODULES instead of
LOCAL_ADDITIONAL_DEPENDENCIES.

Bug: 13751317
Change-Id: I742ff14b3de168e14e646749cf4f6bc9c9e7bc62
2014-06-09 12:16:30 -07:00
Tadashi G. Takaoka
5ddbe65a51 am d022df49: Merge "Set content descrition of words in suggestions strip"
* commit 'd022df49bd083b3de68463295d04bbcaadb479a6':
  Set content descrition of words in suggestions strip
2014-06-09 13:04:54 +00:00
Tadashi G. Takaoka
d022df49bd Merge "Set content descrition of words in suggestions strip" 2014-06-09 13:01:44 +00:00
Tadashi G. Takaoka
f3c852efad Set content descrition of words in suggestions strip
Bug: 14849593
Change-Id: If020e2352c8e950ce87dc4711c39b8a6a41f66fc
2014-06-09 21:40:36 +09:00
Jean Chalard
bd9e199630 am 43ea8f6e: Merge "Use RichInputConnection to get the previous word."
* commit '43ea8f6e774c46f8285657020d02202e447bba78':
  Use RichInputConnection to get the previous word.
2014-06-09 10:49:45 +00:00
Jean Chalard
43ea8f6e77 Merge "Use RichInputConnection to get the previous word." 2014-06-09 10:47:28 +00:00
Jean Chalard
453711abe2 Use RichInputConnection to get the previous word.
We don't need the optimization of storing the old words now
that the RichInputConnection can supply it without IPC.

Bug: 13703802
Change-Id: I37ccb8d5fba879fb04b4f23d33571849736d897c
2014-06-09 19:43:20 +09:00
Jean Chalard
7a6bc607ca Split the sentences into words ourselves
The framework's default split is not suitable for all
languages. Also it does not perform very well when space
is mistyped as period.

Bug: 9063355
Bug: 10780091
Change-Id: I400d790ff1c29f221697fd94d79bbf67c61c7b8a
2014-06-09 19:38:03 +09:00
Tadashi G. Takaoka
6dd4465d5f am 48b96a6a: Fix TalkBack descriptions of keyboard shift mode transition
* commit '48b96a6a52dab6f3a44adf80b40832d629fe5871':
  Fix TalkBack descriptions of keyboard shift mode transition
2014-06-09 08:45:07 +00:00
Tadashi G. Takaoka
48b96a6a52 Fix TalkBack descriptions of keyboard shift mode transition
Bug: 14846348
Change-Id: I32435a31f919974a506e598d1f3cc1b55a0866ae
2014-06-09 17:28:49 +09:00
Tadashi G. Takaoka
df1464d9a2 am 402e8474: Merge "Use rectangle region to ignore hover events after long press"
* commit '402e8474774d66d102676758e54733602d181236':
  Use rectangle region to ignore hover events after long press
2014-06-09 07:58:24 +00:00
Tadashi G. Takaoka
b5e2da1e6d am 862d7ec3: Merge "Refactor KeyCodeDescriptionMapper class a bit"
* commit '862d7ec32e22a32878114a799bebe2de9080c5bc':
  Refactor KeyCodeDescriptionMapper class a bit
2014-06-09 07:58:23 +00:00
Tadashi G. Takaoka
402e847477 Merge "Use rectangle region to ignore hover events after long press" 2014-06-09 07:56:41 +00:00
Tadashi G. Takaoka
862d7ec32e Merge "Refactor KeyCodeDescriptionMapper class a bit" 2014-06-09 07:56:28 +00:00
Tadashi G. Takaoka
176f803176 Use rectangle region to ignore hover events after long press
Bug: 15500282
Bug: 15501718
Change-Id: Ia4771198c3120a980b0a2cdd210928a4f47f5b83
2014-06-09 16:32:19 +09:00
Tadashi G. Takaoka
24fab555f9 Refactor KeyCodeDescriptionMapper class a bit
This CL adds getDescriptionForCode() method.

Bug: 15500282
Change-Id: I3bb92c8f356ea623fc992c924506b11e09256e98
2014-06-09 16:28:30 +09:00
Keisuke Kuroyanagi
859fdbcd73 am 7f0316c2: Merge "Add distracter cache to optimize the distracter test."
* commit '7f0316c27e7fd91a54044d474c5c9086d8438602':
  Add distracter cache to optimize the distracter test.
2014-06-09 05:39:09 +00:00
Keisuke Kuroyanagi
f7cf57ed3d am 9f02a67c: Merge "Fix: NPE after turning on personalized suggestion."
* commit '9f02a67c77a1fdfb011bd93d6caf2f455ba358f6':
  Fix: NPE after turning on personalized suggestion.
2014-06-09 05:39:08 +00:00
Keisuke Kuroyanagi
7f0316c27e Merge "Add distracter cache to optimize the distracter test." 2014-06-09 05:35:46 +00:00
Keisuke Kuroyanagi
9f02a67c77 Merge "Fix: NPE after turning on personalized suggestion." 2014-06-09 05:35:32 +00:00
Keisuke Kuroyanagi
104b582c35 Add distracter cache to optimize the distracter test.
Bug: 13142176
Bug: 15428247
Change-Id: Ia390b148ffb36ace6c2010daf0f14838492413e8
2014-06-09 12:39:06 +09:00
Keisuke Kuroyanagi
65cf23eb38 Fix: NPE after turning on personalized suggestion.
Bug: 13142176
Bug: 15428247
Change-Id: I236202e3c1b70a11d512c946798035087945c0ac
2014-06-09 12:26:59 +09:00
Tadashi G. Takaoka
53290f5de6 am f4d3a6a3: Merge "Make keyboard theme test robust"
* commit 'f4d3a6a31af8d0ea9c397c15cbe8cccb4c727e9a':
  Make keyboard theme test robust
2014-06-09 03:15:16 +00:00
Tadashi G. Takaoka
f4d3a6a31a Merge "Make keyboard theme test robust" 2014-06-09 03:12:40 +00:00
Keisuke Kuroyanagi
3fe3df10dd am a2a4ee27: Merge "Check isInDictionary() before the distracter test."
* commit 'a2a4ee276531f3f0455bc5099ad17cf12b580b72':
  Check isInDictionary() before the distracter test.
2014-06-09 02:56:55 +00:00
Keisuke Kuroyanagi
a2a4ee2765 Merge "Check isInDictionary() before the distracter test." 2014-06-09 02:53:33 +00:00
Keisuke Kuroyanagi
bdf745da32 Check isInDictionary() before the distracter test.
Bug: 13142176
Bug: 15428247
Change-Id: I7ce2c09ebbef6ca8c056807c2a35f2f987fd436e
2014-06-09 11:43:45 +09:00
Keisuke Kuroyanagi
e3d55cc5b6 am 79e2e9fa: Merge "Add Dictionary.isInDictionary()."
* commit '79e2e9fa8c08ea1ad1b1e51f83bdd28fa88660dd':
  Add Dictionary.isInDictionary().
2014-06-09 02:42:30 +00:00
Keisuke Kuroyanagi
79e2e9fa8c Merge "Add Dictionary.isInDictionary()." 2014-06-09 02:40:39 +00:00
Tadashi G. Takaoka
278b9071ab Rename keyboard theme Quantum to Material
Bug: 15467097
Change-Id: Id909723cd979ccd24740b034720591c9b1bcc2b1
2014-06-09 11:37:45 +09:00
Tadashi G. Takaoka
f671725520 Make keyboard theme test robust
Change-Id: I2547c8af6fa73e646f697cb4450140859d87625e
2014-06-09 11:14:40 +09:00
Keisuke Kuroyanagi
1910392eed Add Dictionary.isInDictionary().
Bug: 13142176
Bug: 15428247
Change-Id: If2d1c1fea7a69e41809a828da8dd032211ad144e
2014-06-09 11:04:28 +09:00
Tadashi G. Takaoka
ce2a7378e1 am dec599d1: Fix overwriting accessibility delegate in setKeyboard
* commit 'dec599d1723f4ff52f066bd2dd1a4457d30cd33c':
  Fix overwriting accessibility delegate in setKeyboard
2014-06-09 01:31:45 +00:00
Tadashi G. Takaoka
dec599d172 Fix overwriting accessibility delegate in setKeyboard
A keyboard accessibility delegate object should be a singleton for
each keyboard view.

Bug: 15437933
Bug: 15419386
Change-Id: Ia70853c644d950ea6130c1f209b89929b1cb1ee5
2014-06-08 22:12:52 +09:00
Baligh Uddin
0f537fd310 am 86a28db7: (-s ours) Merge "Import translations. DO NOT MERGE"
* commit '86a28db7f954dd7a1b158c7f1d7e9ae88258155a':
  Import translations. DO NOT MERGE
2014-06-07 04:25:14 +00:00
Baligh Uddin
898c10c2e4 am 42e34138: (-s ours) Merge "Import translations. DO NOT MERGE"
* commit '42e341386df9a6d1af8203f9424dd945538eda5d':
  Import translations. DO NOT MERGE
2014-06-07 04:25:13 +00:00
Baligh Uddin
055ecd0f84 Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle 2014-06-07 04:21:27 +00:00
Baligh Uddin
86a28db7f9 Merge "Import translations. DO NOT MERGE" 2014-06-07 04:21:24 +00:00
Baligh Uddin
69252b3b32 Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle 2014-06-07 04:21:22 +00:00
Baligh Uddin
42e341386d Merge "Import translations. DO NOT MERGE" 2014-06-07 04:21:20 +00:00
Tadashi G. Takaoka
bc4fe8d836 Fix build due to auto merged I1b6ed80d85
This CL must be reverted once prebuilts/sdk of jb-ub-latinimegoogle has
Theme.Material.

Bug: 15472289
Change-Id: Ibf85899bad83d03dc5cab6bbd1defa92f536088f
2014-06-07 11:56:05 +09:00