aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Provide a preference to delete data from cloud.Jatin Matani2014-12-091-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | For now, it is a debug preference, but we may make this a proper user setting in the future. Thus note that the messaging is not final. Pref looks like : 1. https://screenshot.googleplex.com/OLxW0myWD9.png 2. https://screenshot.googleplex.com/YeqWYXGstw.png Bug: 18106936 Change-Id: I88bbc1a2ee0c23a48ff3972a91d57c218b10bb65
* | Revert "Add keyboard margin options to place the keyboard dynamically."Tadashi G. Takaoka2014-12-094-28/+8
|/ | | | | | | | This reverts commit 8584db1461d286f8eb966c40eb0bc76e8c9df76a. Bug: 18675223 Bug: 18675476 Change-Id: I4e25d87ac261c44b1943df832115f8cca690103a
* Merge "Remove RichInputMethodManager.updateShortcutIME call from ↵Tadashi G. Takaoka2014-12-061-0/+1
|\ | | | | | | SubtypeSwitcher"
| * Remove RichInputMethodManager.updateShortcutIME call from SubtypeSwitcherTadashi G. Takaoka2014-12-011-0/+1
| | | | | | | | Change-Id: I5661a7926cf5a404788516c542b25cc0707bb417
* | Add keyboard margin options to place the keyboard dynamically.Andy Wang2014-12-054-8/+28
| | | | | | | | | | | | | | 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-023-6/+5
|/ | | | Change-Id: I43a56beba0cf0fdf5f93c5c764edbd279ee033b2
* Remove unnecessary code of CustomInputStylePreferenceTadashi G. Takaoka2014-11-271-20/+0
| | | | Change-Id: I68d2c85139e01684d5f0705f621ba223fc5e4425
* Allow whitelist changes when no close wordJean Chalard2014-11-262-0/+6
| | | | | | | | | | | | | | 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
* Clean SubtypeLocaleUtils a bitTadashi G. Takaoka2014-11-121-1/+3
| | | | Change-Id: If8b981715983e3a12867c9b7c53bfa5effaddd39
* Merge "Move shorcut IME related code from SubtypeSwitcher to ↵Tadashi G. Takaoka2014-11-072-5/+4
|\ | | | | | | RichInputMethodManager"
| * Move shorcut IME related code from SubtypeSwitcher to RichInputMethodManagerTadashi G. Takaoka2014-11-062-5/+4
| | | | | | | | Change-Id: I0f95f603d80570c937e8c38ded88df341c11795e
* | Remove dicttool dependency to NativeSuggestOptionsJean Chalard2014-11-061-73/+0
|/ | | | | Bug: 18108776 Change-Id: I0f57594617f8d5080aea9002b2356d18bfe97043
* Add a preference to resize the keyboard height.Andy Wang2014-10-305-0/+65
| | | | | | | | 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
* Move StringUtils under common.Jean Chalard2014-10-282-2/+2
| | | | | Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
* Fix NPE in AppearanceSettingsFragmentTadashi G. Takaoka2014-10-283-11/+9
| | | | | Bug: 18147440 Change-Id: I7a7a47b3484e54146d34d11b5bd9c1305421d829
* Remove device checking of Emoji physical keyTadashi G. Takaoka2014-10-275-5/+6
| | | | | | | | 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-232-2/+2
| | | | | | | 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-232-8/+8
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* Remove BuildCompatUtils.VERSION_CODES_LXXYohei Yukawa2014-10-221-1/+1
| | | | | | Finally it is turned out to be a XXL-size Lollipop. Change-Id: Icbd22506be9de514eba287cdd8d97fbfd070ac09
* Fix some compiler warningsTadashi G. Takaoka2014-10-215-8/+9
| | | | | | | | | | | | | | | | | | | | | 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
* Refactor CustomInputStyleSettingsFragmentTadashi G. Takaoka2014-10-202-387/+420
| | | | | Bug: 18003991 Change-Id: Ib005dd394faf546e4faed89ff2018ce49858a06e
* Bring back long press timeout settingsTadashi G. Takaoka2014-10-175-45/+43
| | | | | Bug: 18025209 Change-Id: Id8dbb051e04270f6892cae12a443103bd0d32dcb
* [ML27.1] Allow adding additional features to other settingsJean Chalard2014-10-162-0/+2
| | | | | | | | | We may want to add additional features from some of the other screens. Bug: 11230254 Bug: 17966252 Change-Id: I1bb877e5cbdd74f2ffa8010b5bc6af35fe77279a
* Move sync policy related code out of account settingsSandeep Siddhartha2014-10-141-45/+10
| | | | | | Bug: 17981687 Bug: 17464069 Change-Id: I0ae3400564fd346cc84af74dfef65f01cc1ce6a8
* Merge "Don't restore debug preferences"Sandeep Siddhartha2014-10-142-10/+34
|\
| * Don't restore debug preferencesSandeep Siddhartha2014-10-132-10/+34
| | | | | | | | | | Bug: 17942814 Change-Id: I0bbef716dff47ed8eb880209d448629ad853b904
* | Cleanup LoginAccountUtilsSandeep Siddhartha2014-10-131-10/+16
|/ | | | | Bug: 17464068 Change-Id: Icf994a7582491afebc5db522c127a30d079ce05c
* Set up a sync preference and policy for syncing [2]Sandeep Siddhartha2014-10-102-65/+113
| | | | | | | | | | | | - Adds a preference for enabling sync, which controls the sync behavior - Make the ProductionFlags depend on appropriate flags to guarantee that we don't mess things when flipping some flags - Preferences now control the "syncable" property of the provider thereby controlling the policy and when this entry shows up in system settings. Bug: 17464069 Change-Id: I1d58351188518c1ae9f1f9e147b5ea15d32a3427
* Don't restore device specific preferencesSandeep Siddhartha2014-10-104-9/+44
| | | | | | | | | | | | | | | 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
* [ML23] Introduce a different accuracy/performance tradeoffJean Chalard2014-10-101-1/+8
| | | | | Bug: 11230254 Change-Id: Ic09518c818ae7b68942b1c63160dd462e5922cb5
* Merge "Fix messaging for sync now feature, when no account is selected"Jatin Matani2014-10-081-2/+2
|\
| * Fix messaging for sync now feature, when no account is selectedJatin Matani2014-10-081-2/+2
| | | | | | | | Change-Id: I5e81b7a1eed9c2177ad3ddfa6c96c2b85c433766
* | Fix unit test failureKen Wakasa2014-10-081-0/+2
|/ | | | Change-Id: I5a28c6775385ba3b0b7d86c85064fd28f3cbb353
* Merge "Skeleton code for user dictionary sync"Jatin Matani2014-10-081-1/+57
|\
| * Skeleton code for user dictionary syncJatin Matani2014-10-071-1/+57
| | | | | | | | | | Bug:17464069 Change-Id: If683b80e882c07fba576959346ae74cd445dd83e
* | Fix missing prediction words on contextual stripTadashi G. Takaoka2014-10-074-8/+8
| | | | | | | | | | Bug: 17874801 Change-Id: Iaba935a6b2548376f10a0ecd80f07ea7ada6c60a
* | Refactor custom input style settingsTadashi G. Takaoka2014-10-061-31/+23
|/ | | | | | This CL removes references of Pair class. Change-Id: I7cda0ac438ac1d5026599cb52ac2ea8845339da9
* Add StatsUtils#onLoadSettings for when settings are changedJatin Matani2014-09-301-0/+2
| | | | | | | Non-blocking call in nature. Bug:17013677 Change-Id: Iff737422bbacbf22c9b0ff6eaf1c1f75e6bf23c3
* Add info log of custom input stylesTadashi G. Takaoka2014-09-261-3/+15
| | | | | Bug: 17622871 Change-Id: Ia97c7bc2f0923417b458b178fbd8776d5cd0758c
* [ML10.1] Adjust call for additional featuresJean Chalard2014-09-251-1/+1
| | | | | Bug: 11230254 Change-Id: I7b60d9174d7d267eb1b3cd848cff36cdbea75b12
* Merge "Add account change receiver to handle account removal"Sandeep Siddhartha2014-09-242-1/+5
|\
| * Add account change receiver to handle account removalSandeep Siddhartha2014-09-242-1/+5
| | | | | | | | | | | | | | | | Also cleanup the manifest to group similar components together. Moving LoginAccountUtils to its own package Bug: 17464068 Change-Id: Iad7928855531d58334b1e4039bb45b97dde75462
* | [ML9.1] Add option for multi-lingual supportJean Chalard2014-09-221-0/+2
|/ | | | | Bug: 11230254 Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd
* Add account listing and preference integration for current accountSandeep Siddhartha2014-09-182-6/+172
| | | | | Bug: 17464068 Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67
* Merge "Add Accounts & privacy settings in LatinIME"Sandeep Siddhartha2014-09-185-3/+105
|\
| * Add Accounts & privacy settings in LatinIMESandeep Siddhartha2014-09-175-3/+105
| | | | | | | | | | | | | | | | | | | | Also start showing the logging preference on this screen too. This settings screen will be the container for all account management, sync and privacy related settings Bug: 17464068 Change-Id: Ie0806f6e8a542e9dea2834445ff7b38805207bda
* | 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
* | Merge "Add a user preference for split layout within Appearance & Layouts"Jatin Matani2014-09-173-1/+19
|\ \
| * | Add a user preference for split layout within Appearance & LayoutsJatin Matani2014-09-163-1/+19
| | | | | | | | | | | | | | | | | | Note The preference is flag protected. Change-Id: I1be219ba961f002897b7b13ff9f200e2f142b2d8