Go to file
Damien Elmes f3bfed82ef compile typescript in one go
much faster, especially with --incremental
2019-12-18 14:33:57 +10:00
anki don't set local offset in server mode 2019-12-17 17:10:56 +10:00
aqt opt in to qt's new non-integer scaling 2019-12-17 18:43:32 +10:00
designer tweak v2 label 2019-12-09 13:00:09 +10:00
tests Merge pull request #361 from Arthur-Milchior/testReqs 2019-12-16 20:44:23 +10:00
tools avoid running checks/builds when nothing has changed 2019-12-18 11:12:17 +10:00
ts compile typescript in one go 2019-12-18 14:33:57 +10:00
web editor 2019-12-18 13:55:52 +10:00
.gitignore avoid running checks/builds when nothing has changed 2019-12-18 11:12:17 +10:00
.pylintrc enable some warnings in pylint 2019-03-04 17:27:39 +10:00
.travis.yml s/mypy/pytype/ 2019-12-18 11:31:35 +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 update file associations 2018-08-20 14:38:22 +10:00
anki.xpm merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
LICENSE tweak translation license 2019-09-24 15:36:06 +10:00
LICENSE.logo clarify logo license 2017-09-06 17:01:23 +10:00
Makefile compile typescript in one go 2019-12-18 14:33:57 +10:00
mypy.ini add aqt/ 2019-12-16 08:51:38 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
pytype.conf avoid specifying python version 2019-12-16 20:33:50 +10:00
README.contributing Update README.contributing 2018-07-10 09:13:10 -07:00
README.development add basic type checking for anki/ 2019-12-16 08:17:28 +10:00
README.md mention README.contributing in README.md 2019-04-21 19:07:10 +10:00
requirements.dev enable pytype for anki/ 2019-12-16 17:38:43 +10:00
requirements.txt add basic type checking for anki/ 2019-12-16 08:17:28 +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.

If you are interested in contributing changes to Anki, please see README.contributing before you begin work.

Build Status