History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/CompatModePanel.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6179ea3196e9306d3f14361fe9ef14191b1edba6 28-Jun-2011 Svetoslav Ganov <svetoslavganov@google.com> Adding accessibility support to the Status Bar.

1. Added content description to pretty much all animals
in the zoo including buttons in the navigation bar,
notifications and status icons for battery, signal,
data, etc.

2. Rectored to avoid ovelaying views since they block
touch exploratino. In general overlaying views
cause trouble for touch exploration and accessibility
in general.

3. Avoid sending accessibility events in case the user is
touching outside of the StatauBAr panels to avoid
confusion.

4. Added records to accessibility events in the places where
this would help the presentation. So the event comes from
a given "leaf" view and its predecessor is adding a record
to the event for itself to provide more cotext. It is up
to the accessiiblity service to choose how to present that.

bug:4686943

Change-Id: I1c1bd123d828fb10911bca92130e9a05c1f020b3
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/CompatModePanel.java
ed31bbf65267c1f383dd0dff37acd034f3b9b59f 15-Jun-2011 Dianne Hackborn <hackbod@google.com> Clean up some edge cases in the compat mode UI:

- Don't put up multiple dialogs if a switch happens between activities
that both can use compat mode.
- Remove the help dialog if the user switches away from an app that
can use compat mode.
- Don't set the "don't show" preference until the user explicitly hits
the button.
- Hide the compat mode switch UI if the compat mode button is hidden.

Change-Id: I8dd2aab1385a264232a9256284d4a75b8e058e47
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/CompatModePanel.java
3b0543acf11ac4638ec5452acc4c1c6716c26880 14-Jun-2011 Daniel Sandler <dsandler@android.com> Final UI for compatibility mode.

Bug: 4595256
Change-Id: Idaa96393fb809c828b5f661f29e8b687fdf3d104
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/CompatModePanel.java