[Enhancement] Allow auto-disperse after sync when auto-reschedule is disabled
Closed this issue · 9 comments
An alpha release of AnkiDroid is soon (likely within 2-3 days) going to support native FSRS.
After that release, people won't be needing auto-reschedule after sync that much. But auto-disperse would still be required.
So, I think that it is the time to modify auto-disperse such that it works after sync even if auto-reschedule is disabled.
It's pretty easy. Just rewrite this code:
Lines 11 to 50 in 565701a
I will update the add-on after the alpha release.
The alpha version has been released: https://github.com/ankidroid/Anki-Android/releases/tag/v2.17alpha2
I plan to separate the auto reschedule after sync and auto disperse after sync. What do you think about that?
That's what I suggested.
A small suggestion: If both are enabled, finding the cards with reviews should happen only once (just like it currently happens).
Patch: fsrs4anki-helper.zip
I can't reproduce this bug. Could you reinstall the add-on?
I can't reproduce this bug. Could you reinstall the add-on?
I was probably because of the meta.json file which was not present in the above zip and, thus, was retained in my add-on folder.
I have tested the patch and it seems to work well.
However, the tooltip is not reliably displayed. That is, after sync, the tooltip is sometimes not displayed. This issue is not specific to this patch, and I have been experiencing it since many days (probably started after updating to 23.10).
However, the tooltip is not reliably displayed. That is, after sync, the tooltip is sometimes not displayed. This issue is not specific to this patch, and I have been experiencing it since many days (probably started after updating to 23.10).
OK. I will merge at first, and open a new issue to track it.