Jean Chalard
61eef3d4ce
am 70084063: Merge "Update dictionaries"
...
* commit '7008406385a7ae24c7c1579542976964c0d0407c':
Update dictionaries
2014-06-23 08:01:08 +00:00
Tadashi G. Takaoka
0b5468a0db
am dbb0c785: Merge "Refactor dicttool with try-with-resource"
...
* commit 'dbb0c78522fbe138706bc86f98d1597b6daa9dad':
Refactor dicttool with try-with-resource
2014-06-23 07:52:29 +00:00
Tadashi G. Takaoka
d1f0e40a86
am a0ac1471: Merge "Fix dismissing more keys panel when hiding keyboard"
...
* commit 'a0ac147112b158a58f802700c7d78fa3062630de':
Fix dismissing more keys panel when hiding keyboard
2014-06-23 05:59:52 +00:00
Yohei Yukawa
0330292a47
am 762a356a: Merge "Add native unittest support on target devices for LatinIME"
...
* commit '762a356a457326576b33ac31d639ad37fdcd8968':
Add native unittest support on target devices for LatinIME
2014-06-23 05:56:11 +00:00
Tadashi G. Takaoka
a0ac147112
Merge "Fix dismissing more keys panel when hiding keyboard"
2014-06-21 03:15:09 +00:00
Tadashi G. Takaoka
a74719c934
Fix dismissing more keys panel when hiding keyboard
...
This issue was introduced by Id7002ecb7f.
Bug: 15809493
Change-Id: Iaa51b7f40a54ccbafb45c6444d8bbd21c671f7af
2014-06-22 22:21:39 -07:00
Tadashi G. Takaoka
33216efaaa
am 593fe9b0: Merge "Add click and long click actions to key node info"
...
* commit '593fe9b0cfcd5ffd0a33e3260358b192997d8347':
Add click and long click actions to key node info
2014-06-21 01:41:04 +00:00
Tadashi G. Takaoka
d2181bf0b8
am e9d12c9f: Merge "Refactor drawing preview classes"
...
* commit 'e9d12c9f744db21b8d0862fcebba94b64fab4ed2':
Refactor drawing preview classes
2014-06-21 01:41:03 +00:00
Tadashi G. Takaoka
ef19c71a26
am d801b6ee: Populate accessibility root node info of keyboard
...
* commit 'd801b6ee668f6ed4ef1926fd2cdb928fd36ace3a':
Populate accessibility root node info of keyboard
2014-06-20 23:12:05 +00:00
Tadashi G. Takaoka
d801b6ee66
Populate accessibility root node info of keyboard
...
Partially reverting Ie033d21ef8 to populate root node info.
This CL also fixes the bounds in screen of virtual node info.
Bug: 15746768
Bug: 15582251
Change-Id: I3a82f904270adf138036ef462fd70b349a3cd33e
2014-06-20 14:32:16 -07:00
Tadashi G. Takaoka
dbb0c78522
Merge "Refactor dicttool with try-with-resource"
2014-06-20 21:00:34 +00:00
Tadashi G. Takaoka
fec4769e0b
Refactor dicttool with try-with-resource
...
This CL must be checked in together with Idd7c744d0f.
Change-Id: Ia0ff09a054c1852b39cdce22a4377108afb254e2
2014-06-22 23:20:37 -07:00
Tadashi G. Takaoka
593fe9b0cf
Merge "Add click and long click actions to key node info"
2014-06-20 21:00:34 +00:00
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
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
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
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