| Commit message (Expand) | Author | Age | Files | Lines |
* | Move InputPointers and ResizableIntArray to common•••Bug: 18108776
Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
|  Jean Chalard | 2014-10-29 | 1 | -0/+1 |
* | Move Constants.java to the latin.common package•••Our intention is to have classes of latinime-common under the common
package as much as we can.
Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
|  Ken Wakasa | 2014-10-23 | 1 | -0/+1 |
* | Rename PrevWordsInfo to NgramContext.•••Bug: 14425059
Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
|  Keisuke Kuroyanagi | 2014-09-29 | 1 | -3/+3 |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|  Tadashi G. Takaoka | 2014-05-24 | 1 | -1/+1 |
* | Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.•••Bug: 14119293
Bug: 14425059
Bug: 15102610
Change-Id: Ib482390f8d15b37d44a1a54e8c243a9eaec3f815
|  Keisuke Kuroyanagi | 2014-05-21 | 1 | -3/+3 |
* | Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."•••This reverts commit ff50b39176370ab80a33bfdcf9979603c08a88b3.
Bug: 14119293
Bug: 14425059
Bug: 15102610
Change-Id: If278b4ab236e38d20d8cdc0761b0438911bd4ff9
|  Ken Wakasa | 2014-05-20 | 1 | -3/+3 |
* | Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.•••Bug: 14119293
Bug: 14425059
Change-Id: I12e9ba977c153b514c6591ab52940712fd0874e3
|  Keisuke Kuroyanagi | 2014-05-20 | 1 | -3/+3 |
* | [CB26] Remove useless variables.•••This is nice for code simplicity, but it has a small adverse impact on
performance.
Bug: 13406701
Change-Id: I9316b3fe8d79b940fbd83cf1187c8c0d10b26c71
|  Jean Chalard | 2014-04-10 | 1 | -4/+2 |
* | Revert "[CB15] Remove a redundant variable."•••This reverts commit 0de7a6d1a272d52a9544df1c693ae199ab5abc52.
Change-Id: I327679b76a14cf9c3aec4b00b013b921408c32f9
|  Jean Chalard | 2014-03-27 | 1 | -3/+5 |
* | [CB15] Remove a redundant variable.•••This is a tiny bit slower, but probably unnoticeable.
Still, it gains some performance in other places,
saves memory, and more importantly makes for simpler
code, so it's certainly better.
Change-Id: Id1ab4f73f71acd73f5920bc729817abd22cf0d07
|  Jean Chalard | 2014-03-27 | 1 | -5/+3 |
* | [CB04] Add an event array to WordComposer.•••Bug: 13406701
Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821
|  Jean Chalard | 2014-03-14 | 1 | -4/+11 |
* | [IL56] Don't erase suggestions when reverting a commit.•••Bug: 12297051
Change-Id: Iffa1c98b8fe2b816c3ac6bc171037288107f637d
|  Jean Chalard | 2014-01-16 | 1 | -2/+2 |
* | Make emoji separators•••Bug: 11163495
Change-Id: I3247b8d1bbd3406b29a30a25aebd932c63431943
|  Jean Chalard | 2013-10-11 | 1 | -6/+0 |
* | Refactor on UserHistoryDictionary•••Bug: 9429906
Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60
|  Satoshi Kataoka | 2013-07-26 | 1 | -1/+1 |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
|  Ken Wakasa | 2013-06-24 | 1 | -0/+2 |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
|  Tadashi G. Takaoka | 2013-01-21 | 1 | -8/+8 |
* | Forward the capitalized mode to the positional info (D1)•••Bug: 7972124
Change-Id: I3c74f3b075e698b9e9dd1d2c7b6f173073539063
|  Jean Chalard | 2013-01-17 | 1 | -3/+6 |
* | Privatize a few constants in BinaryDictionary.java•••Change-Id: I7defaf1f577fd67e678cac83ff935e8181dd0a48
|  Ken Wakasa | 2012-12-17 | 1 | -1/+2 |
* | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
|  Tadashi G. Takaoka | 2012-10-22 | 1 | -2/+2 |
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
|  Tadashi G. Takaoka | 2012-09-27 | 1 | -1/+1 |
* | Allow Latin IME to cancel smiley-auto-correct consistenly•••This change makes Latin IME behave consistently with regards
to other auto-correction cancellations in cases of auto-correction
cancellation after smiley-triggered auto-correction. That is,
pressing the smiley key when the keyboard signals it's about to
auto-correct will get the auto-correction there plus a smiley,
and pressing backspace will cancel the auto-correction, and
pressing backspace again will delete the smiley.
Bug: 7067593
Change-Id: Ia7eef70a5d06b8b9afa1f1fbb0ed1dbc21a3059f
|  Jean Chalard | 2012-08-29 | 1 | -6/+6 |
* | Add default capacity parameter to InputPointers' constructor•••Change-Id: I02f23096f0682d30effe4dfc1ca57881a1e4aedc
|  Tadashi G. Takaoka | 2012-07-19 | 1 | -1/+1 |
* | Cleanup (A57)•••We stopped cancelling manual picks a few weeks ago. This code
is dead.
Change-Id: I4032fcc3c95e9379f1839fe860a1b8a9bd7d0bc7
|  Jean Chalard | 2012-07-06 | 1 | -2/+2 |
* | Add input pointers•••Change-Id: I95300bf0a847fb86d026e846ff4ad723bb45284f
|  Satoshi Kataoka | 2012-06-29 | 1 | -7/+7 |
* | Cancel adding user history bigram when autocorrection is cancelled•••Bug: 6465474
Change-Id: Ifbfe0ddc2ce5fab070939ede3db7bf03a8535a45
|  satok | 2012-05-24 | 1 | -2/+4 |
* | ongoing cleanup 2•••Change-Id: I66b61cbe491cf8375144e834390beae3209a777d
|  satok | 2012-03-27 | 1 | -5/+3 |
* | Rename cancelCommit to revertCommit•••This wording is easier to understand, and it matches the other
revert* functions.
Change-Id: Ibc2ec79fb5a0f9bf508e5cdeb75e54abd9241d0c
|  Jean Chalard | 2012-02-22 | 1 | -1/+1 |
* | Rename cancelAutoCorrect to cancelCommit (A6)•••Also remove a test in debug mode that would check for absence of
a situation which is now expected.
Change-Id: Ia5be350bc98a604b3bf8f6057652c5534f6a19af
|  Jean Chalard | 2012-02-22 | 1 | -1/+1 |
* | Activate the code to cancel a manual pick (A5)•••This finally makes active the behavior described in
Bug: 5968922
Change-Id: I363ed23270c3dea75411ea806011225097b5d07c
|  Jean Chalard | 2012-02-22 | 1 | -2/+1 |
* | Use the stored separator instead of reading it back (A3)•••Now that we have stored our committing separator, we can use
it directly instead of reading it back from the text view
paying the IPC cost. This prepares for feature request #5968922.
Change-Id: Ifeaa2d659cf12b91c89d28e6ff7d07a669258184
|  Jean Chalard | 2012-02-21 | 1 | -0/+8 |
* | Give LastComposedWord knowledge of the separator (A2)•••This stores the separator that was used to commit the word in
the LastComposedWord. It may be NOT_A_SEPARATOR if there was
no separator (for example, the cursor moved causing a commit,
or there was a manual pick). This is necessary to implement
feature request #5968922.
Change-Id: I5fcf19a78ec66d68d4df89418eaef13952588207
|  Jean Chalard | 2012-02-21 | 1 | -2/+7 |
* | Give LastComposedWord knowledge of the committed word (A1)•••There is no point storing the prospective autocorrect - we are
recomputing it anyway. The committed word however will be necessary
to implement feature request #5968922.
Change-Id: I588c18e1a5a1050a791d601de465f421ccbe36cd
|  Jean Chalard | 2012-02-21 | 1 | -5/+5 |
* | Fix a bug with common objects.•••Bug: 5961179
Change-Id: I452efc552c6ab390931f25557d7aee5a64bf054e
|  Jean Chalard | 2012-02-06 | 1 | -0/+2 |
* | Remove a useless member (A8)•••It turns out this can be removed entirely.
Change-Id: I6f23703cef1666311989a825285317eef696487f
|  Jean Chalard | 2012-01-26 | 1 | -4/+2 |
* | Straighten out resuming suggestion on kept word (A5)•••This is cleanup.
This also introduces a "deactivated" state to the last committed
word, that can be used for
Bug: 5875776
Change-Id: I1855adb8ac8123f6d2c5365b0ae899145e5c3ba1
|  Jean Chalard | 2012-01-26 | 1 | -2/+9 |
* | Move some functionality into LastComposedWord (A3)•••Change-Id: Ie0ea02a061dd0cb84db5f33113ff433584636bc7
|  Jean Chalard | 2012-01-26 | 1 | -0/+10 |
* | Add useful information to LastComposedWord (A2)•••Change-Id: Idf47f2e2bdd1d6394fc4b1ab7df28d64a808da1e
|  Jean Chalard | 2012-01-26 | 1 | -1/+14 |
* | Add a class for previously composed data (A1)•••Change-Id: I87498799e6a48b8fa65924a098bb0ceb7626dce1
|  Jean Chalard | 2012-01-26 | 1 | -0/+44 |