aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Revert "Revert "Fall back to default keyboard theme""Tadashi G. Takaoka2014-09-171-16/+14
| | | | | | | | | | | | | | | | | | This reverts commit 821486ba8b7a8e2d1a8f31846af456faf076d126. Change-Id: If0285c87edcd5f7d3c5449026953a74bf1125f65
* | | Revert "Fall back to default keyboard theme"Tadashi G. Takaoka2014-09-171-14/+16
| | | | | | | | | | | | | | | | | | This reverts commit 6ed8b183262063d009e3bb2264e2fe04d780dea3. Change-Id: I48f775e54f4077e556b26bc0146bc918421c6845
* | | Fall back to default keyboard themeTadashi G. Takaoka2014-09-171-16/+14
|/ / | | | | | | | | Bug: 17537884 Change-Id: I3452d6d4a5837c6b2d417c8d256c121df86131cc
* | am 4d8efc97: am b41d1fcd: am d0d8f90a: Merge "Reorganize settings in Google ↵Jatin Matani2014-09-136-52/+77
|\| | | | | | | | | | | | | Keyboard" into lmp-dev * commit '4d8efc97873d12b4596c695fbcf7e72330b5253e': Reorganize settings in Google Keyboard
| * Merge "Reorganize settings in Google Keyboard" into lmp-devJatin Matani2014-09-126-52/+77
| |\
| | * Reorganize settings in Google KeyboardTadashi G. Takaoka2014-09-126-52/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes : Input languages -> Languages Input preferences -> Preferences Multi lingual Options -> Multilingual Options Keyboard Theme -> Theme Gesture typing preferences -> Gesture typing **New Appearance -> Theme -> Custom input style **Removed Multilingual options from L dynamically Bug: 11866784 Change-Id: I07404c27868e1b087b0cafb63d2031a5b493a885
* | | resolved conflicts for merge of 8e9385cc to masterKen Wakasa2014-09-131-1/+2
|\| | | | | | | | | | | Change-Id: Ia6d192ee4a8496afa3f788894844ebef78fb7a8c
| * | Only do double-space-period on real text fields.Jean Chalard2014-09-121-1/+2
| |/ | | | | | | | | Bug: 15559216 Change-Id: Id6ecadc58c03889496967d67371457e4050d695b
* | Fix a missing initializationJean Chalard2014-09-081-0/+2
| | | | | | | | Change-Id: I14a35f5a38b6e0f48c95cbb8c0c6e4507cd61fa7
* | am 61e7afa6: am 0eaa25e0: am 914078fd: Fix a bug where recorrection would ↵Jean Chalard2014-09-081-0/+17
|\| | | | | | | | | | | | | stop on connectors * commit '61e7afa6fa98939f9dcb9f7a2ebb5678a51d4201': Fix a bug where recorrection would stop on connectors
| * Fix a bug where recorrection would stop on connectorsJean Chalard2014-09-081-0/+17
| | | | | | | | | | Bug: 16733686 Change-Id: I7a9f79a81e33a1f5bf5f3daf0b78d0f1e4447e7a
* | am c3fac52d: am 1f74ba17: am cb077f75: Merge "Resolve an old TODO." into lmp-devJean Chalard2014-09-082-3/+15
|\| | | | | | | | | * commit 'c3fac52dd51ba70db83d96b2d421bd440683d9bc': Resolve an old TODO.
| * Resolve an old TODO.Jean Chalard2014-09-052-3/+15
| | | | | | | | | | | | | | This is cleaner. Bug: 17347779 Change-Id: I5b612783b1ec98a1a11401f00d68db49654f3023
* | Fix a bug with the Greek question mark.Jean Chalard2014-09-081-0/+13
| | | | | | | | | | Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599
* | am 3ad86d91: am afa9d6d8: Merge "Add theme aware key popup preview ↵Tadashi G. Takaoka2014-09-023-24/+53
|\| | | | | | | | | | | | | animation" into lmp-dev * commit '3ad86d91f1e3d251635303e0fb9a83dce22efa3a': Add theme aware key popup preview animation
| * Add theme aware key popup preview animationTadashi G. Takaoka2014-09-023-24/+53
| | | | | | | | | | Bug: 15678343 Change-Id: I26e4d292deab37724387cc9ebc03033fcd698c60
* | Add a private IME option to suppress the gesture floating preview text.David Faden2014-09-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | If the option defined by Constants.NO_FLOATING_GESTURE_PREVIEW is set for a text field via EditorInfo.privateImeOptions, the floating gesture preview will be suppressed regardless of the settings preference. Feature request: bug: 17325039 Change-Id: I1a1df194369e8f2d76abd9d84939a057f55f4a1c
* | am 2fabd50d: am f507d1fe: Support RTL layout in custom input style settingsTadashi G. Takaoka2014-08-291-3/+23
|\| | | | | | | | | * commit '2fabd50df49f894afde15ac5f4ebd2ff5372a9c4': Support RTL layout in custom input style settings
| * Support RTL layout in custom input style settingsTadashi G. Takaoka2014-08-291-3/+23
| | | | | | | | | | Bug: 17322353 Change-Id: I3b211ab8729121271563a8a243558a58ee7847c2
* | resolved conflicts for merge of 0268f736 to masterKen Wakasa2014-08-271-0/+22
|\| | | | | | | Change-Id: Ib89ef55a8752f9b5e357eed3a05c79dd28d0ec0e
| * Introduce commit/add-to-dictionary indicatorsYohei Yukawa2014-08-261-0/+22
| | | | | | | | | | | | | | | | | | | | This CL introduces commit/add-to-dictionary indicators. Note that the text is not yet highlighted when the commit indicator is displayed. It will be addressed in subsequent CLs. Change-Id: I7e9b0fcfdc0776a50a1d8cfb41ee0add813317dd
* | am abf05cc0: am fdfe73ff: Merge "Use more descriptive names for some ↵Yohei Yukawa2014-08-251-4/+5
|\| | | | | | | | | | | | | internal fields" into lmp-dev * commit 'abf05cc0da1ead7e270a7c99bf9f000dabf91f5b': Use more descriptive names for some internal fields
| * Use more descriptive names for some internal fieldsYohei Yukawa2014-08-251-4/+5
| | | | | | | | | | | | | | This CL clarifies that delay parameters are specified with milliseconds. Change-Id: I401a60b8c09c2a04201af5b74babcdb091c07f4a
| * DO NOT MERGE: Abolish source code overlay and introduce overridable src dirKen Wakasa2014-08-201-43/+0
| | | | | | | | | | | | | | This should make IDEs happy with appropriate source code directory selection. Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 (cherry picked from commit fb74ab15c1343084740d65ef8744cad33a678e82)
* | Abolish source code overlay and inroduce overridable src dirKen Wakasa2014-08-161-43/+0
| | | | | | | | | | | | | | | | This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
* | am 43b8646a: am c225d2e2: Add setting boolean for showing UI to accept typed ↵Tadashi G. Takaoka2014-08-134-0/+11
|\| | | | | | | | | | | | | word * commit '43b8646a31573ef3ce8efbbaf46c3d72d8c5deca': Add setting boolean for showing UI to accept typed word
| * Add setting boolean for showing UI to accept typed wordTadashi G. Takaoka2014-08-134-0/+11
| | | | | | | | Change-Id: Iedd90d07b904362d9debc9994ce86cd78a0303b9
| * (DO NOT MERGE) Add debug setting to force hardware special keyTadashi G. Takaoka2014-08-132-1/+4
| | | | | | | | | | | | Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655 (cherry picked from commit 3659c70fc3174b00ac24e105677d7e480596bf56)
* | Merge "Add debug setting to force hardware special key"Tadashi G. Takaoka2014-08-122-1/+4
|\ \
| * | Add debug setting to force hardware special keyTadashi G. Takaoka2014-08-132-1/+4
| | | | | | | | | | | | | | | Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655
* | | am bdb05cc8: am 78cff10f: Add BuildCompatUtils to get an effective platfrom ↵Tadashi G. Takaoka2014-08-131-3/+2
|\ \ \ | |/ / |/| / | |/ | | | | | | API version * commit 'bdb05cc89f63f4f3956936fa062d0b4555aa072a': Add BuildCompatUtils to get an effective platfrom API version
| * Add BuildCompatUtils to get an effective platfrom API versionTadashi G. Takaoka2014-08-131-3/+2
| | | | | | | | | | | | | | This CL removes reference of VERSION_CODES.CUR_DEVELOPMENT. Bug: 13888366 Change-Id: I5c8499a175473a220c8fb04ead219760c585a19a
* | Make SettingsValues non-final to testabilityJatin Matani2014-08-111-1/+6
|/ | | | | | | Add getter for enableMetricsLogging boolean. Bug:16522256 Change-Id: Ie9a38efc7861b3d4207562d2bf0344c5c2ae957a
* Help & feedback should be the very last item in the menuKen Wakasa2014-08-081-2/+2
| | | | | | bug: 16717930 Change-Id: I7ce73fe067bb7f9a639b414875780c39bb1de12d
* Initial implementation of Help & feedbackKen Wakasa2014-08-081-8/+11
| | | | | | bug: 16717930 Change-Id: Iddc8e831c3f01ec7eb02ed1bc5d5e103d497e177
* Use add icon for add custom input style menuTadashi G. Takaoka2014-08-061-4/+2
| | | | | Bug: 16805043 Change-Id: I9730a6aa5d761924457edaabcee25db930e20f02
* Use fragment for keyboard theme settingsTadashi G. Takaoka2014-07-297-95/+215
| | | | | Bug: 11866784 Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
* Show "navigate up" icon on settings activityTadashi G. Takaoka2014-07-291-1/+26
| | | | | Bug: 15813742 Change-Id: I8b1feb5c35377e62199e5a909640d9c50f970654
* Use fragment for advanced preference screenTadashi G. Takaoka2014-07-282-202/+248
| | | | | Bug: 16522808 Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e
* Refactor Debug settings to use SubScreenFragmentTadashi G. Takaoka2014-07-282-265/+286
| | | | | Bug: 16522808 Change-Id: I741e2fbc5f0a62c7d4ae00e603eef52cc2a6d086
* Use fragment for text correction preference screenTadashi G. Takaoka2014-07-282-70/+123
| | | | | Bug: 16522808 Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4
* Use fragment for gesture typing preference screenTadashi G. Takaoka2014-07-282-4/+45
| | | | | Bug: 16522808 Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023
* Use fragment for multi lingual preference screenTadashi G. Takaoka2014-07-283-32/+89
| | | | | Bug: 16522808 Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1
* Use fragment for input preference screenTadashi G. Takaoka2014-07-274-22/+219
| | | | | | | | | This CL introduces a common abstract class, SunScreenFragment, for PreferenceFragment that implements a PreferenceScreen of the main settings preference screen. Bug: 16522808 Change-Id: I11fba71b5e9f96208b261e0c0314de8a41720d0f
* Make "Show correction suggestions" as a binary optionTadashi G. Takaoka2014-07-273-42/+27
| | | | | | | | | | | | Formerly "Show correction suggestions" had three options, "always show", "show in portrait mode", and "always hide". The reason behind "show in portrait mode" was that there may not be enough screen estate in landscape mode to show suggestions. Because recent phone devices have relatively large screen, we decide to remove "show in portrait mode" option. Bug: 15780939 Change-Id: I896d737452c3893d43ce20bd88127f10c1eb3d83
* Remove unnecessary DebugSettingsActivity, use fragment directlyTadashi G. Takaoka2014-07-233-55/+2
| | | | | | | This CL must be checked in together with I1db2e848ab. Bug: 16522808 Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c
* Rename ProductionFlag to ProductionFlagsTadashi G. Takaoka2014-07-161-2/+2
| | | | Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
* Use SwitchPreference for spell checker settingTadashi G. Takaoka2014-07-161-2/+2
| | | | | | | This is a follow up of I1f7214c689. Bug: 15781377 Change-Id: I7289b8b724e086da80ab3849cc567560c1a8502d
* Use SwitchPreference on API versions newer than KitKatTadashi G. Takaoka2014-07-133-4/+87
| | | | | Bug: 15781377 Change-Id: I1f7214c689006b1088249783eb614b6f0fbf2ee7
* Move phrase gesture from additional features to public.Keisuke Kuroyanagi2014-07-082-1/+36
| | | | | Bug: 15758242 Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba