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

Paging #630

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

Paging #630

wants to merge 18 commits into from

Commits on Mar 16, 2024

  1. Add paging:core module

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    26b7baa View commit details
    Browse the repository at this point in the history
  2. Remove LaunchPagingStore.kt

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    505ea5f View commit details
    Browse the repository at this point in the history
  3. Implement PagingKey and PagingData (#614)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c72ced9 View commit details
    Browse the repository at this point in the history
  4. Define PagingSource (#615)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4ff9da3 View commit details
    Browse the repository at this point in the history
  5. Define PagingAction and PagingState (#616)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f0d912c View commit details
    Browse the repository at this point in the history
  6. Define Middleware, Reducer, and Effect (#617)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    280da6a View commit details
    Browse the repository at this point in the history
  7. Define PagingBuffer and MutablePagingBuffer (#618)

    * Define PagingBuffer
    
    Signed-off-by: mramotar <[email protected]>
    
    * Define MutablePagingBuffer
    
    Signed-off-by: mramotar <[email protected]>
    
    ---------
    
    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    6425c83 View commit details
    Browse the repository at this point in the history
  8. Define PagingConfig and Paging Strategies (#619)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    705539e View commit details
    Browse the repository at this point in the history
  9. Define Pager (#620)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    0b901bc View commit details
    Browse the repository at this point in the history
  10. Implement RealDispatcher and Related Classes (#621)

    * Implement RealDispatcher and Related Classes
    
    Signed-off-by: mramotar <[email protected]>
    
    * Implement RealOptionalInjector
    
    Signed-off-by: mramotar <[email protected]>
    
    * Implement DefaultLogger
    
    Signed-off-by: mramotar <[email protected]>
    
    ---------
    
    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c38c694 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6df164 View commit details
    Browse the repository at this point in the history
  12. Implement RealMutablePagingBuffer (#623)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4c190a2 View commit details
    Browse the repository at this point in the history
  13. Implement DefaultReducer (#624)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5575a0b View commit details
    Browse the repository at this point in the history
  14. Implement Default Effects (#625)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    cf30814 View commit details
    Browse the repository at this point in the history
  15. Implement RealPager (#626)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9ad5b2e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    76f7a76 View commit details
    Browse the repository at this point in the history
  17. Add README (#628)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    884cdd0 View commit details
    Browse the repository at this point in the history
  18. Cover RealPager (#629)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f40c4a2 View commit details
    Browse the repository at this point in the history