Go to file
Damien Elmes 7d62b186f8 disable proxy support if 127.0.0.1 is not bypassed
There doesn't appear to be an easy way to tell WebEngine to ignore
the proxy for 127.0.0.1, so if the user has not bypassed the proxy
for local addresses, completely disable it. This may break remote
image and script references, but should at least allow the app to
load without intervention.
2018-10-11 15:49:04 +10:00
anki fix bug in tag deletion 2018-10-07 18:21:51 +10:00
aqt disable proxy support if 127.0.0.1 is not bypassed 2018-10-11 15:49:04 +10:00
designer update undo shortcut in browser to avoid conflict 2018-09-21 09:52:25 +10:00
tests v2: limit learn delay fuzz to 5 minutes and sub-day 2018-07-28 13:56:56 +10:00
tools use nosetests3 if available 2018-10-04 17:56:50 +10:00
web add small extra margin to answer button 2018-09-28 17:52:10 +10:00
.gitignore remove .idea from gitignore 2018-09-22 17:08:14 +10:00
.travis.yml no parallel processing in travis run 2018-01-27 19:06:49 +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 no longer using third party icons 2018-07-11 15:23:13 +10:00
LICENSE.logo clarify logo license 2017-09-06 17:01:23 +10:00
Makefile add missing license file 2018-03-17 10:37:50 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing Update README.contributing 2018-07-10 09:13:10 -07:00
README.development mention pip+pyqt5 2018-07-12 16:09:14 +10:00
README.md readme tweak 2017-08-16 20:02:09 +10:00
requirements.txt Use beautifulsoup4 instead of bs4 2018-10-04 10:49:06 +02: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