Go to file
Damien Elmes 147e09a6cb run the gc only in the main thread
if it fires in the mediasrv/sync thread it could cause a crash
2017-01-08 14:42:50 +10:00
anki fix a bug that caused media data not to be uploaded 2017-01-02 20:53:15 +10:00
aqt run the gc only in the main thread 2017-01-08 14:42:50 +10:00
designer work around https://bugreports.qt.io/browse/QTBUG-54755 2016-12-15 21:12:51 +10:00
tests fix intermittently failing tags test 2016-09-05 18:25:44 +10:00
tools port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
.gitignore fix i18n on linux install 2012-12-21 18:04:26 +09:00
.travis.yml remove coveralls due to the "changes unknown" issue 2016-09-05 19:03:53 +10:00
anki.1 merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.desktop merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09: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 elaborate on bsd license 2016-05-06 09:51:30 +10:00
LICENSE.logo merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
Makefile don't error out if /usr/share/pixmaps doesn't exist 2013-12-09 11:54:18 +09:00
README.addons saveNow() now requires a callback 2016-07-14 20:23:44 +10:00
README.contributing add README.contributing 2016-08-16 15:07:29 +10:00
README.development add README.contributing 2016-08-16 15:07:29 +10:00
README.md aand remove coveralls tag 2016-09-05 19:04:31 +10:00
requirements.txt add requirements.txt 2016-05-31 18:52:23 +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 http://ankisrs.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.

Build Status