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

Flag to the IME when the current activity has an accessible options menu so that a menu key can be shown on the Tecla keyboard. #5

Closed ijdoc closed 12 years ago

ijdoc commented 12 years ago

The simplest way to implement this may be through an intent that the IME class can pick up. Developers should not be required to send this intent themselves, this should all be done automatically as part of the back-end operations that the InputAccess library performs once devs declare they want to make the Options menu accessible.

ijdoc commented 12 years ago

Opening again until issue #8 is either solved or determined to be impossible to resolve.

rishabhjain08 commented 12 years ago

Solved issue #8. So closing this issue.

ijdoc commented 12 years ago

Just to clarify, you did use an intent meant for the TeclaIME class right?

rishabhjain08 commented 12 years ago

Yes. If an activity has implemented InputAccessLib, TeclaIME receives an Intent whenever the activity window gains or loses focus. If you meant by permission on the sent Intent, I have not done so. Do you want me to apply permission on the sent intents(in InputAccessLib), so that only the applications with the required permission can receive the intent?

On Sun, Jun 17, 2012 at 6:03 AM, Jorge Silva < reply@reply.github.com

wrote:

Just to clarify, you did use an intent meant for the TeclaIME class right?


Reply to this email directly or view it on GitHub: https://github.com/idrc/InputAccessLib/issues/5#issuecomment-6377687