KomodoOpenLab / TeclaAccess

Tecla Access is a set of open software and hardware tools that facilitate switch access to electronic devices for people with mobility impairments.
http://mobile-accessibility.idrc.ocad.ca/projects/tekla
26 stars 25 forks source link

Preferences that disconnect Shield should be confirmed #26

Open ijdoc opened 12 years ago

ijdoc commented 12 years ago

From: https://bugs.launchpad.net/meadl/+bug/872100

Since preferences may be disabled/enabled by accident, a confirmation dialog should be shown when a preference change may disconnect the Shield. This will help prevent unintentional disconnections.

rishabhjain08 commented 12 years ago

Shield is being disconnected at only one location in the app. So, is adding an alert dialog for that purpose sufficient.

ijdoc commented 12 years ago

The shield connection also depends on other preferences (not just its own checkbox). Adding an alert dialog in all relevant places is sufficient. However, note that the AlertDialog is not accessible to the input method unless its z-order is fixed. If you want to solve this bug you will need to set up the InputAccess library at: https://github.com/jorgesilva/InputAccessLib