Go to file
Damien Elmes 6967c71aad
Merge pull request #845 from hgiesel/answerfix
Switch back to fadeTo rather than fadeIn/fadeOut
2020-12-10 00:06:17 +10:00
.buildkite move author check to top; add hint about GitHub UI 2020-12-09 21:15:38 +10:00
cargo drop unused i686 references 2020-12-09 15:45:01 +10:00
docs minor doc tweaks 2020-12-09 19:59:06 +10:00
ftl Merge pull request #835 from abdnh/init-lang 2020-11-22 16:25:44 +10:00
pip bump py deps 2020-12-09 15:54:35 +10:00
platforms drop unused i686 references 2020-12-09 15:45:01 +10:00
pylib drop unused i686 references 2020-12-09 15:45:01 +10:00
qt Switch back to fadeTo rather than fadeIn/fadeOut 2020-12-09 14:19:45 +01:00
rslib fix filtered decks not honoring sort order 2020-12-09 22:50:49 +10:00
scripts move Linux & Mac tests to Buildkite 2020-12-08 22:23:27 +10:00
ts bump ts deps 2020-12-09 15:47:34 +10:00
.bazelignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
.bazelrc manual tag on rslib was preventing clippy lints 2020-11-24 20:10:16 +10:00
.bazelversion initial Bazel conversion 2020-11-01 14:26:58 +10:00
.gitattributes enforce eol normalization in gitattributes 2020-11-01 15:24:25 +10:00
.gitignore support user bazelrc 2020-11-04 22:11:28 +10:00
bazel.bat initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bazel extract version from defs.bzl; gate buildhash on optimized build 2020-11-04 14:02:08 +10:00
Cargo.lock bump rust deps 2020-12-09 15:34:43 +10:00
Cargo.toml drop unused i686 references 2020-12-09 15:45:01 +10:00
CONTRIBUTORS Remove space for contributors check... again? 2020-11-18 09:25:35 +01:00
defs.bzl bump version 2020-12-09 12:53:11 +10:00
late_deps.bzl move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
LICENSE move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
python.bzl remove explicit python3.9 reference due to pylint 2020-12-02 11:23:01 +10:00
README.md update badge 2020-12-09 20:29:35 +10:00
repos.bzl update translations 2020-12-07 12:22:29 +10:00
run document optimized builds and add helper script 2020-12-07 11:50:03 +10:00
run.bat document optimized builds and add helper script 2020-12-07 11:50:03 +10:00
WORKSPACE packages.bzl -> repos.bzl; update rules_rust 2020-11-05 14:22:45 +10:00

Anki

This repo contains the source code for the computer version of Anki.

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/#/

For more information on building, please see Development.

Build status