Commit Graph

33446 Commits (7f1e6b5979ecdea3bd3265c35b88a44077efda8c)

Author SHA1 Message Date
Keisuke Kuroyanagi 2dcb5c1b4d Remove clearAndFlushDictionary() and use clear().
clearAndFlushDictionary() was needed when dictionaries are constructed
in java side. All expandable dictionaries now use native code; thus,
this method is same to clear() and no longer needed.

Bug: 13755213
Change-Id: Ifd836e64f8ff807930f7cd2319b103b65e8fce70
2014-04-24 11:25:47 -07:00
Baligh Uddin eea53c1f4d am 4ad798fc: (-s ours) Merge "Import translations. DO NOT MERGE"
* commit '4ad798fc0f525ebb785c6827d517c3b1be9fa4ca':
  Import translations. DO NOT MERGE
2014-04-24 14:57:38 +00:00
Baligh Uddin 4ad798fc0f Merge "Import translations. DO NOT MERGE" 2014-04-24 14:53:24 +00:00
Baligh Uddin a55a49f3c6 Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle 2014-04-24 14:53:22 +00:00
The Android Automerger 065fa70e2b merge in master-release history after reset to b9e0b99765 2014-04-24 05:52:40 -07:00
Tadashi G. Takaoka ce0a617f71 am b9e0b997: Merge "Fix handling shift + enter"
* commit 'b9e0b99765b81e098ac1fc70a1f1a4f4d18ed214':
  Fix handling shift + enter
2014-04-24 02:41:22 +00:00
Tadashi G. Takaoka b9e0b99765 Merge "Fix handling shift + enter" 2014-04-24 02:38:46 +00:00
Tadashi G. Takaoka 393da03c8e Fix handling shift + enter
Bug: 14278758
Change-Id: Id77c99b83cc69855972b27c9cebd482c8cbd3539
2014-04-23 19:22:00 -07:00
Tadashi G. Takaoka 2a0e7c6fc9 am f7edc658: Move simulateKeyPress method to AccessibleKeyboardViewProxy
* commit 'f7edc6582ace41aa36dd7cb0f802097a8f3ae9b5':
  Move simulateKeyPress method to AccessibleKeyboardViewProxy
2014-04-24 01:08:28 +00:00
Tadashi G. Takaoka f7edc6582a Move simulateKeyPress method to AccessibleKeyboardViewProxy
Change-Id: Ic14ff70c7c8475983cf02dc1ba4d5a5f7769aa16
2014-04-23 17:48:27 -07:00
Baligh Uddin 96d623f3ab Import translations. DO NOT MERGE
Change-Id: I8970435b7ccc4563e54905875b04f279095810f7
Auto-generated-cl: translation import
2014-04-23 17:40:00 -07:00
Baligh Uddin 2d1e4a907e Import translations. DO NOT MERGE
Change-Id: I68b045ca178ded1daa16595f88ef9b71c7a07278
Auto-generated-cl: translation import
2014-04-23 17:39:29 -07:00
Tadashi G. Takaoka 3cf759074a Announce keyboard language when TalkBack is on
Bug: 13013501
Change-Id: I0595abafbc177f776676cb3560f3990da9328db2
2014-04-23 13:53:06 -07:00
The Android Automerger 3846b5bf3f merge in master-release history after reset to master 2014-04-23 05:51:15 -07:00
Keisuke Kuroyanagi 5ce053b806 am 7de3d0ee: Merge "Fix: Reporting wrong main dictionary availability."
* commit '7de3d0eed7c0a42e9f0c6c9fde9707eddc4a8ab6':
  Fix: Reporting wrong main dictionary availability.
2014-04-22 23:36:08 +00:00
Keisuke Kuroyanagi 7de3d0eed7 Merge "Fix: Reporting wrong main dictionary availability." 2014-04-22 23:32:50 +00:00
Keisuke Kuroyanagi de4d401038 Fix: Reporting wrong main dictionary availability.
Bug: 13965806
Change-Id: Ida2234ab8cb7785ec5efd433a58949bf21c44351
2014-04-22 16:24:22 -07:00
Tadashi G. Takaoka 0735d17e0c am 5179608e: Merge "Use ArrayList constructor directly"
* commit '5179608e19dfeffe4fd657d9a7c671fb932bd487':
  Use ArrayList constructor directly
2014-04-22 21:57:35 +00:00
Tadashi G. Takaoka 5179608e19 Merge "Use ArrayList constructor directly" 2014-04-22 21:54:00 +00:00
Tadashi G. Takaoka 212af1cbe8 am 9d84d67b: Fix typo of local variable name
* commit '9d84d67b44ac5099df646b12d7b01f800feaa961':
  Fix typo of local variable name
2014-04-22 21:40:11 +00:00
Tadashi G. Takaoka 965621574d Use ArrayList constructor directly
This is a follow up of I85a0b18d2d.

Change-Id: Ia7a642bb6e0015242d6e046019b3973226a0add2
2014-04-22 14:36:38 -07:00
Tadashi G. Takaoka 9d84d67b44 Fix typo of local variable name
Change-Id: I09c0aeee979e883af199f5c533d526a089064987
2014-04-22 14:25:53 -07:00
Tadashi G. Takaoka 042f541143 am 616b84c9: Merge "Use sorted keys index as virtual view id"
* commit '616b84c93e83346771d1e1d4974028aef121c3a3':
  Use sorted keys index as virtual view id
2014-04-22 21:01:43 +00:00
Tadashi G. Takaoka 616b84c93e Merge "Use sorted keys index as virtual view id" 2014-04-22 20:58:24 +00:00
Keisuke Kuroyanagi 8db836ac37 am 3b798475: Support creating BinaryDictionary without creating dict file.
* commit '3b7984752c88bff157016a09158dc92d94ed401d':
  Support creating BinaryDictionary without creating dict file.
2014-04-22 20:29:55 +00:00
Keisuke Kuroyanagi d437df0ab0 Quit creating empty dictionary file in ExpandableBinaryDictionary.
Bug: 14166482
Change-Id: I7b7a25141851d7bb14744567639d8e5d8f04a036
2014-04-22 13:18:36 -07:00
Keisuke Kuroyanagi 3b7984752c Support creating BinaryDictionary without creating dict file.
Bug: 14166482
Change-Id: Ic8c78ec2c8f39358a1f085a041b608972a380eef
2014-04-22 13:18:34 -07:00
Keisuke Kuroyanagi b1234e1b1a am ce76821d: Revert "Support creating BinaryDictionary without creating dict file."
* commit 'ce76821dce3d78da7ccbd84cfa12693b2e1caff0':
  Revert "Support creating BinaryDictionary without creating dict file."
2014-04-22 19:37:43 +00:00
Keisuke Kuroyanagi ce76821dce Revert "Support creating BinaryDictionary without creating dict file."
This reverts commit 89939b8708.

Change-Id: I8ca1b55609ad305a93178063bd88bd1cede872af
2014-04-22 19:34:44 +00:00
Keisuke Kuroyanagi 42732ab9eb am 89939b87: Support creating BinaryDictionary without creating dict file.
* commit '89939b870876b36791a47470ce852e4fcdfe86f2':
  Support creating BinaryDictionary without creating dict file.
2014-04-22 19:29:01 +00:00
Tadashi G. Takaoka 9289260822 Use sorted keys index as virtual view id
Change-Id: Id3f81de1edaacc06362b65aa7b68e9317e6596bd
2014-04-22 12:15:52 -07:00
Keisuke Kuroyanagi 1538117960 am 903be5bb: Implement latinime_BinaryDictionary_createOnMemory().
* commit '903be5bbd33b664c7e691d8bee0dd4d6376947bc':
  Implement latinime_BinaryDictionary_createOnMemory().
2014-04-22 19:15:49 +00:00
Keisuke Kuroyanagi 89939b8708 Support creating BinaryDictionary without creating dict file.
Bug: 14166482
Change-Id: Ib065279f96e227ab0fee7c8141560c4ada744d3b
2014-04-22 12:01:33 -07:00
Keisuke Kuroyanagi 903be5bbd3 Implement latinime_BinaryDictionary_createOnMemory().
Bug: 14166482
Change-Id: If7ec3345ab34edcd6bc5cef9e72580ced894a0e3
2014-04-22 12:01:22 -07:00
Keisuke Kuroyanagi 1f5d2f6746 am 361881b8: Merge "Separate JniDataUtils::constructAttributeMap()."
* commit '361881b82b387345ca8ddfad401feb71c21bee55':
  Separate JniDataUtils::constructAttributeMap().
2014-04-22 17:08:50 +00:00
Keisuke Kuroyanagi 6d2fb203a8 am 68b4f2ad: Merge "Add jni interface to use on memory dictionary."
* commit '68b4f2ada9f0208084dca130b59f0a9f2a37ecf6':
  Add jni interface to use on memory dictionary.
2014-04-22 17:08:48 +00:00
Keisuke Kuroyanagi 361881b82b Merge "Separate JniDataUtils::constructAttributeMap()." 2014-04-22 17:07:27 +00:00
Keisuke Kuroyanagi 68b4f2ada9 Merge "Add jni interface to use on memory dictionary." 2014-04-22 17:07:16 +00:00
Tadashi G. Takaoka ade8b001e3 am cfdeb9b0: Merge "Stop using Configuration.setLocale"
* commit 'cfdeb9b04bd1646e97973823fd9d4fb5dee09681':
  Stop using Configuration.setLocale
2014-04-22 16:51:02 +00:00
Tadashi G. Takaoka cfdeb9b04b Merge "Stop using Configuration.setLocale" 2014-04-22 16:48:10 +00:00
Tadashi G. Takaoka 543d3d24bd Stop using Configuration.setLocale
The call for method Configuration.setLocale that is introduce by
If60877b29b should be remove to be compatible with API 14 and later.

Bug: 14239862
Change-Id: I3815c2b56bd9c655b8bde6f93143adf3ff08c35d
2014-04-22 09:22:46 -07:00
Baligh Uddin 952327b56d am b2de802d: (-s ours) Merge "Import translations. DO NOT MERGE"
* commit 'b2de802de48a5eeb3cd0de9e069f264c3bd67efa':
  Import translations. DO NOT MERGE
2014-04-22 15:04:47 +00:00
Baligh Uddin b2de802de4 Merge "Import translations. DO NOT MERGE" 2014-04-22 15:01:52 +00:00
Baligh Uddin 4ae01b3e65 Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle 2014-04-22 15:01:41 +00:00
Tadashi G. Takaoka f998a78988 am a685fc17: Merge "Remove unnecessarily getKeyFromOutputText method from Keyboard"
* commit 'a685fc1792ae849fa7d5a3f693766fc3203dcba7':
  Remove unnecessarily getKeyFromOutputText method from Keyboard
2014-04-22 13:17:59 +00:00
Tadashi G. Takaoka fa14cfeb23 am 543d25d7: Merge "Sort keys from top-left to bottom-right order"
* commit '543d25d78686b25ff15996905503975c3b3b580d':
  Sort keys from top-left to bottom-right order
2014-04-22 13:17:58 +00:00
Keisuke Kuroyanagi db9db4620f am 3acbf7d0: Merge "Add BinaryDictionary.flushWithGCIfHasUpdated()."
* commit '3acbf7d00c8bf67487b3fc575df675262e5c4ede':
  Add BinaryDictionary.flushWithGCIfHasUpdated().
2014-04-22 13:17:57 +00:00
The Android Automerger 1c7a90c10f merge in master-release history after reset to master 2014-04-22 05:50:31 -07:00
Keisuke Kuroyanagi edc7d02d76 Separate JniDataUtils::constructAttributeMap().
Bug: 14166482
Change-Id: Ic2dc407231743ea668fe0ab8869eb8a7f8b9625f
2014-04-21 19:59:21 -07:00
Keisuke Kuroyanagi 61cb852d33 Add jni interface to use on memory dictionary.
Bug; 14166482

Change-Id: I33ab08dad1e39aa7617d391f7eb2561d6f2504bb
2014-04-21 19:59:09 -07:00