aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove researcher loggerTadashi G. Takaoka2014-05-2923-5308/+0
| | | | | | | This CL must be checked in together with I5cc76807e3. Bug: 15318007 Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb
* Stop directly checking SuggestedWordInfo.mKindKeisuke Kuroyanagi2014-05-281-1/+1
| | | | | | Bug: 15298959 Change-Id: Iba6eeb7981634e7ddb896404978b30f6efd6e72f
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-244-16/+14
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Have DictionaryFacilitator in LatinIME.Keisuke Kuroyanagi2014-05-232-6/+6
| | | | | | Bug: 13142176 Bug: 15094186 Change-Id: I9da67352ff2abcd289fa5885389895ced878a413
* Sort keys from top-left to bottom-right orderTadashi G. Takaoka2014-04-211-1/+1
| | | | Change-Id: I228748824de62e9e46fa43db200d23f41eb6d2ce
* Remove logic related to dictionary loading from LatinIME.Keisuke Kuroyanagi2014-03-251-2/+3
| | | | | | | | | | | 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
* Add PunctuationSuggestions classTadashi G. Takaoka2014-02-141-1/+1
| | | | | | | This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f
* [IL74] Remove unused/unwanted arguments to a method.Jean Chalard2014-01-271-3/+2
| | | | | Bug: 8636060 Change-Id: I3c5213cc57b5b5febd25f14d40c197d2da43dfb8
* [IL64] Pull up X,Y processing, step 3Jean Chalard2014-01-221-1/+1
| | | | | Bug: 8636060 Change-Id: Ic051e5d5514d270101b0571a2d30e2caa8f85bc1
* Use sorted int[] to represent word separatorsTadashi G. Takaoka2014-01-201-1/+3
| | | | Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846
* Remove DictionaryFacilitatorForSuggest.getMainDictionary().Keisuke Kuroyanagi2013-12-262-26/+13
| | | | | Bug: 8187060 Change-Id: Ide087f1e39b24695b610bd2b3c464b7e3cb9cd29
* Extract dict operations from Suggest to a new class.Keisuke Kuroyanagi2013-12-262-17/+16
| | | | | Bug: 8187060 Change-Id: I77775aa50763158d99753c2312fa11fe14267aef
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-61/+8
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Fix buildTadashi G. Takaoka2013-08-261-1/+1
| | | | Change-Id: I77e25fd4032b7fc3b4b565c9bab18a2824d7bb76
* [AC2] Reference a dict rather than a string in suggestion infosJean Chalard2013-08-201-1/+1
| | | | | Bug: 9059617 Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-5/+5
| | | | Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d
* Remove orientation member from KeyboardIdTadashi G. Takaoka2013-08-071-2/+3
| | | | Change-Id: I2c16134a24088dbc30b74ae7c5bc578a9d84a960
* Remove CODE_RESEARCHTadashi G. Takaoka2013-08-051-7/+4
| | | | | | | Instead of CODE_RESEARCH, special outputText ".research." is used to invoke a research feedback dialog. Change-Id: Ic95c956ab4f2b5f0c3f2205c9bbcdcfb67db5d6e
* Clean up ResearchLogger log methodTadashi G. Takaoka2013-08-011-16/+18
| | | | Change-Id: I06c30aab462ce5b17157ff71d5d76f9755178080
* Fix some warningsJean Chalard2013-07-313-21/+16
| | | | Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd
* Merge "Do not output string-encoded MotionEvent."Kurt Partridge2013-07-151-1/+1
|\
| * Do not output string-encoded MotionEvent.Kurt Partridge2013-07-031-1/+1
| | | | | | | | | | | | | | JsonUtils knows how to output MotionEvents into json; that mechanism should be reused for SuddenJumpingTouchEventHandler. Change-Id: Id4c36c05533a3a329bf43ba33d57c0830dc4d196
* | Use TimeUnit instead of DateUtils for readabilityTadashi G. Takaoka2013-07-054-13/+14
| | | | | | | | | | Bug: 9550800 Change-Id: I087205530a5dbcff4bf08f48f4aa7068aae93215
* | Move Range out of RichInputConnection and rename it.Jean Chalard2013-07-011-2/+2
|/ | | | | | Range has grown a bit too big to stay an internal class. Change-Id: Ic3fbc48a5d10776eedd7559c4d696e5926b88288
* Merge "Record number of words entered"Kurt Partridge2013-06-281-16/+10
|\
| * Record number of words enteredKurt Partridge2013-06-271-16/+10
| | | | | | | | | | | | | | | | This change records the number of words entered in every LogUnit. This metric is helpful for determining how much multi-word gestures and spaceless tapping is used. Change-Id: I4c6d0f9d78e4ac2dd63fd53ed2ec70b368366f15
* | Fix some warningsJean Chalard2013-06-274-7/+0
|/ | | | | | Mostly remove unused imports Change-Id: If8ceffdfad79b78194094527759f5c334746973e
* Merge "Move splash screen to separate file"Kurt Partridge2013-06-242-64/+127
|\
| * Move splash screen to separate fileKurt Partridge2013-06-222-64/+127
| | | | | | | | Change-Id: I5cad5d5814303d7ca4abadd3fca1c37bd1bc357e
* | Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
|/ | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Log score, kind, and sourceDict for manual suggestion and gestureKurt Partridge2013-06-132-7/+13
| | | | | | b/9422713 Change-Id: I4880fad6a5b10d09ca11b63311f14862bee724e5
* Merge "Adjust settings for development-only versions"Kurt Partridge2013-06-121-0/+6
|\
| * Adjust settings for development-only versionsKurt Partridge2013-06-121-0/+6
| | | | | | | | Change-Id: I4f08632d97f182d312edc82bda3c3897a71099ad
* | Fix ResearchLogger feedback bugKurt Partridge2013-06-121-2/+9
|/ | | | | | | | | | | | | If the logger feedback screen is up and the user hits the home button or the keyboard otherwise closes, the system won't let the user enter feedback again, because it is waiting for the user to finish the first one. With this change, the state associated with the feedback screen is cleared when the user closes the keyboard. b/9398772 Change-Id: I832a82793ad42e31b6b3fdb04fabcea75facde7d
* Avoid an NPEKurt Partridge2013-06-031-10/+10
| | | | Change-Id: I174eb8e92820fe6e7f8d3b89afae12d94063ef5d
* Merge "Fix revert of committed words"Kurt Partridge2013-06-031-13/+33
|\
| * Fix revert of committed wordsKurt Partridge2013-06-021-13/+33
| | | | | | | | | | | | | | | | | | Now that separators are put into their own LogUnits, they must be handled when going through a revert. Bug: 9088919 Change-Id: Ibebd0752bb2fa38d74ac96001d63070dd419cee3
* | Merge "Uncommit an extra LogUnit"Kurt Partridge2013-06-031-1/+6
|\ \
| * | Uncommit an extra LogUnitKurt Partridge2013-06-021-1/+6
| |/ | | | | | | | | | | | | | | | | The period-generating double-space adds an extra LogUnit -- it must be removed when reverting. Bug: 9088919 Change-Id: Ic148f40b4030a9b4a0651029bda87f7b94a52252
* | Merge "Compare scrubbed strings when uncommitting LogUnits"Kurt Partridge2013-06-031-1/+4
|\ \
| * | Compare scrubbed strings when uncommitting LogUnitsKurt Partridge2013-06-021-1/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | A LogUnit is only uncommitted if the LogUnit's word matches what is expected. But a LogUnit never stores numbers, only scrubbed words that replace numbers with a special character. So when uncommitting, the text from the TextView must also be scrubbed for the comparison to pass correctly. Bug: 9088919 Change-Id: I9b56f10afce6d0cc84eb9ead3b9a9b1e061ae39c
* | Merge "Uncommit separator LogUnits"Kurt Partridge2013-06-031-3/+14
|\ \
| * | Uncommit separator LogUnitsKurt Partridge2013-06-021-3/+14
| |/ | | | | | | | | | | | | | | | | Now that separators have their own LogUnits, they must be uncommitted from the LogBuffer when backspacing over them. Bug: 9088919 Change-Id: Ib36cc94939b93abe18850a06bced17caf8aaa5b9
* / Uncommit LogUnits when reverting textInputKurt Partridge2013-06-011-0/+10
|/ | | | | | Bug: 9088919 Change-Id: I17187aa0afc1c3e9d32269c65f66cfb3a08663cb
* Merge "Remove unused method"Kurt Partridge2013-05-291-19/+0
|\
| * Remove unused methodKurt Partridge2013-05-281-19/+0
| | | | | | | | | | | | The removed method was used in old versions of ALK, never in master. Change-Id: I607009d4fcca7c7c8493fee51ecd923e6a6b3890
* | Rename containsCorrection to containsUserDeletionsKurt Partridge2013-05-282-14/+14
|/ | | | | | | This change renames containsCorrection to avoid confusion with CorrectionInfo, and to better clarify its meaning. Change-Id: I5d8f8e2b03133c15a60d4e8b0f395cda1fff5447
* Log reasons for punting n-gram loggingKurt Partridge2013-05-233-19/+107
| | | | | | Addresses b/9074239 Change-Id: I91a3bfcbd32b03e4891ff5f65be01383a3fb8975
* Merge "Always record word boundaries"Kurt Partridge2013-05-221-2/+14
|\
| * Always record word boundariesKurt Partridge2013-05-211-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | Word boundaries are currently logged, but only if all the details of a word pass the privacy filter and are logged. This change records when a word is committed in all cases, but does not disclose the word contents or any data used in its construction. Addresses b/9070768 Change-Id: I573679d0685c088aca65af99e46337a2f429f816