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

Improve SwiftPM support #1546

Closed
wants to merge 15 commits into from

Commits on Oct 15, 2021

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

Commits on Dec 7, 2021

  1. Handle cases where the delegate is already an IGListAdapter

    Summary:
    I was assuming the delegate would always be an IGListAdapterProxy, but this only happens if the client sets either the `collectionViewDelegate` or `scrollViewDelegate` properties on IGListAdapter. Otherwise the delegate will just be the IGListAdapter. Change the debug code to handle this case.
    
    We were starting to see some debug logs roll in with the delegate class listed as IGListAdapter. Hopefully this will return the correct class now.
    
    Differential Revision: D31690438
    
    fbshipit-source-id: bf6dde57756fee4fe617944d45e152cae734b4f1
    Brandon Kieft authored and cntrump committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    324aea4 View commit details
    Browse the repository at this point in the history
  2. re-run doc build script

    Summary:
    As title, currently https://instagram.github.io/IGListKit/ is not working.
    
    Let's try to rebuild the doc
    
    Reviewed By: Ziewvater
    
    Differential Revision: D31811862
    
    fbshipit-source-id: 8a0b0ce6c73542da71dddd13c24b5eb9fe9b0506
    lorixx authored and cntrump committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    5892c34 View commit details
    Browse the repository at this point in the history
  3. Get index path or scroll position of first visible item in list (Inst…

    …agram#1544)
    
    Summary:
    Pull Request resolved: Instagram#1544
    
    Refactored and added functions to IGListAdapter for getting index path or scroll position of first visible item in list.
    
    This makes it possible to see which item is the current first visible item scrolled to in the list, and determine how far it is scrolled into (analogous to additionalOffset in scrollToObject:).
    
    Reviewed By: lorixx
    
    Differential Revision: D32196398
    
    fbshipit-source-id: d809d5f96bb4e1d95055dbebe4e55c1a428a40ed
    Dustin Williams authored and cntrump committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f47a17c View commit details
    Browse the repository at this point in the history
  4. Improve SwiftPM support

    cntrump committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    672897a View commit details
    Browse the repository at this point in the history
  5. Update CI

    cntrump committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    65c31b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Update podspec

    cntrump committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    07b2d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d17b70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e59deb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77030b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    488b83f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fed49da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90c4804 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

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