..
importing
fixes for latest mypy
2020-10-10 19:02:59 +10:00
.gitignore
add buildhash to rspy and aqt, and check all three modules match
2020-01-03 15:15:18 +10:00
__init__.py
fix new pylint raise-missing-from lint
2020-08-31 12:04:14 +10:00
cards.py
rename some card+note fields in backend
2020-09-01 10:24:38 +10:00
collection.py
NF: uses consts in col
2020-09-27 09:01:47 +02:00
config.py
fix new pylint raise-missing-from lint
2020-08-31 12:04:14 +10:00
consts.py
fix outdated help site
2020-10-07 19:38:49 +08:00
db.py
Added super().__repr__() to new __repr__() calls
2020-05-31 19:39:19 -03:00
dbproxy.py
move storage logic into collection.py; fix export bug
2020-05-20 17:43:34 +10:00
decks.py
rebuild_filtered_deck() and new_filtered()
2020-09-03 18:02:47 +10:00
errors.py
Monkeytype pylib/anki/errors.py
2020-02-27 00:07:19 -05:00
exporting.py
fix description in export screen (thanks to ANH)
2020-08-26 08:33:35 +10:00
find.py
use keyword args for calls with more than one argument
2020-05-24 09:12:47 +10:00
hooks.py
update to latest black
2020-08-31 13:29:28 +10:00
httpclient.py
Fixed HttpClient session not being closed
2020-05-20 19:20:41 -03:00
lang.py
apply rtl dir to webviews
2020-07-21 11:52:25 +10:00
latex.py
use keyword args for calls with more than one argument
2020-05-24 09:12:47 +10:00
media.py
Add audio & object tags to media check
2020-10-25 13:09:57 +01:00
models.py
update to latest black
2020-08-31 13:29:28 +10:00
notes.py
rename some card+note fields in backend
2020-09-01 10:24:38 +10:00
py.typed
mark anki and aqt modules as having typing info
2020-01-13 13:03:37 +10:00
rsbackend.py
reimplement congrats screen in Rust+Typescript
2020-09-01 10:24:38 +10:00
sched.py
move filtered deck empty/fill to backend
2020-09-02 17:56:23 +10:00
schedv2.py
small learning steps were being stored as a float
2020-09-20 10:29:39 +10:00
sound.py
support speed control in tts tags
2020-01-26 14:31:07 +10:00
stats.py
log manual reschedule, but ignore the log entry in the stats
2020-09-02 17:56:23 +10:00
statsbg.py
tweaking the folder names again
2020-01-03 07:48:38 +10:00
stdmodels.py
fix typechecking breaking with latest mypy_protobuf
2020-05-27 09:14:02 +10:00
storage.py
storage->collection
2020-05-20 17:58:28 +10:00
sync.py
login/full up/full down plugged in
2020-06-01 13:57:10 +10:00
tags.py
Added super().__repr__() to new __repr__() calls
2020-05-31 19:39:19 -03:00
template.py
fix audio being included in FrontSide
2020-06-09 08:16:03 +10:00
template_legacy.py
comment out the unused legacy code
2020-01-17 10:51:36 +10:00
types.py
connect media sync progress to Python, add a progress dialog
2020-02-17 08:40:16 +10:00
utils.py
update to latest isort, pylint and pytest
2020-08-31 12:05:36 +10:00