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

[Batch Fetching] Add ASBatchFetchingDelegate #281

Merged

Commits on May 16, 2017

  1. Add ASBatchFetchingDelegate

    - In addition to checking remaining leading screens, ASBatchFetching now also calculates a remaining time and consults its delegate if needed.
    - The delegate can override the decision of ASBatchFetching, for example based on remaining time and average time of past batch requests.
    nguyenhuy committed May 16, 2017
    Configuration menu
    Copy the full SHA
    b5f0186 View commit details
    Browse the repository at this point in the history
  2. Fix up tests

    nguyenhuy committed May 16, 2017
    Configuration menu
    Copy the full SHA
    b77feba View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    nguyenhuy committed May 16, 2017
    Configuration menu
    Copy the full SHA
    3b21a2a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

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