summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/settings/SubScreenFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* LatinIME: Remove dividers everywhereMichael W2020-05-251-9/+1
| | | | | | | | | | | * Instead of removing the dividers per fragment, create a custom fragment which does the job Test: * Go to every setting and verify that there are no divider lines between every preference Change-Id: Id76dfa2e3ce3999242c8dd09a531ab06ccacd203
* LatinIME: Remove divider linesMichael W2020-05-181-0/+12
| | | | | | | | * In order to make it look less like it doesn't belong to settings, remove the divider lines that are currently everywhere Change-Id: Ie4a2db64517280da28ac0159390b587a748e95b4
* Handle Cloud Sync and SpellChecker settings when permission changedMohammadinamul Sheik2015-07-241-1/+1
| | | | | | | | | | | | | | | | | | This build has been compiled against API 23 This build is approved to go out with the M OTA, but may NOT be released to the public until the Play Store has enabled API level 23 apps Version: 4.1.2300x.build_id 1. Disable the settings. 2. Disable the feature. 3. Force reload the facilitator. Bug: 22564048 Change-Id: Ic09742786c3e4efc034bceee836ae6a1e07307a1 (cherry picked from commit 031d04192080f0368f21c3371d1ec6af87375357)
* Add Accounts & privacy settings in LatinIMESandeep Siddhartha2014-09-171-0/+11
| | | | | | | | | | 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
* Use fragment for keyboard theme settingsTadashi G. Takaoka2014-07-291-0/+5
| | | | | Bug: 11866784 Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
* Use fragment for input preference screenTadashi G. Takaoka2014-07-271-0/+118
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