16 comments (16 comments)0 reactions (0 reactions)1 assignee (1 assignee)Kotlin2,789 forks (2,789 forks)batch import
Anki Ecosystem CompatibilityGood First IssuePriority-Low
Repository metrics
- Stars
- 11,132 stars (11,132 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
After updating the FSRS parameters and clicking Save, the memory states of all cards in that preset are updated.
For this, Anki shows a progress:
But, AnkiDroid just says "Processing".
Related:
Contributor guide
- Research direction
- Investigate how the desktop version shows progress (Anki uses a QProgressDialog). Then, in AnkiDroid, add a similar progress indicator (e.g., ProgressDialog or ProgressBar) when updating FSRS memory states after saving parameters. Use coroutines to update the UI during the background task.
- Tech stack
- kotlinandroid
- Domain
- mobile dev
- Issue type
- Feature
- Prerequisites
- KotlinAndroid development