| Commit message (Expand) | Author | Age | Files | Lines |
* | (DO NOT MERGE) Fix showing important notice even at beginning of sentence•••Bug: 17536096
Change-Id: Ic72d6fecc3241c1a9aba87b82a46750cbd69e001 |  Tadashi G. Takaoka | 2014-09-18 | 1 | -2/+10 |
* | Fix a bug where the top prediction would disappear.•••This is because prediction can't be easily distinguished in
style. This fixes the bug by simulating the right members,
but some refactoring should be done to remove useless
booleans.
Bug: 17271923
Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
|  Jean Chalard | 2014-08-26 | 1 | -6/+6 |
* | Add the input style to SuggestedWords.•••Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
|  Jean Chalard | 2014-08-14 | 1 | -19/+18 |
* | Rename LatinImeLogger to DebugFlags•••Bug: 15318007
Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
|  Tadashi G. Takaoka | 2014-07-16 | 1 | -1/+2 |
* | Move phrase gesture from additional features to public.•••Bug: 15758242
Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
|  Keisuke Kuroyanagi | 2014-07-08 | 1 | -14/+11 |
* | [CS6] Cut out methods to clarify what we are doing•••Bug: 13238601
Change-Id: I99cc62e91b1e89130358fded572987023d919507
|  Jean Chalard | 2014-06-30 | 1 | -39/+45 |
* | [CS5] Use a local var to keep the first suggestion•••Bug: 13238601
Change-Id: Ida8973945e8b141d01ea9d1825b89d84f0911575
|  Jean Chalard | 2014-06-27 | 1 | -6/+7 |
* | Fix the build•••That was a merge not well resolved by git >.>
Change-Id: I3cd042d6a5206daf1e9942358405d647c67423dd
|  Jean Chalard | 2014-06-26 | 1 | -1/+1 |
* | [CS4] Remove useless tests and processing•••Since we have a de-duped and transformed collection, we
can just read from it instead of computing it separately.
Bug: 13238601
Change-Id: I0aa4b0d91d3b350f9449e13658bfb587fc538764
|  Jean Chalard | 2014-06-26 | 1 | -22/+9 |
* | [CS3] Move transformation of words to earlier•••Bug: 13238601
Change-Id: I37fe66c6152cdf8c60878d5619bb5dc41f3223df
|  Jean Chalard | 2014-06-23 | 1 | -15/+15 |
* | [CS2] Refactor a bit removeDups•••This way is more understandable, and also supporting an
external string is helping for future refactorings
Bug: 13238601
Change-Id: I4ebeed46eb0b35011164946af71ac257c6449ddb
|  Jean Chalard | 2014-06-23 | 1 | -2/+2 |
* | [CS1] Some initial clean up•••Bug: 13238601
Change-Id: I54ee9a85ecfee3c50c8db3eb4cd6f391a775a630
|  Jean Chalard | 2014-06-23 | 1 | -24/+17 |
* | [CM1] Let predictions be aware of capitalize mode.•••Bug: 15554503
Change-Id: If5e8c0d94ed26d929400ccbb0d45ac23dd98d180
|  Jean Chalard | 2014-06-16 | 1 | -1/+2 |
* | Remove mPrevWordsInfo•••This member has outlived its usefulness. It's not clear now that it
makes things really faster, but it does bring a lot of complexity
that we can avoid by removing it.
Change-Id: Ifbc8094a45b56b958fe165b1930f4cc358a97721
|  Jean Chalard | 2014-06-10 | 1 | -8/+8 |
* | Remove LatinImeLogger and UsabilityStudyLogUtils•••This CL must be checked in together with Ie52007dc5c.
Bug: 15318007
Change-Id: Ie665f296e43b5485ae8ba7e949aa262794ee0dcc
|  Tadashi G. Takaoka | 2014-05-29 | 1 | -13/+0 |
* | Stop directly checking SuggestedWordInfo.mKind•••Bug: 15298959
Change-Id: Iba6eeb7981634e7ddb896404978b30f6efd6e72f
|  Keisuke Kuroyanagi | 2014-05-28 | 1 | -1/+1 |
* | Use whether it's exact match to detect distracters.•••Bug: 13142176
Change-Id: Id5b7286d28897931f7bfe571be45d46ffeef4adf
|  Keisuke Kuroyanagi | 2014-05-26 | 1 | -2/+2 |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|  Tadashi G. Takaoka | 2014-05-24 | 1 | -7/+5 |
* | Merge "Revert "Fix: too many calls to getSuggestedWordsForTypingInput"" |  Ken Wakasa | 2014-05-23 | 1 | -0/+1 |
|\ |
|
| * | Revert "Fix: too many calls to getSuggestedWordsForTypingInput"•••This reverts commit 7aa895e2e3edb59620c28354c7d7746b93964b10.
Bug: 15148015
Change-Id: If39c4f8b897f247d4eb935923d55d81def4c8fb4
|  Ken Wakasa | 2014-05-23 | 1 | -0/+1 |
* | | Have DictionaryFacilitator in LatinIME.•••Bug: 13142176
Bug: 15094186
Change-Id: I9da67352ff2abcd289fa5885389895ced878a413
|  Keisuke Kuroyanagi | 2014-05-23 | 1 | -2/+5 |
* | | Merge "Don't upcase suggestions when resuming on an uppercase word" |  Jean Chalard | 2014-05-22 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | Don't upcase suggestions when resuming on an uppercase word•••Bug: 13917781
Change-Id: I7458d120898a7c8c0bc2db2f6db3578fd1dd1681
|  Jean Chalard | 2014-05-22 | 1 | -1/+4 |
* | | Fix: too many calls to getSuggestedWordsForTypingInput•••Bug: 15148015
Change-Id: Idcb729734bd62b537fb81acf8bdb5cae4470404c
|  Jean Chalard | 2014-05-22 | 1 | -1/+0 |
|/ |
|
* | Use PrevWordsInfo instead of String in Java side.•••Bug: 14119293
Bug: 14425059
Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762
|  Keisuke Kuroyanagi | 2014-05-19 | 1 | -8/+8 |
* | Fix: StringIndexOutOfBoundsException.•••Bug: 14985751
Change-Id: I9df2f737555ab02e24e0fbd231a97c1eec26bc57
|  Keisuke Kuroyanagi | 2014-05-16 | 1 | -1/+1 |
* | [CB14.5] Stop copying WordComposers.•••This is an overdue refactoring that I have been wanted to
do forever, and that we can at last do now that suggestions
come only from instances of BinaryDictionary instances.
With this, all unit tests and regression tests are
passing again.
Bug: 13667648
Bug: 13665487
Bug: 8636060
Change-Id: Ie23a19f9b7e692edf2ee0b107ddaff2d7db564b6
|  Jean Chalard | 2014-03-28 | 1 | -14/+1 |
* | Merge "[CB14] Implement backspace in the combiner chain" |  Jean Chalard | 2014-03-25 | 1 | -1/+6 |
|\ |
|
| * | [CB14] Implement backspace in the combiner chain•••Bug: 13622107
Bug: 13406701
Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc
|  Jean Chalard | 2014-03-25 | 1 | -1/+6 |
* | | Remove logic related to dictionary loading from LatinIME.•••Make mSuggest final and give DictionaryFacilitator the
responsibility to manage dictionary loading state.
This can simplify the logic to decide how to deal with
additional dictionaries when loading settings or language
switching.
Bug: 13273534
Change-Id: I9f3d328272f25addfa186fbeedaaf8417455ba99
|  Keisuke Kuroyanagi | 2014-03-25 | 1 | -63/+24 |
|/ |
|
* | Merge "Separate utility methods from BinaryDictionary." |  Keisuke Kuroyanagi | 2014-03-05 | 1 | -1/+2 |
|\ |
|
| * | Separate utility methods from BinaryDictionary.•••Bug: 8187060
Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50
|  Keisuke Kuroyanagi | 2014-03-05 | 1 | -1/+2 |
* | | Merge changes I20ce61c4,I2edab4e3•••* changes:
Remove "Use only personalization dictionary".
Remove redundant creation of dictionary facilitator.
|  Keisuke Kuroyanagi | 2014-03-03 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Remove redundant creation of dictionary facilitator.•••Change-Id: I2edab4e3ba4ea0b9b13f9bb224aac86cac9b9f31
|  Keisuke Kuroyanagi | 2014-02-27 | 1 | -0/+1 |
* | | Fix: wrong auto correction for whilelist and personalized words.•••This happens when there are tailing single quotes.
Bug: 13237314
Change-Id: I7fd2a20b25ac2217f9621d7f2510345bbd633c14
|  Keisuke Kuroyanagi | 2014-02-28 | 1 | -4/+4 |
* | | Fix a bug with auto-caps entries from personalization•••Bug: 13215163
Change-Id: I00099cb4927c96de46e57e14ab906d41c9c2151a
|  Jean Chalard | 2014-02-27 | 1 | -3/+6 |
* | | [QRP5] Fix boldness for predictions, and small refactoring•••This is more correct. When predictions, the typed word should
always be null unless explicitly passed. The text color should be
that of a valid typed word only if it's actually the typed word.
Bug: 13170509
Change-Id: I769ae100e112c37c6f02064fe9ef2f81372ca9e5
|  Jean Chalard | 2014-02-25 | 1 | -1/+1 |
* | | [QRP2] Small refactor•••Bug: 13170509
Change-Id: Ib9f10b8a137fc773ab0e5dc903e577038e29a9e2
|  Jean Chalard | 2014-02-25 | 1 | -3/+4 |
|/ |
|
* | Add PunctuationSuggestions class•••This change must be checked in together with I366c477516.
Bug: 12640318
Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f
|  Tadashi G. Takaoka | 2014-02-14 | 1 | -2/+0 |
* | Move INCLUDE_RAW_SUGGESTIONS flag to ProductionFlag•••This change must be checked in together with Iac93eb79fc.
Bug: 12913520
Bug: 12179576
Change-Id: Ic9a40fb0529202893be8ccb6f5abfbbe6d78508c
|  Tadashi G. Takaoka | 2014-02-06 | 1 | -4/+3 |
* | Merge "Conditionally store the raw suggestions." |  Jean Chalard | 2014-02-06 | 1 | -4/+18 |
|\ |
|
| * | Conditionally store the raw suggestions.•••Bug: 12913520
Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19
|  Jean Chalard | 2014-02-06 | 1 | -4/+18 |
* | | Remove a redundant comment.•••No need to say this twice.
Change-Id: Ief7ac425037aa2767ee8f21c9552138a9c46afc8
|  Jean Chalard | 2014-02-05 | 1 | -2/+0 |
|/ |
|
* | Stop considering personalization dicts outputs as words•••Bug: 12800726
Bug: 12798403
Change-Id: I6d60f9ad39761757f8a64533f40d6441f3a36410
|  Jean Chalard | 2014-02-05 | 1 | -5/+17 |
* | [IL76] Remove a SuggestionStripView dependency•••This constant is better located in SuggestedWords.
Or it could be in Constants, that would be fine too.
Bug: 8636060
Change-Id: I3e721bb1e2559f028dce8929eceadfe0478c5924
|  Jean Chalard | 2014-01-23 | 1 | -4/+2 |
* | Fix a failing test•••How/when did this happen? How was it not noticed?
Change-Id: I352a8dad65f8c27bf5120d567e96d9a12cfa8496
|  Jean Chalard | 2013-12-27 | 1 | -2/+3 |
* | Make setAdditionalDictionaries private.•••Bug: 8187060
Change-Id: I17be7b77ff89972d3ca6823b087b7bf35105af56
|  Keisuke Kuroyanagi | 2013-12-27 | 1 | -16/+9 |
* | Extract dict operations from Suggest to a new class.•••Bug: 8187060
Change-Id: I77775aa50763158d99753c2312fa11fe14267aef
|  Keisuke Kuroyanagi | 2013-12-26 | 1 | -329/+14 |
* | Use SettingsValues instead of Settings in Suggest.•••Bug: 8187060
Change-Id: Idba1e708d67c036072b728949d17f8bd98ae0115
|  Keisuke Kuroyanagi | 2013-12-25 | 1 | -6/+2 |
* | Move dict operations to Suggest.•••Bug: 8187060
Change-Id: Iabe13abcd43b381360f7080b3f4ee0533f246160
|  Keisuke Kuroyanagi | 2013-12-25 | 1 | -23/+90 |