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

Speed up deck list by rendering it with the backend #11599

Closed
wants to merge 5 commits into from

Commits on Jun 11, 2022

  1. Don't store collection reference in DeckTreeNode

    Pass it in to processChildren() instead, which is cleaner, and will
    work better with the move to a backend method.
    dae committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    d2be0ea View commit details
    Browse the repository at this point in the history
  2. Use backend to generate deck list for V1 scheduler

    Currently limited to V1 due to changes in 2.1.41
    dae committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    545ae1b View commit details
    Browse the repository at this point in the history
  3. Enable backend deck list code for v2 scheduler

    This requires david-allison/anki#2 to be merged
    into a new AnkiDroid backend release before this can be used.
    dae committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    1545369 View commit details
    Browse the repository at this point in the history
  4. Make deckDueList() private; switch callers to use deckDueTree()

    The backend only provides a deckDueTree(), and switching the calls to
    deckDueList() now will make migration easier in the future.
    dae committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    00bcc9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a6a92c View commit details
    Browse the repository at this point in the history