aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings/AdvancedSettingsFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-021-16/+0
* LatinIME portion of multi-lang option removal.•••Bug 19188067. Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99 Dan Zivkovic2015-01-291-2/+0
* 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-161-13/+0
* Bring back long press timeout settings•••Bug: 18025209 Change-Id: Id8dbb051e04270f6892cae12a443103bd0d32dcb Tadashi G. Takaoka2014-10-171-0/+40
* [ML9.1] Add option for multi-lingual support•••Bug: 11230254 Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd Jean Chalard2014-09-221-0/+2
* Add Accounts & privacy settings in LatinIME•••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 Sandeep Siddhartha2014-09-171-3/+5
* Use fragment for advanced preference screen•••Bug: 16522808 Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e Tadashi G. Takaoka2014-07-281-0/+248