mirror of
https://github.com/ankitects/anki.git
synced 2025-11-25 14:07:14 -05:00
- reimplement reviewEarly and newEarly by replacing parts of the scheduler, instead of adding special conditions - remove references to isDue and priority (1,2,3,4) which is not necessary anymore - add option to switch between per-day scheduling and due now scheduling - newCardsToday() -> newCardsDoneToday() - don't decrement counts for suspended cards - make sure to update type when suspending/unsuspending - fix findCards() - set hardInterval = 1-1.1 on upgrade, or the default per day scheduling doesn't make sense |
||
|---|---|---|
| .. | ||
| importing | ||
| __init__.py | ||
| cards.py | ||
| db.py | ||
| deck.py | ||
| errors.py | ||
| exporting.py | ||
| facts.py | ||
| fonts.py | ||
| graphs.py | ||
| history.py | ||
| hooks.py | ||
| lang.py | ||
| latex.py | ||
| media.py | ||
| models.py | ||
| sound.py | ||
| stats.py | ||
| stdmodels.py | ||
| sync.py | ||
| tags.py | ||
| utils.py | ||