aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Settings.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an option for using bigram prediction.Jean Chalard2011-04-221-4/+17
| | | | | | | | | | | | | | | This change adds the option for bigram prediction under the option for bigram suggestion. The "prediction" option depends on the "suggestion" option. This change also reorders a tad bit the settings screen. Namely, it sticks both bigram options under a "bigram" category, and groups the options that did not have a group under a "other options", or misc, category. Finally this change also renames the internal name of the "text corrections" option category to "correction_category" instead of "prediction_category" which was misleading. Change-Id: I2d8787c8a391fd8202ed3a686c613494b7260a1e
* Fix language selection settingssatok2011-04-211-6/+2
| | | | Change-Id: I99e2039579a5bd606a8e698cdee2739465b998bc
* Check the availability of layouts for showing the input languages in the ↵satok2011-04-211-0/+6
| | | | | | | | settings Bug: 4316889 Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108
* Add settings for theme, userfeedback and other settings (temporary)satok2011-04-011-0/+10
| | | | Change-Id: I063c48dbf021f5608c241a3543aa2628b5faaa40
* Added VibratorCompatWrappersatok2011-03-241-3/+2
| | | | Change-Id: I7640f051873f42aa15337edc718ac95ec1c51698
* Renamed Proxy classessatok2011-03-241-4/+4
| | | | | | | | - VoiceConnector to VoiceProxy - VoiceInputConnector to VoiceInputWrapper - VoiceLoggerConnector to VoiceLoggerWrapper Change-Id: I908ddc590c8846cf5cbd80b9c0257cb65c638bde
* Use reflections for classes related to InputMethodSubtypesatok2011-03-181-5/+2
| | | | Change-Id: Ica53ce879c2b4c5eb47f757fb788a795a881c30e
* Added CompatUtils for starting a language selectorsatok2011-03-181-10/+7
| | | | Change-Id: I158414efaff43d0c6abe1f9af83ed3425992dfb9
* (Refactor 1) Moved voice related codes to deprecated/voicesatok2011-03-161-14/+9
| | | | Change-Id: I008ac7099c815fb74a9ab374419617b336453f97
* Fix subtype settings activity stringKen Wakasa2011-02-011-1/+3
| | | | | | original (abandoned) change: I78463bbb Change-Id: I1ef4df882fb09dd31a77e8f12d30d03460ecaada
* Show the value of the "Show suggestions" option in summary.Jean Chalard2011-01-251-0/+12
| | | | | | | | Have the "Show correction suggestions" option display its value in its description. Bug: 3282448 Change-Id: Id76b5032ed5776d0567e1679d2a74ee758045919
* Simplify text correction settings in latin IME.Jean Chalard2011-01-191-2/+24
| | | | | | | | | | | | | Conditionally remove the "Quick fixes", "Bigram suggestions" and "Usability study mode" options, depending on configuration. When disabled, have the quick fixes and bigram option become false if autocorrect is off, and true otherwise. Also reorder options to bring "Auto correction" above "Show suggestions". bug: 3282448 Change-Id: Ib7fd928be417a816ef9e21423a531773069b7468
* Change separator titles in settings screen.Jean Chalard2011-01-191-7/+10
| | | | | | | | | Add a "General" category to enclose general settings, and rename "Word suggestion settings" to "Text correction". bug: 3282448 Change-Id: Ie695683af0646974da82e29e11d1c3a785ef46c7
* Simplify latin IME settings page.Jean Chalard2011-01-181-0/+6
| | | | | | | | | Do not show the recorrection option on xlarge terminals, and make it true by default. Also, bring the Auto-capitalization at the top of the settings page. Issue: 3282448 Change-Id: I51a9ae6c7e496be2970107277f0a4ac65b12821e
* Remove the keyboard popup option by default.Jean Chalard2011-01-181-0/+6
| | | | | | | | | Add an option to mask the sound on keypress preference, and make it false on xlarge terminals by default. bug: 3282448 Change-Id: I747272d9edf854dc229aa620836cfa35a437d13f
* Fix froyo-ub-LatinImeGoogle compatibilityTadashi G. Takaoka2011-01-141-1/+1
| | | | Change-Id: I46fca4735d08552dfb414b2b302b4ed97ae96ab0
* Use integer value instead of symbolic name for os versionTadashi G. Takaoka2011-01-141-1/+2
| | | | Change-Id: I1574915ededf5d47d245a3f09692ebbbfe37e4c6
* Make input language selection settings workTadashi G. Takaoka2011-01-141-1/+24
| | | | | | This change also tweaks the padding of candidate strip for phone. Change-Id: Iefe4dfeb7015e11d5b2d1566121f719d60b1377e
* Remove language settings from preference activitysatok2010-12-131-0/+7
| | | | | | Bug: 3268561 Change-Id: Ia910f0a090dc66c7dd9176999930d8cb763203b0
* Fix auto correction threshold values array referenceTadashi G. Takaoka2010-12-131-1/+1
| | | | | | This change also removes unused argument from Suggest.getSuggestions(). Change-Id: I512f8695d22898bb906e136a66e0ee6b521cd1d1
* Cleanup unused string resourcesTadashi G. Takaoka2010-12-121-10/+10
| | | | | | This change also renames some "completion" to "correction". Change-Id: I156dd7ccafe99a632721f20769d5f0ea5915a564
* Remove LatinIME prefix from classesTadashi G. Takaoka2010-12-091-0/+258
This change also cleanups preference key string constants Change-Id: I58510f220a90d00d71a935731abeab87384675bb