Skip to content

v2.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 17:19
· 160 commits to dev since this release

Now Android system won’t show a notification “XtMapper is displaying over other apps” when keymapper is running.
Updated documentation / in-app help.
Workaround for untrusted touches is not required anymore.

Features

  • use TYPE_SECURE_SYSTEM_OVERLAY for showing pointer over system windows (Xtr126)
  • add setting for switching pointer mode (Xtr126)

Bug Fixes

  • check if cursorView is null (Xtr126)
  • run on ui thread (Xtr126)
  • implement destroy() method to remove cursorView (Xtr126)
  • Remove cursorView when service stopped (Xtr126)
  • check if cursorView is null (Xtr126)

Code Refactoring