aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove "Personal dictionary" link from settings.•••Bug 19966848. Change-Id: Ice6a030d2d2319822d5108c5b6a37efa4de1090f Dan Zivkovic2015-03-302-44/+0
* Merge "Setup wizard status only available on Lollipop++"Dan Zivkovic2015-03-301-5/+9
|\
| * Setup wizard status only available on Lollipop++•••Bug 19959791. Change-Id: Iac2bf1a2550795e75e866aded57130dac1619a81 Dan Zivkovic2015-03-301-5/+9
* | Don't hide sync settings, v2 (cleaner)•••Bug:19961809 Change-Id: I02d6bd773dc20112c8fa3b83ac305d0cdbbd58d0 Jatin Matani2015-03-271-65/+114
|/
* Merge "Check for accounts when enabling sync features."Jatin Matani2015-03-241-1/+8
|\
| * Check for accounts when enabling sync features.•••Bug:19895917 Change-Id: I2f2f535f5a5c17c5642a5c44d2fd20a520ccfd73 Jatin Matani2015-03-241-2/+9
* | Merge "Avoid NPE when logging the entry point to Settings"Jatin Matani2015-03-241-1/+1
|\ \
| * | Avoid NPE when logging the entry point to Settings•••The populator class that serializes the proto uses a switch and throws an NPE. Bug:19911288 Change-Id: Id0fa371b3c64e706e14a13bb6e643406f94be035 Jatin Matani2015-03-241-1/+1
* | | Remove dependency in correction settings.•••Autocorrection and next-word suggestion are independent, but the settings UI creates a dependency. Bug: 19896768. Change-Id: Ibcdd497cdfd7b9c3a69c61e0c2d116d67df84ef8 Chieu Nguyen2015-03-231-13/+0
* | | Reenable next-word suggestion if autocorrection reenabled.•••Bug: 19896768. Change-Id: Ifeb3401612416e58bb362c5250ce0c15fc4b3c45 Chieu Nguyen2015-03-231-5/+3
* | | Merge "Move ManagedProfileUtils to overridable"Jatin Matani2015-03-231-1/+1
|\| |
| * | Move ManagedProfileUtils to overridable•••Bug:19532354 Change-Id: I50b3ae11b6e58f07b482353b624b1a7a73eadc99 Jatin Matani2015-03-231-1/+1
| |/
* / Block overflow menu during setup.•••Bug 19866981. Change-Id: I757dacaa29a132c65841b9aaa2cc070ed9fa712c Dan Zivkovic2015-03-231-2/+14
|/
* Remove external dictionary debug UI.•••We don't support this feature in Delight3. Change-Id: Iebef4191c28cf6d169d351039174cd841d448799 Dan Zivkovic2015-03-201-13/+0
* Disable message if personalization is disabled.•••Bug: 19087415. Change-Id: I3974f1b676aa4a9bb04ab7f609b6daf1860c64f1 Chieu Nguyen2015-03-181-0/+4
* Merge "Add cloud sync setting to SettingsValues."Chieu Nguyen2015-03-171-0/+2
|\
| * Add cloud sync setting to SettingsValues.•••Bug: 19573092 Change-Id: I41174188743c8a78facebff547e378a2b467a8c7 Chieu Nguyen2015-03-161-0/+2
* | Fix NPE in AccountSettingsFragment.•••Bug 19773815. Change-Id: Ib5eb27cdf385c81d1a3822836f424fa29c0bbaa8 Dan Zivkovic2015-03-161-13/+30
|/
* Remove unused imports.•••Change-Id: Ic537cc7080a0ca98fc855a6f24a415d63f747891 Dan Zivkovic2015-03-161-3/+0
* Check boxes are replaced by switches in KitKat.•••Make the code work for both widgets by using the TwoStatePreference interface. Bug 19596067. Change-Id: I8352361dcf74b54136b6177de9aac3eb2942a4c0 Dan Zivkovic2015-03-161-3/+3
* Revert "Next-word suggestion bit in keyboard settings."•••This reverts commit 1ae16dc3db170802d1b38273f477125a2a969d32. Bug 19596067. Change-Id: Ie7286acbb70b215d7bd08e271bcf14526b68576f Dan Zivkovic2015-03-163-0/+29
* Add StatsUtils.onSettingsActivity to collect the settings page stats.•••Bug:19214944 Change-Id: I113f47c49d638790d770fe2781afe7cd1565619d Mohammadinamul Sheik2015-03-131-2/+15
* Remove autocorrection aggressiveness settings.•••Replace multiple settings with binary switch for autocorrection. Bug: 19589766 Change-Id: Ic8a0362dd36d18930493a55699851161e9cb23e8 Chieu Nguyen2015-03-132-9/+28
* Remove unused phrase gesture code.•••Bug: 19687841 Change-Id: I0862aa3127bf7f1564a4845efdf99ebf5ae4d5ac Chieu Nguyen2015-03-113-15/+1
* Sync setting disabled if no account.•••Bug: 19361223 Change-Id: Id5e8d34920f5bf3bffb6d6d287557e85d7b72c79 Chieu Nguyen2015-03-051-12/+21
* Make privacy policy link clickable in sync settings.•••Bug: 19361223 Change-Id: I83128d771bf5214a446afd6a3d5244a184d0a4a8 Chieu Nguyen2015-03-051-1/+15
* Next-word suggestion bit in keyboard settings.•••This feature works in supported languages. We don't need a user setting. Bug 19596067. Change-Id: Icdded772745f9816da47f8a5e3b87b733083b121 Dan Zivkovic2015-03-043-31/+0
* Turn off cloud sync if we have managed profiles•••UserManager#getUserProfiles > 1 implies managed profile. Workflow: - Disable sync prefs - Execute an async task to check for managed profile; if managed profile is found, remove the sync prefs. If not, enable the preference; - Move the logging pref from Advanced to Account & Privacy. Bug:19230544 Change-Id: I4dbd1fe8433b3263ccc74c35dc0ee0bb371122b3 Jatin Matani2015-03-022-48/+85
* Refresh pref settings for cloud sync•••- Show the opt-in text - Show the account picker if user presses 'enable sync'. Previously we disabled the sync pref which was confusing. - Remove the debug tags from some prefs; and improve messaging overall General rules; - sync is turned ON : user checks 'enable sync' pref AND accepts the opt-in AND chooses an account - sync is turned OFF: when user signs out Demo link https://drive.google.com/a/google.com/file/d/0B9tNQOWdRuiWSUdVVE5rVDJudlk/view?usp=sharing Change-Id: I2e7933796b15e47005ba9970a8c1294416ef31a0 Jatin Matani2015-02-261-82/+137
* Fix master build.•••For some reason, we can't import android.os package in our Constants. Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8 Dan Zivkovic2015-02-112-5/+9
* Remove shortcut support from LatinIME.•••Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0 Dan Zivkovic2015-02-112-6/+6
* LatinIME portion of "green plus" feature.•••Removes the feature that adds strings to the user dictionary, aka the "green highlight with a plus sign". Bug 19237189. Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735 Dan Zivkovic2015-02-031-7/+0
* LatinIME portion of multi-lang option removal.•••Bug 19188067. Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99 Dan Zivkovic2015-01-296-79/+1
* Change DictionaryFacilitator.java to an interface, create its•••implementation DictionaryFacilitatorImpl.java and add a java-overridable factory DictionaryFacilitatorProvider.java used to create a DictionaryFacilitator. Change-Id: Id4a58ae31feaa4d12a048a772c8d76ff82fdee45 Mario Tanev2015-01-271-2/+2
* AOSP change for showing the app icon.•••This change deletes a bunch of code that was used to conditionally show/hide the keyboard app icon given system states and user preferences. Bug 19001197. Change-Id: I69a57aa21872a571af87a193b3e52b7f985e5168 Dan Zivkovic2015-01-162-32/+0
* Rename production flag for cloud sync feature•••Change-Id: I24cbe94f128f54fb9bfeeef78cf271fee2216c8e Jatin Matani2014-12-291-3/+3
* Merge "Remove SubtypeSwitcher"Tadashi G. Takaoka2014-12-171-8/+1
|\
| * Remove SubtypeSwitcher•••Change-Id: Ic4def69a9f742f13c98bc3e518c406658b52797d Tadashi G. Takaoka2014-12-121-8/+1
* | Passing account info to dictionaryFacilitator•••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 Jatin Matani2014-12-161-0/+5
* | Merge "Provide a preference to delete data from cloud."Jatin Matani2014-12-121-2/+36
|\ \ | |/ |/|
| * Provide a preference to delete data from cloud.•••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 Jatin Matani2014-12-091-2/+36
* | Revert "Add keyboard margin options to place the keyboard dynamically."•••This reverts commit 8584db1461d286f8eb966c40eb0bc76e8c9df76a. Bug: 18675223 Bug: 18675476 Change-Id: I4e25d87ac261c44b1943df832115f8cca690103a Tadashi G. Takaoka2014-12-094-28/+8
|/
* Merge "Remove RichInputMethodManager.updateShortcutIME call from SubtypeSwitc...Tadashi G. Takaoka2014-12-061-0/+1
|\
| * Remove RichInputMethodManager.updateShortcutIME call from SubtypeSwitcher•••Change-Id: I5661a7926cf5a404788516c542b25cc0707bb417 Tadashi G. Takaoka2014-12-011-0/+1
* | Add keyboard margin options to place the keyboard dynamically.•••Keyboard location and location can now be set in the debug options section. Change-Id: I87c5a1d679489e12dccf26632c399af28087629e Andy Wang2014-12-054-8/+28
* | Stop passing through keyPrefs as it's already available.•••Change-Id: I43a56beba0cf0fdf5f93c5c764edbd279ee033b2 Andy Wang2014-12-023-6/+5
|/
* Remove unnecessary code of CustomInputStylePreference•••Change-Id: I68d2c85139e01684d5f0705f621ba223fc5e4425 Tadashi G. Takaoka2014-11-271-20/+0
* Allow whitelist changes when no close word•••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 Jean Chalard2014-11-262-0/+6
* Clean SubtypeLocaleUtils a bit•••Change-Id: If8b981715983e3a12867c9b7c53bfa5effaddd39 Tadashi G. Takaoka2014-11-121-1/+3
* Merge "Move shorcut IME related code from SubtypeSwitcher to RichInputMethodM...Tadashi G. Takaoka2014-11-072-5/+4
|\