Anki/pylib/anki
Damien Elmes 7dcbc7efec basic night mode support
Forces the Fusion theme when running night mode, so we don't need
to work around platform themes that don't respond to the defined
palette.

Feedback/suggestions on the chosen colours welcome - _vars.scss is the
file to change if you want to experiment with adjustments.
2020-01-23 17:27:07 +10:00
..
importing check_untyped_defs in mypy for pylib 2020-01-16 08:10:49 +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 bump minimum python version from 3.6 to 3.7 2020-01-07 18:34:36 +10:00
cards.py type hints 2020-01-16 09:19:53 +10:00
collection.py _localOffsetForDate() was broken 2020-01-17 18:52:36 -07:00
consts.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
db.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
decks.py more tweaks for readability/consistency 2020-01-15 17:45:35 +10:00
errors.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
exporting.py more tweaks for readability/consistency 2020-01-15 17:45:35 +10:00
find.py more tweaks for readability/consistency 2020-01-15 17:45:35 +10:00
hooks.py pass in a progress callback instead of http_data_did_[send|receive] 2020-01-18 17:49:59 +10:00
httpclient.py AnkiRequestsClient -> HttpClient 2020-01-19 11:33:27 +10:00
lang.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
latex.py move types.py into the files responsible for each type 2020-01-17 10:17:33 +10:00
media.py add context to card rendering, and rework related hooks 2020-01-17 09:30:42 +10:00
models.py move types.py into the files responsible for each type 2020-01-17 10:17:33 +10:00
notes.py move types.py into the files responsible for each type 2020-01-17 10:17:33 +10:00
py.typed mark anki and aqt modules as having typing info 2020-01-13 13:03:37 +10:00
pybackend.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
rsbackend.py added flag_av_tags() for replay button support 2020-01-21 14:44:27 +10:00
sched.py Merge pull request #423 from Arthur-Milchior/fixReorder 2020-01-16 18:47:12 +10:00
schedv2.py fix incorrectly logged repeat step 2020-01-19 15:41:58 +10:00
sound.py fix pylib checks failing when aqt unavailable 2020-01-22 16:11:40 +10:00
stats.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
statsbg.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
stdmodels.py move types.py into the files responsible for each type 2020-01-17 10:17:33 +10:00
storage.py drop plus_one test 2020-01-17 18:54:38 -07:00
sync.py Type hint RemoteServer._run 2020-01-22 23:33:37 +01:00
tags.py more tweaks for readability/consistency 2020-01-15 17:45:35 +10:00
template.py rework the audio player API and add a simpler player implementation 2020-01-20 20:07:11 +10:00
template_legacy.py comment out the unused legacy code 2020-01-17 10:51:36 +10:00
utils.py basic night mode support 2020-01-23 17:27:07 +10:00