aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/deprecated (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the "deprecated" classesKen Wakasa2012-03-3014-3499/+0
| | | | | bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
* Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-083-20/+20
| | | | Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144
* Resolve a todoJean Chalard2012-03-061-4/+13
| | | | | | | This exports some voiceproxy complexity to voiceproxy rather than keeping it in latinime Change-Id: I0b3523e77af4104cc3ed28417956059c734c8bfe
* Remove a useless methodJean Chalard2012-03-021-38/+0
| | | | Change-Id: Ic00520b18f74838fe1002a679952f62bc7226c15
* Give LastComposedWord knowledge of the separator (A2)Jean Chalard2012-02-211-1/+2
| | | | | | | | | | 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
* Cleanup redundant methods of KeyboardSwitcherTadashi G. Takaoka2012-01-311-19/+21
| | | | Change-Id: I2ebeb8852177f6c6e30578d0bb3f372f488dc6c1
* Utilize KeyboardSet XML definitionsTadashi G. Takaoka2011-12-141-3/+3
| | | | | | | | | This change introduces KeyboardSet and SubKeyboard XML definitions to represent a set of keyboard layouts. Bug: 5002108 Bug: 5679585 Change-Id: Ib6c8d5936187381bb6725c9fe574e93871c01a86
* Pending onStartInputView only if the EditorInfo is identicalTadashi G. Takaoka2011-11-212-7/+7
| | | | | Bug: 5604372 Change-Id: I2a88cf15b07eebd29e43e460f6ec758432181b01
* Cleanup : remove old recorrection codeJean Chalard2011-10-032-350/+0
| | | | | | | | | This removes the calls, but another change will be needed to remove the messages LatinIME used to send itself to update the suggestion strip. Bug: 5402537 Change-Id: I5d1aa63a892516f339f3ceac21f43771b5ffda34
* Remove code related to AutoTextsatok2011-10-031-1/+1
| | | | | | Bug: 5245751 Change-Id: Ic02f951e8e1dbde9d8964d2c16e4928fb374ca41
* Move SharedPreferencesCompat to com.android.inputmethod.compatsatok2011-09-304-4/+4
| | | | Change-Id: Ied336339b8eb3643f14517c251b07c09398f61fe
* Make WordComposer aware of capitalized wordTadashi G. Takaoka2011-09-131-1/+0
| | | | Change-Id: If6c0edef2334f018f2e04c6034f8ce747206f150
* Fix NPE in settingssatok2011-09-071-2/+2
| | | | | Bug: 5246032 Change-Id: I452dab9bf863fb8cba142467f338088ee8b30283
* Rename CandidateView to SuggestionsViewTadashi G. Takaoka2011-09-011-13/+13
| | | | Change-Id: I6480cdf025f065130e1969899b259a243e7a11be
* Move locale-related utility methods to LocaleUtils.Jean Chalard2011-08-292-4/+5
| | | | Change-Id: I7e9e6e5bc4486d8618d0213b112308c3d305c15e
* Move some static methods from SubtypeSwitcher to UtilsTadashi G. Takaoka2011-08-242-4/+4
| | | | Change-Id: I3ea8ffcdefcefaa82ae76a31bb65977009d8a040
* Remove the "Touch to correct words" option.Jean Chalard2011-08-151-2/+3
| | | | | Bug: 5113009 Change-Id: Idc4a464e499a2530f517bf7fa449326779129371
* Revert "Remove the "Touch to correct words" option."Jean Chalard2011-08-141-3/+2
| | | | | This reverts commit 8e69dd80d88c356778c8c1fb1ccaf79108db9dff ...since it breaks the build
* Remove the "Touch to correct words" option.Jean Chalard2011-08-151-2/+3
| | | | | Bug: 5113009 Change-Id: Iae8a64e22cf618f4533f966feaf0b5a76725d551
* Create a way to pass the proximity info to the dictionaryJean Chalard2011-08-041-1/+2
| | | | | | This is a preparative change for inserting the spell checker. Change-Id: Ie441879cac4f67078ec27a95f1fcbbf3ef373df7
* Cleanup Keyboard related code and rename some classesTadashi G. Takaoka2011-08-021-2/+2
| | | | | | | This is a follow up change of I90ffbde0 Bug: 5023981 Change-Id: I3a6b862d05f5f907dee954cd6d6fee983b20ab5e
* Fix NPETadashi G. Takaoka2011-07-221-21/+44
| | | | | Bug: 5067161 Change-Id: I466d40fc1bffa01efc1205a47b3330ae6f30bc66
* Disable VoiceInputLogger inside LatinIMETadashi G. Takaoka2011-07-221-57/+72
| | | | | Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b
* Revert "Guard unused voice functions"Tadashi G. Takaoka2011-07-211-68/+57
| | | | | This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273
* Guard unused voice functionssatok2011-07-211-57/+68
| | | | | Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85
* Support select input method dialog on pre-HC platformTadashi G. Takaoka2011-07-191-1/+1
| | | | | Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729
* Avoid memory leak by by non-static Handler inner classesKen Wakasa2011-06-261-5/+12
| | | | | bug: 4901934 Change-Id: I870ab2e621ef3640a84468f09c074cdd726dc963
* Merge "move setup wizard package name into google namespace"Freeman Ng2011-06-221-2/+2
|\
| * move setup wizard package name into google namespaceFreeman Ng2011-06-211-2/+2
| | | | | | | | | | bug: 3027897 Change-Id: I8fbc7a742051d62880cb65edfb2808cd2b0ccba8
* | Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-1/+1
|/ | | | Change-Id: Ic1459066b865cde5104b3734193f76c997959c68
* Merge "Revert "move setup wizard package name to google namespace""Freeman Ng2011-06-071-1/+1
|\
| * Revert "move setup wizard package name to google namespace"Freeman Ng2011-06-071-1/+1
| | | | | | This reverts commit 1af8006352c2a3632130d6d252a1ad89ceb94303
* | Enable choosing a bigram prediction several times in a row.Jean Chalard2011-05-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes a bug that prevented to choose a prediction several times in a row because the predictions would be replaced right away by punctuations. Please note several things about this change: - Recorrection is pretty much in the middle of being refactored. This change has no effect on recorrection itself, but may make existing strange behavior more obvious when moving the cursor for example. - The part of this change in Recorrection.java is not used in master at the moment because ongoing changes on recorrection result in the control never landing there, but would have been needed in the past and may be needed in the future. - This change may have adverse effects on performance which need to be evaluated. A comment in the code has also been written to this effect. - This does not fix bug 4466199, only addresses a pinpoint case of it to help evaluating the bigram predictions feature. Bug: 4466199 Change-Id: I7219e5aeb74dff9251d12b2a72f94448dbb3e63f
* | Disable the legacy recorrection functionalities if the suggestion span is ↵satok2011-05-251-9/+9
| | | | | | | | | | | | | | | | supported Bug: 4346045 Change-Id: Ib4594a9073b961038564bbcd601f9c290d153d5d
* | Move CandidateView into input viewTadashi G. Takaoka2011-05-242-3/+3
| | | | | | | | | | Bug: 4175031 Change-Id: I95f379b9943d1dcab1dc5527b6e5ac5abd58e280
* | Remove CandidatesView related method call from voice imeTadashi G. Takaoka2011-05-231-4/+4
| | | | | | | | Change-Id: I33ccf2c141d94437b175222b9e65c0b4e2671a35
* | Fix copyright author from Google to AOSPTadashi G. Takaoka2011-05-2013-13/+13
| | | | | | | | Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
* | Merge "move setup wizard package name to google namespace"Freeman Ng2011-05-181-1/+1
|\|
| * move setup wizard package name to google namespaceFreeman Ng2011-05-121-1/+1
| | | | | | | | | | bug: 3027897 Change-Id: I0113db212d41212142265a133c1763a4acd003a5
* | Show full display names in the popup of the spacebar language swichersatok2011-05-181-2/+2
| | | | | | | | | | | | | | - Multiply the speed of the slide Bug: 4427222 Change-Id: Ifd2de9843191296f0f311440ea7b8ab075c67d8d
* | Update the setting of re-correction when user changedsatok2011-05-131-12/+32
| | | | | | | | | | | | Bug: 4401929 Change-Id: I5929e44f27ba057201110d814e9ec767d09c0ee7
* | Fix the available input locales and moved Recorrectionsatok2011-05-123-40/+391
|/ | | | | | Bug: 4409091 Change-Id: I6efd23ebb9528bf1bd35320057a0ea264c187451
* Create a dictionary collection and a dictionary factory.Jean Chalard2011-04-271-13/+2
| | | | | | | | | | | | | | | The dictionary collection is a class complying to the Dictionary interface that acts as a front end to a collection of arbitrarily many dictionaries of any type. The dictionary factory is a helper class for creating various dictionaries and get some meta information about them. At the same time, this change makes the BinaryDictionary class not a singleton any more. This also needs I9afe61a9 to not break the build. Change-Id: I61fdcc4867fcda18342807bf1865e6e46979e5d5
* Add a method to set the locale to Utils.Jean Chalard2011-04-271-7/+2
| | | | | | | Add a setLocale method to Utils that returns the previous locale. Also unify all calls through the code. Change-Id: Ic850dc5df19fba00ed3601835652859b4321b544
* Fix Eclipse warnings.Jean Chalard2011-04-263-11/+7
| | | | | | | This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
* Refresh the dictionary when the language settings were changed on Dogfood ↵satok2011-04-251-0/+5
| | | | | | | keyboard Bug: 4339319 Change-Id: Id6361927f579797932c465988f6728191748f143
* Fix the spacebar language switchersatok2011-04-221-0/+1
| | | | Change-Id: I54711ff2014facefe3afd22e536045cd0ffe4955
* Fix language selection settingssatok2011-04-211-12/+22
| | | | Change-Id: I84e51ce2b80a21650e309e5e6c9ee5f1739170c9
* Optimize InputLanguageSelectionsatok2011-04-211-32/+23
| | | | Change-Id: I49117a1e5f7766fcfa0140ff602ff1e19ba1e3d2
* Check the availability of layouts for showing the input languages in the ↵satok2011-04-211-0/+248
| | | | | | | | settings Bug: 4316889 Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108