Damien Elmes
af3a2d3963
Update translations
2023-11-07 13:30:11 +10:00
Damien Elmes
0b8b168df1
Add confirmation for upload
2023-11-07 11:11:07 +10:00
Damien Elmes
e2ee6b7d44
Add an info box so the non-linear nature of desired retention can be seen
2023-11-06 12:04:31 +10:00
Damien Elmes
a58b2a986c
Clarify 1+ day warning
2023-11-05 14:05:03 +10:00
Damien Elmes
502e7e3d63
Update translations
2023-11-05 13:45:07 +10:00
Damien Elmes
329ac92c5e
weights -> parameters
...
Closes #2807
2023-11-05 13:44:40 +10:00
Gustaf-C
e071fb471b
Allow creation of empty filtered decks ( #2788 )
...
* Add new button to UI
* Add bool to allow creating empty filtered in back end
* Implement logic into front end for passing on bool
* Hide option on old decks
* Show option again if any settings are changed
* Revert "Show option again if any settings are changed"
This reverts commit 094acd9c65936823fa206594da5c1f3e4eb09248.
* Revert "Hide option on old decks"
This reverts commit d20a9a240b4fd85d080e8cc52d94318416ca753f.
* Update string
* Update ftl/core/decks.ftl
---------
Co-authored-by: Damien Elmes <dae@users.noreply.github.com>
2023-11-05 12:23:14 +10:00
Damien Elmes
6a32ea3d7b
Update translations
2023-11-04 11:47:28 +10:00
Damien Elmes
e0d2866f79
Prompt user to save preset changes before they compute weights
...
Closes #2797
2023-11-04 11:46:29 +10:00
Damien Elmes
235b6aa2e4
Move 'review' out of 'no need to translate' section
2023-11-04 08:45:02 +10:00
Damien Elmes
d744a7cceb
Add tooltip to mask editor button
2023-11-03 21:55:38 +10:00
Damien Elmes
726a59118f
Split sidebar review string
...
https://forums.ankiweb.net/t/im-trying-to-improve-the-translation-but-i-cant-find-it-in-one-place-please-help-me/35335/19
2023-11-03 21:25:10 +10:00
Damien Elmes
cee832e090
Update translations
2023-11-03 21:20:00 +10:00
Damien Elmes
613a75773d
Update translations
2023-11-02 21:20:55 +10:00
Damien Elmes
ea84ca9300
Split 'due' translation in deck browser
2023-11-02 21:15:02 +10:00
Damien Elmes
51a10f0969
Update translations
2023-11-01 07:56:55 +10:00
Damien Elmes
ef6f533c49
Update translations
2023-10-29 08:16:33 +10:00
Damien Elmes
1b0b4cd6bb
Update translations
2023-10-28 13:16:26 +10:00
Damien Elmes
4a3785c03c
Conflict handling -> Updates
2023-10-28 13:16:13 +10:00
Damien Elmes
55134435f2
Mention 'custom scheduling' and link to FSRS in manual
2023-10-28 12:47:55 +10:00
Damien Elmes
6e2f50e371
Update translations
2023-10-28 12:32:09 +10:00
Damien Elmes
843ac9eff9
Migrate some auto advance strings over from AnkiMobile
2023-10-28 12:31:51 +10:00
Damien Elmes
fa107375d0
Fix handling of multi-word ftl files
2023-10-28 12:28:23 +10:00
Damien Elmes
5a07ef06e4
Add 'copy debug info' button to add-on startup screen
2023-10-28 11:59:54 +10:00
Damien Elmes
415d757cd0
Update translations
2023-10-26 11:23:24 +10:00
Damien Elmes
bbe9dc5186
Split translation of learn in the deck list
...
Closes #2708
2023-10-26 11:23:24 +10:00
Damien Elmes
9362ef9620
Tweaks to import screen
...
- Tweak wording
- Move conflict handling options to a disclosure
2023-10-26 11:23:24 +10:00
Damien Elmes
865296254a
Tweaks to add-on startup failure screen / update checks
...
- Add a Check for Updates button to the screen
- Make the update list screen non-modal, so that other modal pop-ups
at startup don't leave the user stuck
- When manually checking for updates, update Anki's last check time
2023-10-26 11:23:24 +10:00
Damien Elmes
9a027a8c48
Warn users about rescheduling
2023-10-26 11:23:24 +10:00
Damien Elmes
ecb12e44e1
Fix title case
2023-10-23 12:05:33 +10:00
Damien Elmes
ca4b442581
Update translations
2023-10-23 12:04:03 +10:00
Damien Elmes
aab81f9f9a
Add tooltips for image occlusions
...
Closes #2768
2023-10-23 12:03:22 +10:00
Damien Elmes
3394ab02e7
Update translations
2023-10-20 13:01:32 +10:00
Damien Elmes
5098ecce24
Tweak some of the graph descriptions
2023-10-20 12:58:07 +10:00
Damien Elmes
1b8f5496f9
Don't automatically disable add-ons
...
d7a0bc0d42 (commitcomment-130467314)
Also, make the pop-up non-modal so it can be left on screen as the user
navigates to the add-on screen.
2023-10-20 11:12:56 +10:00
Damien Elmes
d7a0bc0d42
Display all startup errors at once, and automatically disable add-ons
...
https://forums.ankiweb.net/t/anki-23-10-beta-5/35677/48
2023-10-19 13:40:39 +10:00
user1823
4c17a6964e
Rename Analyze to Evaluate in FSRS Deck Options ( #2741 )
...
* Update deck-config.ftl
* Update FsrsOptions.svelte
* Update CONTRIBUTORS
2023-10-17 09:53:24 +10:00
Abdo
5cde4b6941
Remove v1/v2 support from the backend ( #2727 )
...
* Remove v1/v2 support from deck list
* Remove v1/v2 support from most routines and show error
* Remove scheduler_version from preferences
* Fix formatting
* Remove v1/v2 conditionals from Python code
* Fix legacy importer
* Remove legacy hooks
* Add missing scheduler checks
* Remove V2 logic from deck options screen
* Remove the review_did_undo hook
* Restore ability to open old options with shift (dae)
2023-10-14 10:50:59 +10:00
Damien Elmes
56c5002848
Update translations
2023-10-13 12:50:32 +10:00
Damien Elmes
6e177851cc
Add help entries for FSRS options
2023-10-13 12:50:15 +10:00
Damien Elmes
bfe340c163
Don't provide a button to copy estimated retention into desired retention
...
It's too easy for the user to end up with silly values if their configured
time/day is not reasonable.
2023-10-13 12:38:47 +10:00
Damien Elmes
003cdfd2ec
Use sm2 retention when deriving memory state
...
Closes #2702
2023-10-13 10:37:35 +10:00
Damien Elmes
9fd6d86a3e
Update translations
2023-10-13 10:10:05 +10:00
chandraiyengar
b35a11ffd6
Add profile name in profile deletion confirmation message ( #2722 )
...
* Add profile name in profile deletion confirmation message
* Update contributors
* leave old translation and add new one
2023-10-12 13:34:52 +10:00
Damien Elmes
02ade8e72c
Update translations
2023-10-03 14:41:11 +10:00
Damien Elmes
e525704571
Clarify stability subtitle
...
Based on #2699 . Closes #2699 .
2023-10-03 14:40:41 +10:00
Damien Elmes
259ed9c34d
Show tooltip on sync completion
...
Closes #2695
2023-10-03 12:57:39 +10:00
Damien Elmes
a5f01329a0
Update translations
2023-10-03 12:39:01 +10:00
Damien Elmes
9fd8a8bb40
Add stability graph
2023-10-01 15:44:33 +10:00
Damien Elmes
072cd37b42
Support rescheduling on weight/retention change
2023-10-01 15:20:58 +10:00