Tadashi G. Takaoka
d4b6af14d8
Add click and long click actions to key node info
...
This CL adds ACTION_CLICK or ACTION_LONG_CLICK actions to a key node
info. But report a node info without these actions for the same key
while hovering to avoid announcement "double tap to select and double
tap and hold to long press".
Bug: 15727335
Change-Id: I1e9333c94c819d049bda81ad410299f5a509d29c
2014-06-20 18:25:25 -07:00
Keisuke Kuroyanagi
cebcdf9b71
am d2e566f9: Fix unit tests by adding @UsedForTesting.
...
* commit 'd2e566f9991e2a3540935a7e38d01dd4f65fd42b':
Fix unit tests by adding @UsedForTesting.
2014-06-20 07:34:58 +00:00
Keisuke Kuroyanagi
d2e566f999
Fix unit tests by adding @UsedForTesting.
...
Change-Id: I62ec07210817295f59a174383ee4b33cc4fc2ca6
2014-06-20 16:27:46 +09:00
Keisuke Kuroyanagi
190be56d8f
am f73769c6: Merge "Remove word from personalized dicts when it\'s canceled."
...
* commit 'f73769c6389adef4ae78ff844d14039b9b8f2c6e':
Remove word from personalized dicts when it's canceled.
2014-06-20 06:51:27 +00:00
Tadashi G. Takaoka
f9c65c44a6
am 0f6f5b1f: Merge "Disable empty suggestion word on the suggestions strip"
...
* commit '0f6f5b1fdc485a446c620b356d27ed3d4ade66be':
Disable empty suggestion word on the suggestions strip
2014-06-20 02:26:30 +00:00
Tadashi G. Takaoka
a553192ab2
am 58c1fae5: Merge "Dismiss more keys panel when hiding window"
...
* commit '58c1fae507c0b36ee2ff587226f81e19954bf1cb':
Dismiss more keys panel when hiding window
2014-06-20 02:20:01 +00:00
Tadashi G. Takaoka
58c1fae507
Merge "Dismiss more keys panel when hiding window"
2014-06-20 02:15:46 +00:00
Tadashi G. Takaoka
e9d12c9f74
Merge "Refactor drawing preview classes"
2014-06-20 02:09:17 +00:00
Tadashi G. Takaoka
0f6f5b1fdc
Merge "Disable empty suggestion word on the suggestions strip"
2014-06-20 02:04:45 +00:00
Tadashi G. Takaoka
ae42cd7e43
Disable empty suggestion word on the suggestions strip
...
It should be disabled when it is empty. But should be enabled even
when it is empty with accessibility exploration on to avoid announcing
"disabled".
Note that this CL may not be able to handle "suspending talk back"
state correctly. It should be handled by registering
TouchExplorationStateChangeListener that is available from API 19.
Bug: 15738513
Bug: 14849593
Change-Id: Id9ad89f770840f74a106f53833060407b20c1e24
2014-06-19 19:22:02 -07:00
Adam Lesinski
e906beb469
am 753d43a2: Do not generate ids in the android package
...
* commit '753d43a29945ac594f7f1ebeedf2a2d0b8744a23':
Do not generate ids in the android package
2014-06-20 00:22:16 +00:00
Keisuke Kuroyanagi
a807663aae
Merge "Remove hasBigrams/hasShortcut flags from ver4 PtNode."
2014-06-19 23:04:31 +00:00
Keisuke Kuroyanagi
24d49ee577
Remove hasBigrams/hasShortcut flags from ver4 PtNode.
...
Always check bigram/shortcut content instead of having
flags in each PtNode.
Bug: 14425059
Change-Id: I9eb816681bf22fc12e3ab3c92a178a7990b90e93
2014-06-23 16:49:49 +09:00
Adam Lesinski
753d43a299
Do not generate ids in the android package
...
A new AAPT change will have AAPT fail when an app tries
to add resources to an external package such as android.
Change-Id: I02e31481b5ea2d13a27b5b06fc4d0f8777551572
2014-06-19 16:00:16 -07:00
Jean Chalard
7d6bc4d063
Merge "[CS1] Some initial clean up"
2014-06-19 22:58:18 +00:00
Jean Chalard
80bf2821dd
Merge "Add a test for Armenian periods."
2014-06-19 22:58:18 +00:00
Ken Wakasa
ffc843550c
Merge "Revert "Reorganize Keyboard settings screen""
2014-06-19 22:58:18 +00:00
Ken Wakasa
e6a57bc82e
Revert "Reorganize Keyboard settings screen"
...
This reverts commit 339929ba16
.
Bug: 11866784
Bug: 13888366
Bug: 15781377
This doesn't build with LOCAL_SDK_VERSION := 19 for UnbundledLatinImeGoogle.
Change-Id: Idf8bd335b076152265f245f578dadf651e291878
2014-06-23 11:20:25 +00:00
Jean Chalard
7008406385
Merge "Update dictionaries"
2014-06-19 22:58:18 +00:00
Jean Chalard
75bc45cb12
Update dictionaries
...
>>> dictionaries/es_wordlist.combined.gz
Header :
date : 1401802362 <=> 1403153360
version : 45 <=> 47
Body :
Added: grandísimo 30
>>> java/res/raw/main_es.dict
Header :
date : 1401802362 <=> 1403153360
version : 45 <=> 47
Body :
Added: grandísimo 30
Bug: 15719556
Change-Id: Ifaa97d40d52a278e41f4dd1292781494d4eb939b
2014-06-23 16:56:00 +09:00
Yohei Yukawa
762a356a45
Merge "Add native unittest support on target devices for LatinIME"
2014-06-19 22:58:18 +00:00
Yohei Yukawa
7f4cca0cd1
Add native unittest support on target devices for LatinIME
...
This CL adds native unittest support on target devices for
LatinIME.
Note that you need to specify --target option to run-tests.sh
to run native unittest on the target device.
BUG: 13754552
Change-Id: I1dfb78ae1461163db8d47c3ba9141d4812070fd0
2014-06-23 14:41:34 +09:00
Keisuke Kuroyanagi
9bbc3aa02a
Merge "Move variables for I/O of a jni method to traverse session."
2014-06-19 22:55:19 +00:00
Keisuke Kuroyanagi
f73769c638
Merge "Remove word from personalized dicts when it's canceled."
2014-06-19 22:55:19 +00:00
Keisuke Kuroyanagi
0fbca1ac23
Remove word from personalized dicts when it's canceled.
...
Bug: 15555552
Bug: 15552347
Change-Id: Ia4d8c79d079e3ce233d46d4bbad4fff1be5c5c39
2014-06-20 14:46:13 +09:00
Baligh Uddin
56f261371a
am bf13ed7e: (-s ours) Merge "Import translations. DO NOT MERGE"
...
* commit 'bf13ed7ee154fb6e38658c37cb293b99c9a1a947':
Import translations. DO NOT MERGE
2014-06-19 19:55:28 +00:00
Baligh Uddin
b555eba60b
am f84cd658: (-s ours) Merge "Import translations. DO NOT MERGE"
...
* commit 'f84cd65856bee3f9f68854ad7ca168e7f3aac966':
Import translations. DO NOT MERGE
2014-06-19 19:55:26 +00:00
Tadashi G. Takaoka
b80fb09ff8
Dismiss more keys panel when hiding window
...
Bug: 15727301
Change-Id: Id7002ecb7f4eea7be3505f6f0235074264418221
2014-06-19 11:42:32 -07:00
Baligh Uddin
07efb6c9e3
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2014-06-19 14:48:39 +00:00
Baligh Uddin
f84cd65856
Merge "Import translations. DO NOT MERGE"
2014-06-19 14:48:39 +00:00
Baligh Uddin
462c427b7d
Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle
2014-06-19 14:48:39 +00:00
Tadashi G. Takaoka
6beeeedbde
am f49e9757: Clear suggestions strip if a suggestion engine isn\'t attached
...
* commit 'f49e9757404a84620f56e4210159c55193587187':
Clear suggestions strip if a suggestion engine isn't attached
2014-06-19 01:49:37 +00:00
Tadashi G. Takaoka
5e7af7077c
am d89a34b0: Merge "Hide voice input key from URI, Email, Number, and Phone layout"
...
* commit 'd89a34b0a1e7b5df7526e42027f8379a25baa291':
Hide voice input key from URI, Email, Number, and Phone layout
2014-06-19 01:49:36 +00:00
Baligh Uddin
99dfbec7df
Import translations. DO NOT MERGE
...
Change-Id: I841ec06f6139c801c485f6266cf33bc134989c8c
Auto-generated-cl: translation import
2014-06-18 18:48:24 -07:00
Baligh Uddin
2443dd2b2a
Import translations. DO NOT MERGE
...
Change-Id: I612a854e3c012766362d8e54502865b864f806d4
Auto-generated-cl: translation import
2014-06-18 18:47:35 -07:00
Tadashi G. Takaoka
f49e975740
Clear suggestions strip if a suggestion engine isn't attached
...
Bug: 15709298
Change-Id: I1b3fff3152960d85060149727d7a3422fea8a0bd
2014-06-18 18:47:34 -07:00
Baligh Uddin
8b83628551
Import translations. DO NOT MERGE
...
Change-Id: I3392a199c01f0a50f05437ee50e463a6df6f00bb
Auto-generated-cl: translation import
2014-06-18 18:43:10 -07:00
Tadashi G. Takaoka
7fb630b2a8
Refactor drawing preview classes
...
Change-Id: I0779caa720e3013f055ab48900bed223747b3952
2014-06-18 18:16:21 -07:00
Tadashi G. Takaoka
335028c039
am 03288ef4: Refactor MoreKeysKeyboard.Builder a bit
...
* commit '03288ef47fd93758b5665e19fe9b892ece6e586f':
Refactor MoreKeysKeyboard.Builder a bit
2014-06-19 01:13:04 +00:00
Tadashi G. Takaoka
03288ef47f
Refactor MoreKeysKeyboard.Builder a bit
...
Change-Id: I12139a925d59bb467df629cebc61423d61db1d2d
2014-06-18 18:06:17 -07:00
Tadashi G. Takaoka
5b1cc8d897
am 3ff72dd0: Consolidate 3 public methods of key preview into one
...
* commit '3ff72dd0daa9baaeb4d6b8ade59d65c1f0e8b34f':
Consolidate 3 public methods of key preview into one
2014-06-19 00:36:55 +00:00
Tadashi G. Takaoka
d89a34b0a1
Merge "Hide voice input key from URI, Email, Number, and Phone layout"
2014-06-19 00:17:11 +00:00
Tadashi G. Takaoka
0351b81632
Hide voice input key from URI, Email, Number, and Phone layout
...
Bug: 15709298
Change-Id: I05d9433d4e1c2cc475a2136cc97bc32bde6fc745
2014-06-18 18:44:27 -07:00
Tadashi G. Takaoka
3ff72dd0da
Consolidate 3 public methods of key preview into one
...
Change-Id: I0ac92c56bdb636998f7f5e20fba6830b4ac435fa
2014-06-18 10:05:59 -07:00
Jean Chalard
bfea7dec1a
Add a test for Armenian periods.
...
Bug: 11463389
Change-Id: Ic1a612bd6b2693369a1688e6a2273cff26fbe6d1
2014-06-18 17:45:53 +09:00
Baligh Uddin
bf13ed7ee1
Merge "Import translations. DO NOT MERGE"
2014-06-17 21:43:29 +00:00
Baligh Uddin
2d7531e84f
Import translations. DO NOT MERGE
...
Change-Id: I9b6feb04d2c2b974fd96a45e74016f892401e099
Auto-generated-cl: translation import
2014-06-18 18:44:05 -07:00
Keisuke Kuroyanagi
162f529e93
Move variables for I/O of a jni method to traverse session.
...
Bug: 15008504
Change-Id: I3e59bc856c1df0e1afe3b42d024620ca1745837b
2014-06-17 17:50:32 +09:00
Keisuke Kuroyanagi
fc5768e786
am 4c45fff2: Merge "Fix: NPE when initializing AOSP keyboard."
...
* commit '4c45fff2404b274cf6345221412671a81f0dba46':
Fix: NPE when initializing AOSP keyboard.
2014-06-17 02:50:52 +00:00
Keisuke Kuroyanagi
4c45fff240
Merge "Fix: NPE when initializing AOSP keyboard."
2014-06-16 23:18:50 +00:00