Commit Graph

33428 Commits (64a792db2e9da62ac87053c982272ae820c80244)

Author SHA1 Message Date
Keisuke Kuroyanagi 179eb125c4 am f7322b16: Make getNextWordAndNextToken output code point count.
* commit 'f7322b166b88f72b19509d8416700d4ec8ea7753':
  Make getNextWordAndNextToken output code point count.
2014-06-23 10:26:40 +00:00
Keisuke Kuroyanagi f7322b166b Make getNextWordAndNextToken output code point count.
Bug: 14425059
Change-Id: Id1c2927c8a1be0b1680206d444dbdf0c9453dceb
2014-06-23 19:08:30 +09:00
Keisuke Kuroyanagi 85b8a30f04 am 9bbc3aa0: Merge "Move variables for I/O of a jni method to traverse session."
* commit '9bbc3aa02ab61d27cdbe2d9a7c0501433460223c':
  Move variables for I/O of a jni method to traverse session.
2014-06-23 08:45:15 +00:00
Keisuke Kuroyanagi 44a7b50544 am a807663a: Merge "Remove hasBigrams/hasShortcut flags from ver4 PtNode."
* commit 'a807663aaed1d774fc3a619f3526f7cbaea113f9':
  Remove hasBigrams/hasShortcut flags from ver4 PtNode.
2014-06-23 08:45:14 +00:00
Tadashi G. Takaoka 1c04410d52 am 294afba8: Merge "Reorganize Keyboard settings screen"
* commit '294afba81fc0c781ba42074ab4a59e378034e159':
  Reorganize Keyboard settings screen
2014-06-23 08:45:12 +00:00
Tadashi G. Takaoka f8866ffd39 am 496fd778: Merge "Custom view for key preview popup"
* commit '496fd77850cbc47add3cde67d4c788e01213e29c':
  Custom view for key preview popup
2014-06-23 08:45:11 +00:00
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 294afba81f Merge "Reorganize Keyboard settings screen" 2014-06-21 03:15:09 +00:00
Tadashi G. Takaoka 339929ba16 Reorganize Keyboard settings screen
This CL must be checked in together with I6ebfbeb4e8.

Bug: 11866784
Bug: 15781377
Bug: 13888366
Change-Id: I57d47ab174d03121a604fd0dbf553795de0ab9b8
2014-06-22 22:37:26 -07: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 496fd77850 Merge "Custom view for key preview popup" 2014-06-20 21:00:34 +00:00
Tadashi G. Takaoka 615f431465 Custom view for key preview popup
Bug: 15143928
Change-Id: I12411b9b5b9611ec089e4967def9b5c19a2367c7
2014-06-23 01:07:59 -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
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