Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-connect persistent devices #2

Merged
merged 2 commits into from
Sep 27, 2022
Merged

Commits on Sep 26, 2022

  1. feat: allow to forget the device

    Added the button into the header allowing to forget the current mouse.
    Since the initial app has been developed to work with the single mouse,
    connection to several mouses in the same time cause unpredictable
    effects.
    
    Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
    d4s committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    f1f0d8f View commit details
    Browse the repository at this point in the history
  2. feat: reconnect mouse on attach

    Added the ability to detect mouse attach/detach and reload the
    application. This allow to avoid asking the user to connect to
    the mouse allowed previously.
    
    In case if the device have serial ID or connected over BT it is possible
    to attach/detach the device. But if the serial attribute is not
    available only PWA reload without asking permission is working.
    
    See rationale: https://bugs.chromium.org/p/chromium/issues/detail?id=958918
    
    Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
    d4s committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b726638 View commit details
    Browse the repository at this point in the history