summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SettingsCheckBoxPreference.java
Commit message (Collapse)AuthorAgeFilesLines
* Revamp of the accessibility settings.Costin Manolache2011-07-251-92/+0
| | | | | | | | | | | | 1. Reimplemented accessibility settings accrding to UX design. NOTE: The strings are not final, rather reasonable placeholders to avoid blocking on them. Will submit another CL with string updates and any necessary polishes. bug:5065409 Change-Id: I3ba229a624298dbf238bc8562b42616b386f8c34
* Settings crash if android:settingsActivity AccessibilityServiceInfo XML is ↵Svetoslav Ganov2011-07-171-4/+11
| | | | | | | | | | | incorrect. 1. The code was not checking whether the settings activity exists before passing in to the SettingCheckboxClass. bug:5038386 Change-Id: Iba4f5e2e5f6f3ed9c0fed5a5103d2e9a34399d97
* Accessibility settings - divider should be hiddenSvetoslav Ganov2011-07-121-7/+1
| | | | | | bug:5009004 Change-Id: If69d7a94857308ab07ea78d3c68978449bf333c9
* Accessibility service specific settings.Svetoslav Ganov2011-05-271-0/+91
This is the settings part of the change for adding support for accessibility service specific settings. 1. Added the first cut of a SettingsCheckBoxPreference that is a CheckBoxPreference that optionally takes an intent to be lauched as settings of the item represented by the preference. 2. Updated the AccessibilitySettigns to use the SettingsCheckBoxPreference. Change-Id: If44262b8965c65620c6b8c252f8ef356eb0d95cf