Commit Graph

32250 Commits (34541bfeb68e63bad71b83f1b7eba7922cca1723)

Author SHA1 Message Date
Jean Chalard 772a8019ef Revert "[HS2] Move more stuff to onStartInput"
This reverts commit 93b00a314e.

Bug: 16830599
Change-Id: I955e7da77978c3a495660aa29247e010d489c36b
2014-08-06 18:36:29 +09:00
Jean Chalard 93daa04d60 Deactivate tests for Myanmar
They are pretty extensive already and require an implementation
that works pretty well. However ours is based on an old architecture
and updating them will take time, so for the time being it's best
to just deactivate the tests.

Change-Id: I649a220d13fc455b4306706bb964602c27a5a28c
2014-08-06 16:42:30 +09:00
Jean Chalard ef74e737f5 Introduce onEvent() to improve testability
...and prepare for the future

Change-Id: Ieed96ab552993fd148e80b9c3355f1b569bd716f
2014-08-06 07:29:35 +00:00
Jean Chalard 98e2748363 am 9273f383: [HS3] Fix a bug on ICS
* commit '9273f3832b51f5d23d86df624600381ed6d6585f':
  [HS3] Fix a bug on ICS
2014-08-06 03:36:53 +00:00
Jean Chalard 9273f3832b [HS3] Fix a bug on ICS
There is a bug in ICS where the input connection won't take
any writing commands after rotation until the cursor moves.
This fixes it by wiggling the cursor position once before trying
to do anything.

Bug: 16810766
Change-Id: Ib14c70bd0550420cecfa86dea501d13a1a91e296
2014-08-06 11:38:11 +09:00
Jean Chalard 0978aa71ea am 50c12c83: Merge "[HS2] Move more stuff to onStartInput" into lmp-dev
* commit '50c12c83b322f78c90e3f72d1fa4422d13bfa7c6':
  [HS2] Move more stuff to onStartInput
2014-08-06 02:24:02 +00:00
Keisuke Kuroyanagi 04bbc0ad31 am da8cda05: Clean up IntArrayViewTest
* commit 'da8cda0578a0ec8738d054d25e2e922d1f0e6ca8':
  Clean up IntArrayViewTest
2014-08-06 01:30:02 +00:00
Keisuke Kuroyanagi a7be110d12 am 4fd1ffdb: Merge "Add/Get n-gram probability entry in languageModelDictContent" into lmp-dev
* commit '4fd1ffdb8ee4e3b172c34f52c476f130e85edb49':
  Add/Get n-gram probability entry in languageModelDictContent
2014-08-06 01:23:36 +00:00
Keisuke Kuroyanagi da8cda0578 Clean up IntArrayViewTest
Change-Id: I30138f0722571100fe13efc96f8332efde846c2e
2014-08-06 10:09:02 +09:00
Tadashi G. Takaoka 9cca3c8359 am a262144d: Add ViewCompatUtils.setElevation
* commit 'a262144dcb6a8e7d5bb42f1feb1f80902877baec':
  Add ViewCompatUtils.setElevation
2014-08-05 13:19:39 +00:00
Tadashi G. Takaoka eceefd0725 am 689064d0: Remove unnecessarily overridden defaultEnterKeyStyle
* commit '689064d0a26a7d551c49b53bf43d0eeab0f28379':
  Remove unnecessarily overridden defaultEnterKeyStyle
2014-08-05 13:19:38 +00:00
Jean Chalard d5c89d6490 am 6474ef99: Merge "[HW16] Implement processing event chains." into lmp-dev
* commit '6474ef9925e538d19aed24d53753ec1b0d5ae30c':
  [HW16] Implement processing event chains.
2014-08-05 13:19:32 +00:00
Tadashi G. Takaoka c34a384212 am 8cbb4eb9: Merge "Make popup hint letter theme-aware" into lmp-dev
* commit '8cbb4eb984f327bb6f1990b0efb5ca3e080ca0a9':
  Make popup hint letter theme-aware
2014-08-05 13:19:30 +00:00
Jean Chalard 5a91e4fa90 am f69bb4c7: [HW15] Pass events instead of reading them from the transaction
* commit 'f69bb4c7a31095012608f6608aa714588eb73b3d':
  [HW15] Pass events instead of reading them from the transaction
2014-08-05 13:19:28 +00:00
Keisuke Kuroyanagi 583bbb16dc am 203ba408: Merge "Remove ProbabilityDictContent and use LanguageModelDictContent" into lmp-dev
* commit '203ba408d7124598da49c0b146aba35b72f5f336':
  Remove ProbabilityDictContent and use LanguageModelDictContent
2014-08-05 13:19:27 +00:00
Keisuke Kuroyanagi baf915e4c4 am 6d181179: Merge "Add methods for unigrams to LanguageModelDictContent." into lmp-dev
* commit '6d1811793e0ec786aec77ac1fc6ddc04ae13cfed':
  Add methods for unigrams to LanguageModelDictContent.
2014-08-05 13:19:26 +00:00
Jean Chalard b8c1075a8f am 1b9f7c96: Merge "[HW14] Cleanup" into lmp-dev
* commit '1b9f7c962c164e656d8a6ba94f50ffe7960c2636':
  [HW14] Cleanup
2014-08-05 13:19:25 +00:00
Jean Chalard b5c862f8f9 am c710b34e: Merge "[HW13] Split up onCodeInput" into lmp-dev
* commit 'c710b34e34ab4035846efea6b5109811befd956a':
  [HW13] Split up onCodeInput
2014-08-05 13:19:24 +00:00
Tadashi G. Takaoka a262144dcb Add ViewCompatUtils.setElevation
Bug: 16210054
Change-Id: I632158951a60ab527246410caefd9fbe471dd859
2014-08-05 18:56:24 +09:00
Tadashi G. Takaoka 689064d0a2 Remove unnecessarily overridden defaultEnterKeyStyle
The overriding defaultEnterKeyStyle was needed because there were two
Key's attributes to control key's visual, keyLabel and
keyIcon. Because these were merged into one keySpec attribute, there
is no need to override defaultEnterKeyStyle.

Bug: 16787857
Change-Id: I78ca2c7c9349e4532c67e8d6468a5b98309adc05
2014-08-05 09:54:02 +00:00
Jean Chalard f69bb4c7a3 [HW15] Pass events instead of reading them from the transaction
It's probably cleaner to just pass the events rather than read
them from a transaction, especially when a transaction may be
associated with several events in a chain.

Change-Id: I27830f0f3f3f32fe77ea8b9cad505b7ebee648af
2014-08-05 15:37:01 +09:00
Jean Chalard 82db6b4543 am f1accd4f: [HS1] Save some data in startInputView
* commit 'f1accd4f04b13f764e1ffa7c7964e4b7c41ddf4b':
  [HS1] Save some data in startInputView
2014-08-05 03:55:03 +00:00
Geoff Mendal d34354ee67 Merge "Import translations. DO NOT MERGE" 2014-08-05 00:29:22 +00:00
Geoff Mendal 086f9d54af Import translations. DO NOT MERGE
Change-Id: I649fa8860a39804aff07aaf6c3c5cb09a282f7cf
Auto-generated-cl: translation import
2014-08-06 13:23:50 -07:00
Geoff Mendal 59121d519b Merge "Import translations. DO NOT MERGE" 2014-08-06 17:19:40 +00:00
Geoff Mendal c48a1a73e3 Import translations. DO NOT MERGE
Change-Id: I88c0d488ee62e184b44b81073a9fa5343ace2f77
Auto-generated-cl: translation import
2014-08-06 13:15:36 -07:00
Tadashi G. Takaoka 28b8f349df am 94a568a8: am 868395c6: Merge "Mark hind_compact layout as completed" into lmp-dev
* commit '94a568a8635d6362398f059fdea662b9d9165267':
  Mark hind_compact layout as completed
2014-08-06 17:40:11 +00:00
Jean Chalard 78d9b7c4a0 am bc043c31: am 1f3d89c2: Revert "[HS1] Save some data in startInputView"
* commit 'bc043c31ded2dd48008b185503475e440f302aa0':
  Revert "[HS1] Save some data in startInputView"
2014-08-06 17:38:51 +00:00
Jean Chalard bd38799e27 am fe807696: am 772a8019: Revert "[HS2] Move more stuff to onStartInput"
* commit 'fe807696566a5975b4d0932c72a05593a98f13d3':
  Revert "[HS2] Move more stuff to onStartInput"
2014-08-06 17:38:50 +00:00
Tadashi G. Takaoka c8b860e3e1 am 571320ad: am 5dee1fd6: Merge "Add dedicated background for custom action label key" into lmp-dev
* commit '571320ad90b2ac2bb9fa77cf6700feec3bc4030a':
  Add dedicated background for custom action label key
2014-08-06 17:38:49 +00:00
Jean Chalard 94e3fb1b40 am fd777062: am 93daa04d: Deactivate tests for Myanmar
* commit 'fd777062b67d7c57b94924d1b7c8033244eb6eef':
  Deactivate tests for Myanmar
2014-08-06 17:38:48 +00:00
Jean Chalard 09ae6b9119 am 922411a7: am ef74e737: Introduce onEvent() to improve testability
* commit '922411a70804921e69df0ef477f6b007e83d5692':
  Introduce onEvent() to improve testability
2014-08-06 17:38:47 +00:00
Akifumi Yoshimoto c01cc6b3b8 am adf2a2b9: am 2d8f1b65: Merge "Make dict log cleanup." into lmp-dev
* commit 'adf2a2b9f730454a19c3214abc6d02c13a8e83de':
  Make dict log cleanup.
2014-08-06 17:38:46 +00:00
Jean Chalard 43cf1ae7bb am f66b0e5f: am c08c5064: Merge "Fix an NPE when running with Keep." into lmp-dev
* commit 'f66b0e5f71be61e496bd8b77f04384ea14b75da7':
  Fix an NPE when running with Keep.
2014-08-06 17:38:45 +00:00
Tadashi G. Takaoka 0bfcb89ac4 am e8668c2e: am aa3ff194: Merge "Use add icon for add custom input style menu" into lmp-dev
* commit 'e8668c2ee2dac5168e1af8484fb9ae2a0534b442':
  Use add icon for add custom input style menu
2014-08-06 17:38:43 +00:00
Keisuke Kuroyanagi 16a3d6c430 am aa9ec4a4: am 4efa2c0c: Merge "Use IntArrayView to add/remove n-gram entry." into lmp-dev
* commit 'aa9ec4a41b5120b12cb94540eaf5243181b1ed64':
  Use IntArrayView to add/remove n-gram entry.
2014-08-06 17:38:42 +00:00
Jean Chalard d393cf065a am 98e27483: am 9273f383: [HS3] Fix a bug on ICS
* commit '98e2748363355d2286215c798225d529f3a1cb34':
  [HS3] Fix a bug on ICS
2014-08-06 17:38:34 +00:00
Jean Chalard cf66902f69 am 0978aa71: am 50c12c83: Merge "[HS2] Move more stuff to onStartInput" into lmp-dev
* commit '0978aa71ea91583c0b8d7e2588549fbb56953e7e':
  [HS2] Move more stuff to onStartInput
2014-08-06 17:38:11 +00:00
Keisuke Kuroyanagi a04e1ee550 am 04bbc0ad: am da8cda05: Clean up IntArrayViewTest
* commit '04bbc0ad317995972c0ef1a896595bb41f75c6ec':
  Clean up IntArrayViewTest
2014-08-06 17:37:22 +00:00
Keisuke Kuroyanagi 57c3c33c39 am a7be110d: am 4fd1ffdb: Merge "Add/Get n-gram probability entry in languageModelDictContent" into lmp-dev
* commit 'a7be110d12c2ff5f4a10a0bd3f177fd8a9cebec5':
  Add/Get n-gram probability entry in languageModelDictContent
2014-08-06 17:36:21 +00:00
Tadashi G. Takaoka a58d78ec89 am 9cca3c83: am a262144d: Add ViewCompatUtils.setElevation
* commit '9cca3c8359e30e15a50f60773fd19571659c3dc1':
  Add ViewCompatUtils.setElevation
2014-08-05 13:26:01 +00:00
Tadashi G. Takaoka c64769207d am eceefd07: am 689064d0: Remove unnecessarily overridden defaultEnterKeyStyle
* commit 'eceefd0725c4f727f44e9c65a82970ead15e3566':
  Remove unnecessarily overridden defaultEnterKeyStyle
2014-08-05 13:25:59 +00:00
Jean Chalard 6745f337c1 am d5c89d64: am 6474ef99: Merge "[HW16] Implement processing event chains." into lmp-dev
* commit 'd5c89d64901f1fe7085e6c217d0c2fc19853b032':
  [HW16] Implement processing event chains.
2014-08-05 13:25:58 +00:00
Tadashi G. Takaoka 139e54a26d am c34a3842: am 8cbb4eb9: Merge "Make popup hint letter theme-aware" into lmp-dev
* commit 'c34a3842120078d921e69ed839873e430d6a674b':
  Make popup hint letter theme-aware
2014-08-05 13:25:56 +00:00
Jean Chalard 377825942e am 5a91e4fa: am f69bb4c7: [HW15] Pass events instead of reading them from the transaction
* commit '5a91e4fa909633ee2e9eaf8055b56228a79380a5':
  [HW15] Pass events instead of reading them from the transaction
2014-08-05 13:25:55 +00:00
Keisuke Kuroyanagi 9becc8f56b am 583bbb16: am 203ba408: Merge "Remove ProbabilityDictContent and use LanguageModelDictContent" into lmp-dev
* commit '583bbb16dcb564bc00871587788cd119898e0650':
  Remove ProbabilityDictContent and use LanguageModelDictContent
2014-08-05 13:25:54 +00:00
Keisuke Kuroyanagi 7e295ab8da am baf915e4: am 6d181179: Merge "Add methods for unigrams to LanguageModelDictContent." into lmp-dev
* commit 'baf915e4c4b59f159db33086be75f8ab82f8e0db':
  Add methods for unigrams to LanguageModelDictContent.
2014-08-05 13:25:53 +00:00
Jean Chalard c36e679eb3 am b8c1075a: am 1b9f7c96: Merge "[HW14] Cleanup" into lmp-dev
* commit 'b8c1075a8f5ab62998056462b9c25ef848305019':
  [HW14] Cleanup
2014-08-05 13:25:52 +00:00
Jean Chalard 28632211ef am b5c862f8: am c710b34e: Merge "[HW13] Split up onCodeInput" into lmp-dev
* commit 'b5c862f8f942a3ae201cc6a657de9479340d1ad3':
  [HW13] Split up onCodeInput
2014-08-05 13:25:51 +00:00
Geoff Mendal 9c0b5b21eb Merge "Import translations. DO NOT MERGE" 2014-08-05 00:29:22 +00:00