419456eacd
Previously, if repeated calls to _renderPreview() were throttled by the throttling mechanism, only the most recent value of cardChanged would take effect, even if the card had changed in previous _renderPreview() calls. After this patch, if any of the throttled _renderPreview() calls were called with cardChanged=True, the final _renderScheduledPreview() will happen with cardChanged=True |
||
---|---|---|
anki | ||
aqt | ||
designer | ||
tests | ||
tools | ||
web | ||
.gitignore | ||
.pylintrc | ||
.travis.sh | ||
.travis.yml | ||
anki.1 | ||
anki.desktop | ||
anki.png | ||
anki.xml | ||
anki.xpm | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
requirements.txt | ||
runanki |
Anki
This is the development branch of Anki.
For stable builds, please see https://apps.ankiweb.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
To run from source, please see README.development.
If you are interested in contributing changes to Anki, please see README.contributing before you begin work.