summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/inputmethod
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove Collator from InputMethodSubtypePreferenceTadashi G. Takaoka2014-07-123-38/+33
| | | | Change-Id: Id1eb16aee77460c5c930ad08e1354501bfd0b5ab
* Refactor InputMethodSubtypePreference constructorTadashi G. Takaoka2014-07-122-6/+18
| | | | Change-Id: I959c0be5ebe4f39ca0b06e3f1b262a10f214c5bd
* Make InputMethodSubtypePreference as a top level classTadashi G. Takaoka2014-07-122-56/+88
| | | | Change-Id: I07d974f161ecd68e5422b0ae1c369a502ab8b1a9
* Reorganize spell checkers settingsTadashi G. Takaoka2014-07-117-461/+324
| | | | | | Bug: 15976603 Bug: 16115751 Change-Id: I3b23d7f01d8d39da27215a5263b12304ac64db0f
* Reorganize language & input settingsTadashi G. Takaoka2014-07-104-339/+269
| | | | | | Bug: 14860252 Bug: 16115751 Change-Id: I198aabebc08421764b78e137e7f26d2a7772d452
* Add TODO comments to Language & input settingsTadashi G. Takaoka2014-07-099-69/+56
| | | | | Bug: 16115751 Change-Id: I7bc426b95af214374db98c35314f4893dabfb2d4
* Refactor spell checker settings a bitTadashi G. Takaoka2014-07-042-102/+40
| | | | | | This CL removes unnecessary SpellCheckerUtils class. Change-Id: I1b94b76620fee9119df726b86cec73fb32c0ee8b
* Fix SettingsPreferenceFragment.startFragment()Fabrice Di Meglio2014-07-011-1/+1
| | | | | | - was always passing R.string.lock_settings_picker_title as a title res Change-Id: Iab47ef3da00e91d5ce3b6dc50c50c943bd78b08f
* Fix Spell Checker layout paddingFabrice Di Meglio2014-06-182-3/+3
| | | | | | | | - update padding layout for being consistent with the rest of the Settings App See bug: #15384992 Setting Dashboard - padding updates Change-Id: I37ce631425b3e075f4a5d44a41c6a3bac7607a3d
* Fix Language & Input Settings layouts paddingFabrice Di Meglio2014-06-172-3/+31
| | | | | | | | - make padding consistent with the rest of the Settings App See bug: #15384992 Setting Dashboard - padding updates Change-Id: I9aab93e6b18d0fa966e79e93a334b339fa2ca20a
* am 6bfec2d6: Remove all dialog icons in SettingsAlan Viverette2014-06-113-3/+0
|\ | | | | | | | | * commit '6bfec2d6b197068dd355bd1742179fe3da07136f': Remove all dialog icons in Settings
| * Remove all dialog icons in SettingsAlan Viverette2014-06-103-3/+0
| | | | | | | | | | BUG: 15474733 Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
* | Allow multiple shortcuts for a personal dictionary wordJean Chalard2014-06-041-1/+3
|/ | | | | | Bug: 13869301 Change-Id: I040613bdddc9f18875e29f3382418476262b00ce
* Mode code cleaning: remove obsolete references to EXTRA_NO_HEADERSFabrice Di Meglio2014-05-131-1/+0
| | | | | | | | - the EXTRA_NO_HEADERS flag as no more meaning as we are showing the Tiles (previously named "Headers") only in the Dashboard (which is the main Settings screen) Change-Id: I55656de0d28ca9c84adbe6647d870838b4ac230b
* Enable Search result highlight for Accessibility and IME settingsFabrice Di Meglio2014-04-211-0/+29
| | | | | | | | - add missing keys - update Database version to force re-indexing (because the keys were missing) Change-Id: I7533d86b0f9d79d838e5c16d4bc51b7b09dffae5
* Adding search for dynamic accessibility settings.Svetoslav2014-04-142-42/+282
| | | | | | | | | | | | The language and input settings are highly dynamic and this change adds search support for that. This category depends on installed IMEs, input devices, user dictionary configuration, etc. We not only compute the right preferences to be indexed but also track related system state in the settings app to rebuild the index if needed. bug:14066763 Change-Id: Ia89d9e35bd79abf8d74614691aedf4ca9b11b6f2
* Use Drawer in Settings appFabrice Di Meglio2014-02-034-18/+12
| | | | | | | | | | | | | | | | | | | | - get rid of PreferenceActivity as much as we can and use fragments instead - add Drawer widget - add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL) - add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external call thru an Intent Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we would have two Home). Also, verified that: - the WiFi settings still work when called from SetupWizard - when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
* b/12068020 Update calls to InputManagerRoboErik2014-01-083-36/+41
| | | | | | | | | This is part of work on making key layouts get saved per vendor/product instead of per device. The corresponding change in fw is https://googleplex-android-review.git.corp.google.com/#/c/399886/ This changes all uses of InputDevice descriptor to InputDeviceIdentifier. Change-Id: I3eeebc0223820aeab62c2b8aa822f4d91adaf2d1
* Fix a bug on updating enabled IMEsSatoshi Kataoka2013-11-011-4/+7
| | | | | Bug: 11354619 Change-Id: Ie33630b3dc150536bc0325ad6116ea5fdcf60740
* Do not merge. Refresh "InputMethodPreference"s onResumeSatoshi Kataoka2013-10-181-19/+22
| | | | | | | Corresponding change is I015075d57ebed94d6b Bug: 11245599 Change-Id: I8be2b9a81d41fab979afe000bd1bce6fc57550c7
* Change the refresh timing in input method settingsSatoshi Kataoka2013-08-073-2/+6
| | | | | Bug: 8364845 Change-Id: I564a4b0d80cec5be670e2ca89e09d45944671082
* Use isAsciiCapable when disabling system imeSatoshi Kataoka2013-08-071-3/+31
| | | | | Bug: 8364845 Change-Id: I2bb02b0c57b65ac3496b92d379e6d4ff21f338b1
* Fix ime settingsSatoshi Kataoka2013-08-021-2/+3
| | | | | Bug: 8364845 Change-Id: I1c9b30fa64682b905ef32c10bda0c9f93e8be975
* Allow the users to disable system IMESatoshi Kataoka2013-08-024-54/+119
| | | | | Bug: 8364845 Change-Id: Icc5173a68fa00b2895c0768ff8f8b9dcf30e6171
* Whitelist fragments appropriate for an activityAmith Yamasani2013-07-301-0/+10
| | | | Change-Id: If4f8c4e9d9949b652946cffe0ebb09b587e5a042
* Merge "Refactor ime settings"Satoshi Kataoka2013-07-304-59/+36
|\
| * Refactor ime settingsSatoshi Kataoka2013-07-304-59/+36
| | | | | | | | | | Bug: 8364845 Change-Id: Ie8db248314f2014278e1006b4b37aa64ce76f893
* | Fix the displayed name of the personal dictionarySatoshi Kataoka2013-07-302-1/+7
|/ | | | | Bug: 8976598 Change-Id: I3a8b50790b6da1658f32ff89df222127cb310da6
* Fix a bug with multiple word insertion.Jean Chalard2013-07-252-3/+31
| | | | | Bug: 7903831 Change-Id: I5202bc529a570292dd78d8503d8e2cc93b43d354
* Show all languages if user enables multiple subtypesSatoshi Kataoka2013-07-241-0/+5
| | | | | Bug: 8976598 Change-Id: Idbed69da04321a6f27033329686572d452d26f7a
* Stop redirecting the user dicitonary settings fragmentsSatoshi Kataoka2013-07-232-24/+34
| | | | | Bug: 9755092 Change-Id: If4443412ca8f33e076edbe2c23c15b07b9b89fa9
* Remove the locale spinner and show the current languageSatoshi Kataoka2013-07-224-9/+41
| | | | | Bug: 8976598 Change-Id: I092141d0cc5c6d7af499ab8ceb69275923180e37
* Use InputMethodUtils in input method settingsSatoshi Kataoka2013-07-113-31/+123
| | | | Change-Id: Ifd054c86b7099db3984e559feb5fadf1df5ca227
* Improve the language list in the personal dictionarySatoshi Kataoka2013-06-271-4/+19
| | | | | Bug: 9117704 Change-Id: I0b0fdb9418baa634eeaf4b8a65aebabe291aa005
* Show subtype locales in the personal dictionarySatoshi Kataoka2013-06-202-25/+87
| | | | | | | | | ...and change the destination of the intent Bug: 9117704 Bug: 8856930 Change-Id: I39e55d2c5ca9a602f9a586625dcf25d5fb065a0a
* Fix a bug where a user dict entry is too longJean Chalard2013-06-141-1/+3
| | | | | | | | | Since there is a maxLength attribute to the text field, if the requested entry is too long for the text field it will be truncated, then setSelection will crash with an IOOB exception. Bug: 9410958 Change-Id: I7e916b4d77d338f49db7d3dab4e536d27ec76bc1
* Fix the label for the personal dictionary settingsSatoshi Kataoka2013-05-081-2/+0
| | | | | Bug: 8859441 Change-Id: I18ae1e1d92e1280e1782685b99307f1e48ce8e66
* Fix the title of the fragments of the personal dictionary settingsSatoshi Kataoka2013-04-301-5/+0
| | | | | Bug: 8600958 Change-Id: I9b8bab21b144385bc2386e7fcb67e1c197f84113
* Fix sort order of InputMethodSubtypeSatoshi Kataoka2013-04-192-13/+37
| | | | | Bug: 8638372 Change-Id: I65d30f968708dc836635f687aa51b51816daccdb
* Forcing the settings apk to be built with the zz_ZZ pseudolocale.Benjamin Poiesz2013-04-111-1/+10
| | | | | | | | This will enable Settings to show the effects of the zz_ZZ pseudolocale when selected in the LocalePicker. Bug #8556677 Change-Id: I68ffc81454865dec94a3c1460019d1efce00ea49
* am d0a9d5b6: am a374d816: Distinguish adding an already present word / ↵Jean Chalard2012-12-173-13/+15
|\ | | | | | | | | | | | | cancelling * commit 'd0a9d5b6e0b557c3796616791fd3ac93d12bcad9': Distinguish adding an already present word / cancelling
| * Distinguish adding an already present word / cancellingJean Chalard2012-12-173-13/+15
| | | | | | | | | | Bug: 7725834 Change-Id: Iab3d1818f008a553868fb30e8460ea3f77c2de50
* | am 49ce96a1: am 1f597c87: Merge "Call back to whom requested to add a word ↵Mike Cleron2012-12-142-4/+37
|\ \ | |/ | | | | | | | | | | to the user dict" into jb-mr1.1-dev * commit '49ce96a14be5d414128b9e8ca12de281b610a57f': Call back to whom requested to add a word to the user dict
| * Call back to whom requested to add a word to the user dictJean Chalard2012-12-142-4/+37
| | | | | | | | | | Bug: 7725834 Change-Id: I2537754789f25fa978efd457979ed130806b9fbf
* | Grey out settings icon when it is in disabled stateShuhrat Dehkanov2012-11-283-7/+7
|/ | | | | | | | | | | | | | | | | | If engine is not active, its settings icon is disabled in Settings > Language & input > Text-to-speech output screen. Currently, settings icons for all TTS engines are shown at the same opacity. This fix dims settings icons of not-selected engines. Make sure that more than one TTS engine are installed on the target, for e.g., Google Text-to-speech Engine and Classic Text To Speech Engine (SVOX Classic TTS). Additionally, since setAlpha() is used in multiple places within Settings package, moved DISABLED_ALPHA declaration to Utils.java in order to have single point of reference. Change-Id: Ifa7de79814a2f4a4aa021cd8621cbfab41655680 Signed-off-by: Shuhrat Dehkanov <uzbmaster@gmail.com>
* Fix use of holo drawables in a few more placesBjörn Lundén2012-08-141-1/+1
| | | | Change-Id: Ie549ff14812da807729641fab1871fffe35f80b6
* Merge "Settings: Use ICS alert drawable"Jean-Baptiste Queru2012-08-132-2/+2
|\
| * Settings: Use ICS alert drawableBjörn Lundén2012-05-312-2/+2
| | | | | | | | | | | | Point to the correct holo alert drawable. Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
* | am 5b7a8204: Merge "Show only the language if there\'s only one locale for ↵Amith Yamasani2012-06-131-4/+32
|\ \ | | | | | | | | | | | | | | | | | | the language." into jb-dev * commit '5b7a8204d875c901782ff482b68fde8da7a0081f': Show only the language if there's only one locale for the language.
| * | Show only the language if there's only one locale for the language.Amith Yamasani2012-06-131-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | If the system has only one instance of that language, then only show the language without the country name. Bug: 6522572 Change-Id: I1e99182b1c669b200090f6c360bb902376b63ab0