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

Drag gesture component/issue19 #23

Merged
merged 17 commits into from
Nov 22, 2023
Merged

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    a1dfd20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fde49fd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. renamed to RUIDragComponent, moved more properties inside the compone…

    …nt for self-sufficiency
    maxxfrazer committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a3784bc View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    10a3fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f36e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    c9c59ba View commit details
    Browse the repository at this point in the history
  2. using RUIDragComponent in RUISlider, simplifying the implementation a…

    …nd further testing it. bumped swift version to 5.8 - sorry, it's time.
    maxxfrazer committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e4f1eab View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. updated RUIStepper and RUIButton to use RUIDragComponent, only RUISwi…

    …tch remaining. big updates for the RUIDragDelegate methods.
    maxxfrazer committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    378ba13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da6129 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. this commit completely removes the old ARTouch methods for long touch…

    …es, and replaces it with the component style RUIDragComponent
    maxxfrazer committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c181ae8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    952330f View commit details
    Browse the repository at this point in the history
  2. removed 'on: entity', it was blocking the updates. also changed colli…

    …sion for thumbs to be a sphere, rather than generating shapes
    maxxfrazer committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7ec71bd View commit details
    Browse the repository at this point in the history
  3. changed all HasClick and LongTouch references to the newer format, in…

    … code as well as readme
    maxxfrazer committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7362063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fd331d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9638a3b View commit details
    Browse the repository at this point in the history
  6. update test coverage, with pushes to codecov, and added if os flags f…

    …or vision compatibility
    maxxfrazer committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7eada97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9ee20d View commit details
    Browse the repository at this point in the history