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

Added swipedirections for compose #27

Merged
merged 20 commits into from
Aug 12, 2023
Merged

Added swipedirections for compose #27

merged 20 commits into from
Aug 12, 2023

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    2380de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867499d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Created SettingsScreen in Compose as a playground to change scrimAmou…

    …nt, elevationAmount, elevationColor, scrimColor and swipeDirection.
    
    Added an ability to set a custom elevation color in Compose,
    Renamed the property elevation to elevationAmount
    KitsuneFolk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6d4427b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f91e09 View commit details
    Browse the repository at this point in the history
  3. Resolved the bug when Modifier.animateDrag wasn't properly handling r…

    …ecomposition on swipeDirection changes
    KitsuneFolk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4cdd9b2 View commit details
    Browse the repository at this point in the history
  4. Resolved the bug when parallaxFormula was calculated based on maxWidt…

    …h for the vertical swipe directions
    KitsuneFolk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2559ec6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Ran Ktlint

    KitsuneFolk committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    d4b4a16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0eee1b View commit details
    Browse the repository at this point in the history
  3. Added a velocity swipe

    KitsuneFolk committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    ef498b4 View commit details
    Browse the repository at this point in the history
  4. Resolved API

    KitsuneFolk committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    48daf58 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    8e1e854 View commit details
    Browse the repository at this point in the history
  2. Fix CI

    massivemadness committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    28acfe9 View commit details
    Browse the repository at this point in the history
  3. Resolved the bug when vertical the elevation brush in the vertical or…

    …ientations got the wrong orientation gradient
    KitsuneFolk committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    525179f View commit details
    Browse the repository at this point in the history
  4. Resolved the wrong translation colors order in RTL swipe directions,

    Added a method swipeDirection.isRTL
    KitsuneFolk committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    556ae04 View commit details
    Browse the repository at this point in the history
  5. Fixed API and Ktlint

    KitsuneFolk committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    9825055 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    606782c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d8c624 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Fix effects blink

    massivemadness committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    d86a42b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00282bd View commit details
    Browse the repository at this point in the history