History log of /packages/apps/Settings/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8a963babe2e36b7a41f77b8d2598c97658196e58 20-Mar-2015 Chris Wren <cwren@android.com> log visibility of views

Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f
Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragment.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/ToggleScreenMagnificationPreferenceFragment.java
00b5e6b24741257352da975966ebe6c143b2eff5 28-May-2014 Fabrice Di Meglio <fdimeglio@google.com> This CL is not working (even after careful testing) but when I tried I was not completely ToT.

Revert "Fix bug #15170508 When I initially load settings, all on/off toggles start in off position then move to on after pane loads"

This reverts commit 1e52db8063a0be2254097b4d85527a91d141b505.

Change-Id: I73bdfeba4a4b3e993e37cdae1e3733ffe272b9eb
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragment.java
1e52db8063a0be2254097b4d85527a91d141b505 28-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #15170508 When I initially load settings, all on/off toggles start in off position then move to on after pane loads

- refactor all the code that was using the Switch to control it thru the SwitchBar
- start the Switch as View.GONE and make it View.VISIBLE when it is set
as "enabled" or "checked" so that you dont see the Switch transition (it shows
only with it final state)

Change-Id: I382076bf3c819c530b5b2c06ca2429dfb2cdc6bf
/packages/apps/Settings/src/com/android/settings/accessibility/ToggleScreenMagnificationPreferenceFragment.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/ToggleScreenMagnificationPreferenceFragment.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/ToggleScreenMagnificationPreferenceFragment.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/ToggleScreenMagnificationPreferenceFragment.java