aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/deprecated/languageswitcher (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the "deprecated" classesKen Wakasa2012-03-302-489/+0
| | | | | bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
* Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-081-12/+12
| | | | Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144
* 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
* Move SharedPreferencesCompat to com.android.inputmethod.compatsatok2011-09-302-2/+2
| | | | Change-Id: Ied336339b8eb3643f14517c251b07c09398f61fe
* 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-241-3/+2
| | | | Change-Id: I3ea8ffcdefcefaa82ae76a31bb65977009d8a040
* 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
* Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-1/+1
| | | | Change-Id: Ic1459066b865cde5104b3734193f76c997959c68
* Fix copyright author from Google to AOSPTadashi G. Takaoka2011-05-202-2/+2
| | | | Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
* 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
* Fix the available input locales and moved Recorrectionsatok2011-05-121-40/+62
| | | | | | 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-261-4/+1
| | | | | | | This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
* 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
* Fix for language bar switchingsatok2011-04-141-7/+17
| | | | Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
* Support language bar swich for InputMethodSubtypesatok2011-04-131-0/+226
Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93