History log of /packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f61ead7ad619a9933b6d87f0ddf4506d05253ee1 04-Aug-2015 Jason Monk <jmonk@google.com> Make sure accessibility service desc isn't clickable

Bug: 21644974
Change-Id: Ic645a78382c5c8343b22254ce4844068735efce9
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
aaa066b66d4c8acf8931e624cf81376ac35d358e 20-Aug-2014 Alan Viverette <alanv@google.com> Add "experimental" subtitle to color correction and inversion

BUG: 17112912
Change-Id: I84eaa94e755bfcfbdf014fae09d1b02ae5d2eb4a
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
006b2cca1311e61472a8b66fb0c50854fc36d2e7 28-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #15897505 Talk back state shows "off" while the talk back is still enabled.

- we were missing the update of the TextView from the SwitchBar so provide a new
setCheckedInternal() method that is doing the TextView and Switch update at the
same time

Change-Id: I6dd9c472a386bb534a58fbf5cf82d9d01fa74f6c
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
138ff8c0457c6e1345015973668d652fa17c7c3b 12-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Make the SwitchBar appear immediately

- change the way the SwitchBar is shown and hidden
- save its state
- remove the delay transition code

Change-Id: I07260430e6709b42517ca011f6d3c3446a626731
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
6220275d6dec8ffc6f1df2cbfbf42934d09d41f0 16-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Use SwitchBar for Accessibility Settings

Deals with Talkback / Captions / Magnification Gestures

- follow up CL to 41937766981423c9252e12e3319b2e7532739627

Related to bug #14898161 On/Off switches must move down from Action Bar

Change-Id: Ibda0ed05b399f1b2b4464c5b22a3e9fd3d378867
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
5160536df91bb9daa6cac9a878ce406deda791c6 16-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Code refactoring

- move ToggleSwitch to the widget package

Change-Id: Id277fc11c78363bf7d7b229ef9ae91c1ec5d6774
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
15826d4ea1428b3d1edb86866ca57a93c2252bda 13-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Mode code cleaning: remove obsolete references to EXTRA_NO_HEADERS

- the EXTRA_NO_HEADERS flag as no more meaning as we are showing
the Tiles (previously named "Headers") only in the Dashboard
(which is the main Settings screen)

Change-Id: I55656de0d28ca9c84adbe6647d870838b4ac230b
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
f6cbcdebbd8ffd56acabab77b9a877045282576c 16-Apr-2014 Alan Viverette <alanv@google.com> Use action bar widget context for accessibility toggle switches

Change-Id: I078968b3f4f59439743356e9fe241cdf385deef6
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
061333c26bbb848b8982b04d6043061cb2451a90 25-Feb-2014 Alan Viverette <alanv@google.com> Remove toggle switch on accessibility preference fragment detach

BUG: 13169998
Change-Id: Id6bac95feb53fec7bb56e6af5c7f5e407e8eba55
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
263bcc8b732dbb47d3ce63904e0e05191fabbad6 18-Jan-2014 Fabrice Di Meglio <fdimeglio@google.com> Use Drawer in Settings app

- get rid of PreferenceActivity as much as we can and use fragments instead
- add Drawer widget
- add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL)
- add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external
call thru an Intent

Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should
not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process
and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we
would have two Home).

Also, verified that:

- the WiFi settings still work when called from SetupWizard
- when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer

Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
b4463e650b759f29410d5a614916b97be123aa6f 03-Oct-2013 Svetoslav <svetoslavganov@google.com> Fix settings title

Change-Id: I203c577693700ef60197800632e8c33bc552ef5f
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
fc0ab213b8637f4d9177ff5f08c4fdc155bbb941 03-Oct-2013 Alan Viverette <alanv@google.com> Add accessibility display adjustments to Settings

This will be redesigned soon, but for now it allows access to quick
setting tiles for testing display adjustments.

BUG: 9057596
Change-Id: I4b760487b2fe0a336b188930306000e5dfc01951
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java
341ff66e0374a46f89c51bca2ef55da368b7e40f 19-Jul-2013 Alan Viverette <alanv@google.com> Move accessibility settings to their own package

Change-Id: I5822bf4a81f5ade4ee0649ed30c2daa40d7e8fe2
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleFeaturePreferenceFragment.java