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 support for staggered grid #270

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Added support for staggered grid #270

wants to merge 20 commits into from

Commits on Aug 21, 2022

  1. Fix infinite recomposition happening when draggingItemLeft and `dra…

    …ggingItemTop` values are used in composition
    Kemal committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    1d899ff View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Compose 1.4, AGP 8.0, refactored forEachGesture with awaitEachGesture…

    …, refactored onDragStart detection
    VeselyJan92 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    bb79e0b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Improve code readability

    VeselyJan92 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    9722e9b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Aug 16, 2023

  1. Add onDragStart callback

    lcacheux committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c564163 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. updated the workflow version

    bpappin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4ee3bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a47e89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from kemalatli/main

    Fix infinite recomposition happening when `draggingItemLeft` and `dra…
    bpappin authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    05d62ff View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into develop

    * main:
      Fix infinite recomposition happening when `draggingItemLeft` and `draggingItemTop` values are used in composition
    bpappin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1762c03 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    bpappin authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3fcb3f3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'compose_gradle_upgrade' of https://github.com/VeselyJan…

    …92/ComposeReorderable into VeselyJan92-compose_gradle_upgrade
    
    # Conflicts:
    #	android/build.gradle.kts
    #	build.gradle.kts
    #	gradle.properties
    #	gradle/wrapper/gradle-wrapper.properties
    bpappin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9b0471d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'VeselyJan92-compose_gradle_upgrade' into feature/8_Refa…

    …ctored_forEachGesture_with_awaitEachGesture
    
    Merging PR with conflicts.
    bpappin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    eefc542 View commit details
    Browse the repository at this point in the history
  8. #8 fixed ui v spacing

    bpappin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c74b5b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa34c84 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4 from lcacheux/feature/onDragStart-callback

    Add onDragStart callback
    bpappin authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    23f2d4b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1a24c4 View commit details
    Browse the repository at this point in the history
  12. Merge tag 'RELEASE_0.9.7_INTERIM' into develop

    0.9.7_INTERIM
    bpappin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ee29e3a View commit details
    Browse the repository at this point in the history
  13. Merge branch 'develop' of github.com:bpappin/ComposeReorderable into …

    …develop
    
    * 'develop' of github.com:bpappin/ComposeReorderable:
      Add onDragStart callback
    bpappin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    72ab652 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. fixed conflicting changes

    bpappin committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6b11b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c6928 View commit details
    Browse the repository at this point in the history