aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Moved a functionality of setting touchableRegion to InputMethodServiceCompatW...•••Change-Id: I8b9fe507885ef5ae7cb09db93a977e23b1bbd0db satok2011-03-241-2/+1
* | Renamed Proxy classes•••- VoiceConnector to VoiceProxy - VoiceInputConnector to VoiceInputWrapper - VoiceLoggerConnector to VoiceLoggerWrapper Change-Id: I908ddc590c8846cf5cbd80b9c0257cb65c638bde satok2011-03-241-29/+29
|/
* Add InputMethodServiceCompatWrapper for moving the callback from LatinIME.•••Change-Id: If6b0180c63738e5e78a20fe5b938ef50d62865d6 satok2011-03-231-8/+3
* Use reflections for classes related to InputMethodSubtype•••Change-Id: Ica53ce879c2b4c5eb47f757fb788a795a881c30e satok2011-03-181-4/+5
* Merge "Add different ways of reading the dictionary file."Jean Chalard2011-03-181-7/+33
|\
| * Add different ways of reading the dictionary file.•••This change adds basic support for an external dictionary provider. It adds methods for reading the dictionary itself from an asset in the dictionary provider package directly, obtaining the file name through the ContentProvider interface; it also adds a way of getting the data through an InputStream and copying the file locally. Incidentally this change also adds the code needed to listen for updating the dictionary provider package and reloading it in time. This change also goes hand-in-hand with Iab31db6e, which implements the small closed part of this. Issue: 3414944 Change-Id: I5e4fff99a59bb99dbdb002102db6c90e6cb41c8a Jean Chalard2011-03-181-7/+33
* | Added CompatUtils for starting a language selector•••Change-Id: I158414efaff43d0c6abe1f9af83ed3425992dfb9 satok2011-03-181-5/+3
|/
* (Refactor 1) Moved voice related codes to deprecated/voice•••Change-Id: I008ac7099c815fb74a9ab374419617b336453f97 satok2011-03-161-4/+4
* Refactor BinaryDictionary a bit•••This changes: * Flag initialization code in BinaryDictionary to be more unit test friendly. * Removing unnecessary class hierarchy of LatinIME inner class WordAlternatives. * Formatting normalized score neatly. Change-Id: I9f10c093d4f36258fe883cf3fb10cbbda2770497 Tadashi G. Takaoka2011-03-161-34/+16
* Add whitelist dictionary•••Bug: 3447571 Change-Id: I538e4e706982129b666ca1ab1085f1b68b69f87f satok2011-03-081-29/+34
* Fix a NPE caused by a null typedWord•••bug: 3514797 Change-Id: Ie1056745ded1f848d1e4f70c5344d6969de509b0 Ken Wakasa2011-03-051-1/+0
* Merge "Move the auto correction functionalities to AutoCorrection.java"satok2011-03-031-1/+2
|\
| * Move the auto correction functionalities to AutoCorrection.java•••- Also removed a quick fix for 2nd or more suggestions. Change-Id: I7bf46a9cd6a727473e68836954fca160c9d853e6 satok2011-03-031-1/+2
* | Hide shortcut key when the shortcut IME is not enabled•••Bug: 3398726 Change-Id: I5e1bfc1fec9047c1c4e4f29fbf79f0fdf9356ffb Tadashi G. Takaoka2011-03-031-5/+7
* | Continue swapping sentence separator and space•••Bug: 3504990 Change-Id: I3de44e9d9adb0bcafa2e59685c4cdc257716b1d6 Tadashi G. Takaoka2011-03-021-1/+0
* | Refactor TextEntryState not to use enum•••Bug: 3504990 Change-Id: Id1ae9715d9f9ba99702e4cd5c243026a84d6861d Tadashi G. Takaoka2011-03-021-16/+7
* | Remove mIsApplicationSpecifiedCompletions flags from SuggestedWords•••Bug: 3504990 Change-Id: Ib7588ab05fa8b8ab58bf3bea6ff1f644c53ebb94 Tadashi G. Takaoka2011-03-021-0/+1
|/
* Remain in previous state while sliding off from shift key•••Bug: 3502290 Change-Id: I69b60051863c78727363ae63576c28d87fb71a3a Tadashi G. Takaoka2011-03-021-4/+4
* Enable re-correction even after revert auto-correction•••This change removes the boolean flag mJustReverted. Because we preserve separator after canceling auto-correction according to bug#3230708, there is no need for this flag now. Bug: 3193810 Change-Id: Icea06ece569774b494ffa4ca4a899c898661cc19 Tadashi G. Takaoka2011-03-021-11/+3
* Merge "Introduce timeout for "." shortcut"Tadashi G. Takaoka2011-03-011-2/+23
|\
| * Introduce timeout for "." shortcut•••Bug: 3294239 Change-Id: I1832be8b54cd4d55cd504a3e1e0434aa284f9592 Tadashi G. Takaoka2011-03-011-2/+23
* | Clear suggestion strip when the suggestion starts•••bug: 3488704 bug: 3480132 Change-Id: Ie895d2ad1b58dc65fe16d65baa6fccafd4a142bb Ken Wakasa2011-03-021-0/+1
|/
* Fix null token error•••bug: 3499746 Change-Id: I76bd745b0623f4736c6b0aaf0ab42fd4b7c4f349 Ken Wakasa2011-03-021-1/+4
* Reset the suggestion status when composing span gets cleared•••bug: 3353818 Change-Id: I87b80470015dbeb2eaaec9aa4d9d802597c18e19 Ken Wakasa2011-03-021-3/+14
* Refactor recorrection variable and method names•••Change-Id: I3cb76e622e33985a187afe0a8928ed7b261615fd Ken Wakasa2011-03-011-27/+27
* Change how to load native lib to be on the safe side•••Change-Id: If170d4821b8dbc187f29137ea99d10e30c20955f Ken Wakasa2011-02-251-8/+0
* Merge "Added support for speaking keys through accessibility service."Tadashi Takaoka2011-02-241-2/+12
|\
| * Added support for speaking keys through accessibility service.•••Issue: 3366636 Change-Id: I70a2ebb4420782ba4d7d874ffc2259bb1b80446f Alan Viverette2011-02-231-2/+12
* | Merge "Add noSettingsKey private IME option"Tadashi G. Takaoka2011-02-231-1/+7
|\ \
| * | Add noSettingsKey private IME option•••Change-Id: Idf74aa32c9ea565fa6771013e2d37ee952c83a57 Tadashi G. Takaoka2011-02-241-1/+7
| |/
* | Merge "Fix AutoText enabling timing"Tadashi G. Takaoka2011-02-231-1/+1
|\ \
| * | Fix AutoText enabling timing•••Bug: 3479978 Change-Id: Ic3a9e947536b1508eb2bbe45753d6f7c0e99e416 Tadashi G. Takaoka2011-02-241-1/+1
| |/
* | Merge "Allow the user to save words when there is no binary dictionary."Jean Chalard2011-02-231-2/+14
|\ \
| * | Allow the user to save words when there is no binary dictionary.•••At the moment, if there is no binary dictionary, even when pressing the word in the suggestion strip the option to save in the user dictionary is not displayed. This change addresses that. Bug: 3363756 Change-Id: I4993a7f81ed15ab948a3098cdc49663e0f109e4a Jean Chalard2011-02-241-2/+14
| |/
* | Merge "Add proximity info to native"satok2011-02-231-4/+12
|\ \ | |/ |/|
| * Add proximity info to native•••Bug: 3311719 Change-Id: Ie596304070e321ad23fb67a13bf05e2b6af1b54b satok2011-02-231-4/+12
* | Fix privateImeOptions parsing•••This change deprecates "nm" private IME options and introduces new private option, <package name>.noMicrophone, instead. Change-Id: I9d5e3daaead2cdd42e017cd29f5f786ef3ba3649 Tadashi G. Takaoka2011-02-231-13/+19
|/
* Refactor keyboard mode holding variables•••Change-Id: Id8d4e780a98292fda63b1e5bbf739eda78935a3b Tadashi G. Takaoka2011-02-231-76/+45
* Display language name on spacebar even in symbol keyboard.•••Bug: 3468634 Change-Id: I1a25eb71ddbd7efae6f40ea357714924a9d56dc4 Tadashi G. Takaoka2011-02-201-1/+1
* Add "passwordInput" attribute to case tag of Keyboard•••This change also introduces number password (a.k.a. PIN) layout. The text password layout will follow. Bug: 3384942 Change-Id: I50b5e413e47a28d5285fd0468115e11ce46c7f18 Tadashi G. Takaoka2011-02-201-35/+17
* Merge "Not to make a thread at changing view from keyboard to voice"satok2011-02-171-19/+14
|\
| * Not to make a thread at changing view from keyboard to voice•••Change-Id: If3f89b3e9774c566a1bb2119b161c42b715e6709 satok2011-02-171-19/+14
* | Merge "Fix password variation check code"Ken Wakasa2011-02-161-7/+21
|\ \
| * | Fix password variation check code•••Change-Id: Id994112a029982b4dabd6ebca34edd1d787e5ae2 Ken Wakasa2011-02-171-7/+21
| |/
* / Remove next letters frequency handling•••Bug: 3428942 Change-Id: Id62f467ce4e50c60a56d59bf96770e799a4659e2 Tadashi G. Takaoka2011-02-171-7/+0
|/
* Remove a useless flag.•••This has become useless when LatinIME stopped being a SharedPreferenceListener. Change-Id: I708ec3c3a299ead18548c85b435b45558c984e8d Jean Chalard2011-02-151-6/+0
* Stop listening on shared preferences change.•••It appears it is not useful to listen to this change, because in any case, settings will be reloaded when the view is shown again or when IME is changed. Change-Id: I08dddccc630b01718da7fab011ce14f189dd31c3 Jean Chalard2011-02-101-16/+1
* Merge "Move and rename computeProximityThreshold"Tadashi G. Takaoka2011-02-081-1/+1
|\
| * Move and rename computeProximityThreshold•••Move and rename KeyboardView.computeProximityThreshold to KeyDetector.getMostCommonKeyWidth. And make it public for unit test use. This is a part of multi-project change (If751659a, Idb18f362) Bug: 3414081 Change-Id: If751659a53c7412f836d6d28866760ffe84b179b Tadashi G. Takaoka2011-02-081-1/+1
* | Make the keyboard sound on by default for xlarge screens.•••Also change the name of the default value for re-correction for consistency with other constant names. Bug: 3426884 Change-Id: I615ba640fb17e6d7514b8a0e4f52028eb0e23908 Jean Chalard2011-02-081-4/+5