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

feat: Add support for the Joyroid Loob #545

Draft
wants to merge 9 commits into
base: dev
Choose a base branch
from

Commits on Oct 2, 2024

  1. fix (buttplugio#663): Treat array of None from actuator command manag…

    …er as empty
    
    If we get back a Vec<Option<Hardwarecommand>> that isn't empty but is
    nothing but None, treat it as empty. Otherwise we'll spam devices with
    very weird output.
    qdot committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5ae3f4b View commit details
    Browse the repository at this point in the history
  2. feat: Adding support for FeelingSo Flair Feel

    Interestingly, this rabbit device actually supports oscillation range!
    blackspherefollower authored and qdot committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    58850e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33c0d0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8509eda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba0f758 View commit details
    Browse the repository at this point in the history
  6. chore: cargo fmt

    blackspherefollower authored and qdot committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dab0176 View commit details
    Browse the repository at this point in the history
  7. feat: Implement Linear movement for Lovense Solace Pro

    is chonk. so chonk. 100ms timing sucks. But it works. Sorta.
    qdot committed Oct 2, 2024
    1 Configuration menu
    Copy the full SHA
    23280af View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. feat: Add support for the Joyroid Loob

    This change will require a fix in btleplug, as the LOOB has duplicate
    characteristic UUIDs and btleplug gives us the last one, not the first.
    See deviceplug/btleplug@4a2089b for my attempt at a fix (only tested on
    Windows, but passing tests on all); my concern is that there's probably
    a better way to collet without duplicates than using fold.
    blackspherefollower committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1a19193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76482c0 View commit details
    Browse the repository at this point in the history