| Commit message (Expand) | Author | Files | Lines |
2014-08-07 | Tune number letter size of Material keyboard•••Bug: 14419121
Change-Id: I6a477b9bf9022e369d4a6a77415490dc2b9eefc6
|  Tadashi G. Takaoka | 9 | -20/+34 |
2014-08-07 | (DO NOT MERGE) Remove preliminary keyboards from L•••Change-Id: I9e1209b80b8919669b4496102b967220ab16146b
|  Tadashi G. Takaoka | 10 | -18/+34 |
2014-08-07 | Align space key icon to bottom of a key•••The Key.keyLabelFlags's flag "alignButtom" (misspelled) has been
removed by Iae3cd66744. This CL re-introduce the same flag with
"alignIconToBottom".
Bug: 16803172
Change-Id: I412590f394c6ca9b36358d6acfe8675071403bdd
|  Tadashi G. Takaoka | 4 | -3/+14 |
2014-08-06 | Revert "[HS1] Save some data in startInputView"•••This reverts commit f1accd4f04b13f764e1ffa7c7964e4b7c41ddf4b.
Bug: 16830599
Change-Id: I4c9367f742b8ee8463920e91263b05c2195f8480
|  Jean Chalard | 1 | -29/+7 |
2014-08-06 | Revert "[HS2] Move more stuff to onStartInput"•••This reverts commit 93b00a314e307cb257abf1cab88cb24d57ff3885.
Bug: 16830599
Change-Id: I955e7da77978c3a495660aa29247e010d489c36b
|  Jean Chalard | 2 | -58/+51 |
2014-08-06 | 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
|  Jean Chalard | 1 | -0/+3 |
2014-08-06 | Introduce onEvent() to improve testability•••...and prepare for the future
Change-Id: Ieed96ab552993fd148e80b9c3355f1b569bd716f
|  Jean Chalard | 2 | -20/+33 |
2014-08-06 | [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
|  Jean Chalard | 2 | -0/+23 |
2014-08-06 | Clean up IntArrayViewTest•••Change-Id: I30138f0722571100fe13efc96f8332efde846c2e
|  Keisuke Kuroyanagi | 1 | -9/+9 |
2014-08-05 | Add ViewCompatUtils.setElevation•••Bug: 16210054
Change-Id: I632158951a60ab527246410caefd9fbe471dd859
|  Tadashi G. Takaoka | 1 | -0/+10 |
2014-08-05 | 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
|  Tadashi G. Takaoka | 2 | -8/+1 |
2014-08-05 | [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
|  Jean Chalard | 2 | -43/+52 |
2014-08-07 | Remove unused animation resources•••Change-Id: Idc0670588bb51e6a2b3eac9489cb643db293815a
|  Tadashi G. Takaoka | 3 | -62/+0 |
2014-08-07 | Clean up Keyboard and KeyboardView theme•••Change-Id: I745ed21b88fbdb1f3a16a71ebf3461d909ae448e
|  Tadashi G. Takaoka | 7 | -47/+79 |
2014-08-06 | Revert "Introduce onEvent() to improve testability"•••This reverts commit ef74e737f580f7ac0b3bd70d6255dde3c87d9078.
Apparently, this CL broke several unit tests.
Change-Id: I86cf5f1ffb0214707afe99ee97f92ba8c5157f3f
|  Ken Wakasa | 2 | -33/+20 |
2014-08-06 | Add dedicated background for custom action label key•••Bug: 15526978
Change-Id: Ia73d825c7e00097018822704e61272d0e448f39a
|  Tadashi G. Takaoka | 6 | -67/+52 |
2014-08-06 | Fix an NPE when running with Keep.•••Change-Id: Ie703e14bff42d34608f11d0c2d7758950b84c88c
|  Jean Chalard | 1 | -4/+4 |
2014-08-06 | Use add icon for add custom input style menu•••Bug: 16805043
Change-Id: I9730a6aa5d761924457edaabcee25db930e20f02
|  Tadashi G. Takaoka | 6 | -4/+28 |
2014-08-06 | [HS2] Move more stuff to onStartInput•••Bug: 8152758
Change-Id: Ida05df7d151ceb582886e2ad06c5bdf0b59978ee
|  Jean Chalard | 2 | -51/+62 |
2014-08-05 | [HW16] Implement processing event chains.•••Change-Id: I4e1e4f101050ebda77c629a61c548d3c8efb330f
|  Jean Chalard | 1 | -7/+11 |
2014-08-05 | Remove ProbabilityDictContent and use LanguageModelDictContent•••Bug: 14425059
Change-Id: I1bb9e78ecb24139b87c99be6722e37eec0a2285d
|  Keisuke Kuroyanagi | 16 | -282/+43 |
2014-08-05 | Add methods for unigrams to LanguageModelDictContent.•••Bug: 14425059
Change-Id: I0a6b480a3d4735787ffac68c47b4ffefc3f1b8a5
|  Keisuke Kuroyanagi | 8 | -2/+277 |
2014-08-07 | Revert "Remove unused Key and Keyboard attributes"•••This reverts commit cdcaa37a372799eecf796f7002bf49bf3a5f42c1.
Due to unit test breakage.
Change-Id: I1c22edf983f6e03a34b86d7c1fae3d3188447a75
|  Ken Wakasa | 8 | -0/+17 |
2014-08-07 | Remove unused Key and Keyboard attributes•••This CL removes the following unused Key attributes
- Key.keyLabelFlags' followKeyLargeLabelRatio
- Keyboard.keyLargeLabelRatio
Change-Id: Ib4fb13cc7ca902ac1733ecf27bd284d07e10bc3e
|  Tadashi G. Takaoka | 8 | -17/+0 |
2014-08-07 | Add Key label off center attribute•••This CL adds two Key attributes to control how much a label should be
off centered.
- keyLabelOffCenterRatio
- keyHintLabelOffCenterRatio
Bug: 14419121
Change-Id: I26650eefdd375f0eeca8a1ca6034a8339d2a3182
|  Tadashi G. Takaoka | 7 | -16/+53 |
2014-08-05 | [HW13] Split up onCodeInput•••Change-Id: I503c5403dcaea5db632eba85ae3fae9ba9a1f946
|  Jean Chalard | 1 | -110/+164 |
2014-08-07 | Revert "Tune number letter size of Material keyboard"•••This reverts commit 44454c2b2be765618d0c19651f3ee50c373a2d59.
Due to unit test breakage.
Bug: 14419121
Change-Id: Id0bbc2276fc035aa090f7bb4fa8112a1aecd483f
|  Ken Wakasa | 9 | -34/+20 |
2014-08-07 | Revert "Align hint label to bottom"•••This reverts commit f1784266ec80244dcefdbd70a43147f1cd847547.
Due to unit test breakage.
Bug: 14419121
Change-Id: Ibc201649e71135292530b26337d9305a6681f446
|  Ken Wakasa | 4 | -34/+14 |
2014-08-07 | Use DistracterFilterCheckingIsInDictionary for User History•••Bug: 13142176
Bug: 15531638
Change-Id: I7e4e5afa05c5cee6eedef62c053d81edac5fa6af
|  Keisuke Kuroyanagi | 2 | -17/+45 |
2014-08-06 | Mark hind_compact layout as completed•••Bug: 13779052
Change-Id: If87ee2edbcfec4ad0444d13c7bd502df88cac89a
|  Tadashi G. Takaoka | 1 | -3/+1 |
2014-08-06 | Make dict log cleanup.•••Delete unneeded output when creating a dictionary
Change-Id: If7dc5dc74a53d0054967cb801e5ccfdd53ebe179
|  Akifumi Yoshimoto | 1 | -10/+3 |
2014-08-06 | Use IntArrayView to add/remove n-gram entry.•••Bug: 14425059
Change-Id: I734f12dfde5161abdfb019a6391677dba8984ff4
|  Keisuke Kuroyanagi | 11 | -68/+108 |
2014-08-06 | Add/Get n-gram probability entry in languageModelDictContent•••Bug: 14425059
Change-Id: I7926c3812f89b9a71fe1873a5bc32f793f91b640 |  Keisuke Kuroyanagi | 5 | -10/+44 |
2014-08-05 | Make popup hint letter theme-aware•••Bug: 16351091
Change-Id: I6af18ea210c00916157138b9cfbeb073aee6ca1b
|  Tadashi G. Takaoka | 6 | -5/+18 |
2014-08-05 | [HW14] Cleanup•••Do away with the didAutoCorrect local variables which are
unnatural to return out of all these functions.
Change-Id: I22024004d2c489de018beff812c2c589bfd8ca32
|  Jean Chalard | 3 | -38/+31 |
2014-08-04 | [HS1] Save some data in startInputView•••Bug: 8152758
Change-Id: Ic57d3918b08e775769d4ba5d73ba5c31231e0d6a
|  Jean Chalard | 1 | -7/+25 |
2014-08-04 | Clean up compatible utility classes•••Change-Id: I95a682052037d292801477db0f05e04926b61412
|  Tadashi G. Takaoka | 8 | -30/+41 |
2014-08-04 | [HW12] Use the consumed status of the Event.•••Change-Id: I1619f6132f8f71bc1291fd6a5604a5e1e3431ae2
|  Jean Chalard | 5 | -7/+46 |
2014-08-01 | Save language model in the body buffer.•••Bug: 14425059
Change-Id: Iaec277f7bed03d6c6780c6ce90fbe5fe799e175e
|  Keisuke Kuroyanagi | 6 | -3/+56 |
2014-08-01 | Make MmappedBuffer use byte array view.•••Bug: 16691311
Change-Id: I2122c01ee27c33e11dec52643925c069927bea2b
|  Keisuke Kuroyanagi | 13 | -53/+76 |
2014-08-01 | Use ReadWriteByteArrayView in BufferWithExtendableBuffer.•••Bug: 16691311
Change-Id: Ibd68354a53cebf284a886d76bd8ce9848a51346f
|  Keisuke Kuroyanagi | 2 | -21/+22 |
2014-08-01 | Use NgramListener in MultiBigramMap.•••Bug: 14425059
Change-Id: I425536290111f2a8172f31370706f858a1e07f6e
|  Keisuke Kuroyanagi | 4 | -56/+55 |
2014-07-31 | [HW11] Cleanup•••Change-Id: Ia866d3f9a5981c687766f8c39979fb6091018e44
|  Jean Chalard | 1 | -39/+33 |
2014-07-31 | [HW10] Pull the processed event in its eventual place•••Change-Id: I5f7932097627766e907764a99a5e9c170f725bc0
|  Jean Chalard | 1 | -6/+9 |
2014-07-31 | [HW9] Pull the processed event further.•••The 'processedEvent' variables will ultimately disappear entirely.
Change-Id: I612c5ce7dedc341b64921a86ac028fe91b75359b
|  Jean Chalard | 1 | -8/+12 |
2014-07-31 | Construct TrieMap from existing buffer.•••Bug: 14425059
Change-Id: Ia1c58d88540f55fb38fe0bdfcd7c0a34ebc7415e
|  Keisuke Kuroyanagi | 2 | -0/+6 |
2014-07-31 | Fix some unit tests.•••The default value for the script needs to be Latin, as we don't specify
it in the files.
Change-Id: I1275f13f1cd92f00dc5708748fefb4982f0a60b3
|  Jean Chalard | 1 | -1/+1 |
2014-07-30 | [HW8] Pull up the processed event.•••Change-Id: I18021b7ec1588fc52533c48b7d8774bec7764822
|  Jean Chalard | 1 | -5/+5 |
2014-07-30 | [SD13] Reorder an enum alphabetically•••Change-Id: I907041b09e5bfce537ed4f592947b2cec8cef4ac
|  Jean Chalard | 2 | -79/+79 |
2014-07-30 | [SD12] Add the last remaining scripts•••Add scripts for Bengali, Devanagari, Kannada, Malayalam,
and Tamil.
Also include a very minor fix for Arabic.
This concludes work on:
Bug: 15840116
Change-Id: Iade313fc70030a67c68d424d8cb0cac245b883d1
|  Jean Chalard | 11 | -2/+45 |