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

[ASWrapperCellNode] Introduce a new class allowing more control of UIKit passthrough cells. #797

Merged
merged 13 commits into from
Mar 13, 2018

Commits on Feb 10, 2018

  1. - [ASWrapperCellNode] Introduce a new class allowing more control of …

    …UIKit passthrough cells.
    
    A few minor fixes to Collections behavior as well, including a new isSynchronized
    API. The difference from processingUpdates is that after Synchronized, all animations
    have also completed (or runloop turn if animations disabled, so .collectionViewLayout
    can be relied on being fully in sync).
    
    More upstreaming to come after this can land...
    appleguy committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    87e5ee7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

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

Commits on Feb 26, 2018

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

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    78d8a27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2791710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc3b3c View commit details
    Browse the repository at this point in the history
  4. Empty commit to kick CI

    appleguy committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    35efb21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2b3f0b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

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

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    24a18c9 View commit details
    Browse the repository at this point in the history
  2. Tweak ASDataController changes to handle an edge case in _editingTran…

    …sactionQueueCount management.
    appleguy committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    1fb1802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de0f437 View commit details
    Browse the repository at this point in the history
  4. Reverting my initial change as it wasn't the right approach, followin…

    …g the real fix before this.
    appleguy committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    1195699 View commit details
    Browse the repository at this point in the history