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

[ASCollectionView] Improve performance and behavior of rotation / bounds changes. #431

Merged
merged 9 commits into from
Oct 24, 2017

Commits on Jul 9, 2017

  1. [ASCollectionView] Improve performance and behavior of rotation / bou…

    …nds changes.
    
    See #430 for details.
    appleguy committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    46743ad View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Edit CHANGELOG.md

    appleguy committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    818b6a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Configuration menu
    Copy the full SHA
    ef69615 View commit details
    Browse the repository at this point in the history
  2. [ASDataController] Implement -relayoutAllNodesWithInvalidationBlock:,…

    … to flush the ASMainSerialQueue before -invalidateLayout is called.
    appleguy committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    86b4214 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

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

Commits on Oct 10, 2017

  1. Don't set download results if no longer in preload range. (#606)

    Good catch by @djblake, if you scroll fast enough, you leave images
    set on the image node because didExitPreloadRange (which would have
    cleared it) was already called.
    garrettmoon authored and appleguy committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    1d2bc7f View commit details
    Browse the repository at this point in the history
  2. Animated WebP support (#605)

    * Updating to support animated WebP
    
    * Fix a deadlock with display link
    
    * Fix playhead issue.
    
    * Fix up timing on iOS 10 and above
    
    * Don't redraw the same frame over and over
    
    * Clear out layer contents if we're an animated GIF on exit range
    
    * Clear out cover image on exit of visible range
    
    * Don't set cover image if we're no longer in display range.
    
    * Don't clear out image if we're not an animated image
    
    * Only set image if we're not already animating
    
    * Get rid of changes to podfile
    
    * Add CHANGELOG entry
    
    * Update license
    
    * Update PINRemoteImage
    
    * Remove commented out lines in example
    garrettmoon authored and appleguy committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    28d5156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aa4fd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

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