Go to file
Damien Elmes 1343101add fix counts in preview mode
We can't preserve the original queues when in preview mode, as
otherwise the due counts report the remaining steps of cards in
the learning queue, instead of just 1.

Rather than the rather complicated approach of making the learning and
deck list code aware of the current mode we're in, preview mode moves
all cards to the review queue when the filtered deck is built - just as
cards are moved to the new queue in Anki 2.0.x. The reason for the
review queue is that users were frequently confused when cards appeared
as new - hopefully this is slightly less confusing.
2018-01-20 14:22:57 +10:00
anki fix counts in preview mode 2018-01-20 14:22:57 +10:00
aqt log traceback in case of sync error 2018-01-20 11:24:01 +10:00
designer support a second filter in filtered decks 2018-01-14 13:08:38 +10:00
tests update tests 2018-01-14 16:58:12 +10:00
tools run unit tests in parallel 2017-10-05 14:17:12 +10:00
web bigger margins in reviewer 2017-12-28 20:15:11 +10:00
.gitignore fix i18n on linux install 2012-12-21 18:04:26 +09:00
.travis.yml run unit tests in parallel 2017-10-05 14:17:12 +10:00
anki.1 merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.desktop update anki.desktop (thanks to julian) 2017-01-24 18:29:31 +10:00
anki.png merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.xml merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.xpm merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
LICENSE update LICENSE to match source code 2018-01-06 19:07:56 +09:00
LICENSE.logo clarify logo license 2017-09-06 17:01:23 +10:00
Makefile fix make install for source 2017-01-17 11:25:55 +10:00
README.contributing new add-on handling 2017-08-26 15:14:20 +10:00
README.development mplayer->mpv 2017-10-02 17:24:03 +10:00
README.md readme tweak 2017-08-16 20:02:09 +10:00
requirements.txt persistent add-on configuration 2017-08-28 20:51:43 +10:00
runanki explicit python3 in runanki, remove /usr/share ref 2016-06-28 15:47:09 +10:00

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.

Build Status