aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings/SettingsValues.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-452/+0
|
* Restore switch for showing app icon.Chieu Nguyen2015-04-221-0/+4
| | | | | Bug: 20307420 Change-Id: I95969de40936d2ea992669324d0c4df7e8de2bd9
* Log interrupted tasks in AOSP.Dan Zivkovic2015-04-021-1/+1
| | | | | | Bug 19987461. Change-Id: Ia2714f555146f8f31a6d8c61f555d2b6fecdab7d
* Disable message if personalization is disabled.Chieu Nguyen2015-03-181-0/+4
| | | | | Bug: 19087415. Change-Id: I3974f1b676aa4a9bb04ab7f609b6daf1860c64f1
* Add cloud sync setting to SettingsValues.Chieu Nguyen2015-03-161-0/+2
| | | | | Bug: 19573092 Change-Id: I41174188743c8a78facebff547e378a2b467a8c7
* Revert "Next-word suggestion bit in keyboard settings."Dan Zivkovic2015-03-161-0/+11
| | | | | | | | This reverts commit 1ae16dc3db170802d1b38273f477125a2a969d32. Bug 19596067. Change-Id: Ie7286acbb70b215d7bd08e271bcf14526b68576f
* Remove autocorrection aggressiveness settings.Chieu Nguyen2015-03-131-4/+4
| | | | | | | Replace multiple settings with binary switch for autocorrection. Bug: 19589766 Change-Id: Ic8a0362dd36d18930493a55699851161e9cb23e8
* Remove unused phrase gesture code.Chieu Nguyen2015-03-111-4/+0
| | | | | Bug: 19687841 Change-Id: I0862aa3127bf7f1564a4845efdf99ebf5ae4d5ac
* Next-word suggestion bit in keyboard settings.Dan Zivkovic2015-03-041-11/+0
| | | | | | | | | This feature works in supported languages. We don't need a user setting. Bug 19596067. Change-Id: Icdded772745f9816da47f8a5e3b87b733083b121
* Fix master build.Dan Zivkovic2015-02-111-2/+2
| | | | | | For some reason, we can't import android.os package in our Constants. Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-111-1/+2
| | | | | | Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
* LatinIME portion of "green plus" feature.Dan Zivkovic2015-02-031-7/+0
| | | | | | | | | Removes the feature that adds strings to the user dictionary, aka the "green highlight with a plus sign". Bug 19237189. Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735
* LatinIME portion of multi-lang option removal.Dan Zivkovic2015-01-291-8/+0
| | | | | | Bug 19188067. Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99
* Passing account info to dictionaryFacilitatorJatin Matani2014-12-161-0/+5
| | | | | | | | | | | | | | | | | | | | Attempt to use dictionary facilitor without invoking preference manager. Instead use account from settings only when things are being reset/changed. Discussion forked from ag/591663 Overall, the idea here is to maintain an account information inside dictionary groups. Reset the dictionary groups if account changes (the way we do for locale). Since only user history dictionary is currently affected, the check to reset user history dictionary also includes the check to verify the account. For other things remain the same. SettingsValues holds the current account (and is updated if prefs change due to change in account settings). The updated settings are then propagated to dictionary facilitator via LatinIME#loadSettings. Bug:18104749,18469539 Change-Id: I553e776e7ea125d0fb7a1fe70a4c7eb0b2277fb8
* Revert "Add keyboard margin options to place the keyboard dynamically."Tadashi G. Takaoka2014-12-091-12/+1
| | | | | | | | This reverts commit 8584db1461d286f8eb966c40eb0bc76e8c9df76a. Bug: 18675223 Bug: 18675476 Change-Id: I4e25d87ac261c44b1943df832115f8cca690103a
* Add keyboard margin options to place the keyboard dynamically.Andy Wang2014-12-051-1/+12
| | | | | | | Keyboard location and location can now be set in the debug options section. Change-Id: I87c5a1d679489e12dccf26632c399af28087629e
* Stop passing through keyPrefs as it's already available.Andy Wang2014-12-021-2/+1
| | | | Change-Id: I43a56beba0cf0fdf5f93c5c764edbd279ee033b2
* Allow whitelist changes when no close wordJean Chalard2014-11-261-0/+2
| | | | | | | | | | | | | | When there isn't a close word in another language of the current multi-language set, we allow whitelist entries to take force even if we are not confident in the current language. Bug: 18063142 Bug: 18130489 Bug: 18132240 Bug: 18136721 Bug: 18200415 Change-Id: I044674ba7b70aa86ab2a48d2e4d53a1c8007b62c
* Move shorcut IME related code from SubtypeSwitcher to RichInputMethodManagerTadashi G. Takaoka2014-11-061-2/+1
| | | | Change-Id: I0f95f603d80570c937e8c38ded88df341c11795e
* Add a preference to resize the keyboard height.Andy Wang2014-10-301-0/+6
| | | | | | | | The keyboard height is controlled by a slider in the debug preferences. Without access to debug preferences, this change is a no-op. Bug: 6867494 Change-Id: I984064ed1cab752876615f5ed582818474d6041b
* Fix NPE in AppearanceSettingsFragmentTadashi G. Takaoka2014-10-281-7/+1
| | | | | Bug: 18147440 Change-Id: I7a7a47b3484e54146d34d11b5bd9c1305421d829
* Remove device checking of Emoji physical keyTadashi G. Takaoka2014-10-271-0/+3
| | | | | | | | This CL also adds a settings option to enable/disable an Emoji-ALT physical key. Bug: 18122464 Change-Id: Iee1d97efec979a902b0492071d5e511ca1792ff0
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-7/+5
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-2/+1
| | | | | | | | | | | | | | | | | | | | | This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
* Don't restore device specific preferencesSandeep Siddhartha2014-10-101-4/+0
| | | | | | | | | | | | | | | There are two categories of preferences: 1. That are part of the default shared preference They were all getting backed up and restored. Added a blacklist to not restore some of these. e.g. current account 2. That are in a non-default shared preference file. These are not getting backed up currently, but added a specific local preference file for all such preferences. Bug: 17288591 Change-Id: I2f748be971a2337543e5014434aa39313fd1e1d8
* Fix missing prediction words on contextual stripTadashi G. Takaoka2014-10-071-3/+3
| | | | | Bug: 17874801 Change-Id: Iaba935a6b2548376f10a0ecd80f07ea7ada6c60a
* [ML10.1] Adjust call for additional featuresJean Chalard2014-09-251-1/+1
| | | | | Bug: 11230254 Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12
* Add account change receiver to handle account removalSandeep Siddhartha2014-09-241-0/+4
| | | | | | | | Also cleanup the manifest to group similar components together. Moving LoginAccountUtils to its own package Bug: 17464068 Change-Id: Iad7928855531d58334b1e4039bb45b97dde75462
* resolved conflicts for merge of 233a2f21 to masterYohei Yukawa2014-09-181-15/+0
|\ | | | | | | Change-Id: If391cc622367dfb4448c6a5c32b82111d352d86e
| * Use Add-To-Dictionary indicator onlyYohei Yukawa2014-09-181-15/+0
| | | | | | | | | | | | | | | | | | | | With this CL, the previously used commit indicator was reverted. Instead we use the add-to-dictionary indicator only at the moment. This CL also fixes the indicator position in bidi context. BUG: 17335734 Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6
* | Add a user preference for split layout within Appearance & LayoutsJatin Matani2014-09-161-0/+12
| | | | | | | | | | | | Note The preference is flag protected. Change-Id: I1be219ba961f002897b7b13ff9f200e2f142b2d8
* | 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
* | am c3fac52d: am 1f74ba17: am cb077f75: Merge "Resolve an old TODO." into lmp-devJean Chalard2014-09-081-3/+5
|\| | | | | | | | | * commit 'c3fac52dd51ba70db83d96b2d421bd440683d9bc': Resolve an old TODO.
| * Resolve an old TODO.Jean Chalard2014-09-051-3/+5
| | | | | | | | | | | | | | This is cleaner. Bug: 17347779 Change-Id: I5b612783b1ec98a1a11401f00d68db49654f3023
* | am 3ad86d91: am afa9d6d8: Merge "Add theme aware key popup preview ↵Tadashi G. Takaoka2014-09-021-14/+31
|\| | | | | | | | | | | | | animation" into lmp-dev * commit '3ad86d91f1e3d251635303e0fb9a83dce22efa3a': Add theme aware key popup preview animation
| * Add theme aware key popup preview animationTadashi G. Takaoka2014-09-021-14/+31
| | | | | | | | | | 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
* | 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
* | am 43b8646a: am c225d2e2: Add setting boolean for showing UI to accept typed ↵Tadashi G. Takaoka2014-08-131-0/+3
|\| | | | | | | | | | | | | 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-131-0/+3
| | | | | | | | Change-Id: Iedd90d07b904362d9debc9994ce86cd78a0303b9
* | Make SettingsValues non-final to testabilityJatin Matani2014-08-111-1/+6
|/ | | | | | | Add getter for enableMetricsLogging boolean. Bug:16522256 Change-Id: Ie9a38efc7861b3d4207562d2bf0344c5c2ae957a
* Make "Show correction suggestions" as a binary optionTadashi G. Takaoka2014-07-271-39/+24
| | | | | | | | | | | | 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
* Hide voice input key from URI, Email, Number, and Phone layoutTadashi G. Takaoka2014-06-181-2/+1
| | | | | Bug: 15709298 Change-Id: I05d9433d4e1c2cc475a2136cc97bc32bde6fc745
* Fix logic to show suggestionsTadashi G. Takaoka2014-06-111-0/+2
| | | | | Bug: 15531465 Change-Id: Ic7fe5743ad3767cdaed699e5e2d1ebcaa75e22c2
* Always update voice key visibilityTadashi G. Takaoka2014-06-061-1/+5
| | | | | Bug: 15128166 Change-Id: Ie15724c323efa3b102f6aebddc3bda210aad1727