mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
Anki is a smart spaced repetition flashcard program
- unloadCollection() now waits for all collection windows to indicate they've closed, and calls a callback when it's done - autosync runs when the collection is unloaded, and is no longer responsible for reloading it - make sure backup thread runs until completion - ensure we return to profile manager when collection can't be loaded - don't run the profile manager with exec_(), or opening+closing a broken profile ends up nesting runloops - warn if a window wasn't cleaned up as part of collection unloading |
||
|---|---|---|
| anki | ||
| aqt | ||
| designer | ||
| tests | ||
| tools | ||
| web | ||
| .gitignore | ||
| .travis.yml | ||
| anki.1 | ||
| anki.desktop | ||
| anki.png | ||
| anki.xml | ||
| anki.xpm | ||
| LICENSE | ||
| LICENSE.logo | ||
| Makefile | ||
| README.addons | ||
| 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
If you're a developer, you can learn more about building Anki in README.development.