KomodoOpenLab / InputAccessLib

InputAccessLib is a library that enhances the compatibility of Android applications with a variety of alternative input devices such as external keyboards, adapted switches, hands-free kits and remote controls.
10 stars 16 forks source link

Complete implementation of accessible version of options menu #1

Closed ijdoc closed 12 years ago

ijdoc commented 12 years ago

This is a work-around to an issue originally documented at: https://bugs.launchpad.net/meadl/+bug/617060

This issue cannot be solved from the Tecla application space and therefore requires code that can be incorporated into 3rd-party applications.

The work will be implemented as follows:

  1. Create an accessible version of the options menu resource (e.g., implemented as an accessible AlertDialog) and,
  2. Implement a way for the Activity/Application to comunicate to the Tecla IME that it is accessible (So the IME shows the MENU key in the soft keyboard).
ijdoc commented 12 years ago

Initial testing is finished, I am closing this issue now, great job!