ankidroid/Anki-Android

Improve the Study by card state or tag dialog

Open

#20.601 geöffnet am 26. März 2026

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Kotlin (2.789 Forks)batch import
Good First Issue

Repository-Metriken

Stars
 (11.132 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 6h) (160 gemergte PRs in 30 T)

Beschreibung

The Study by card state or tag dialog

Image

  • Add a title "Study by card state or tag".
  • Remove "Select x cards from the deck".
  • Add "Number of cards" to the border of the text field (see reference).
  • Add a unit "card"/"cards" to the box.
  • Change the text selection like in https://github.com/ankidroid/Anki-Android/pull/20551.
  • Replace "Select" with "Create".
  • If the resulting filtered deck is empty (i.e., no cards match the criteria), a red warning should appear and the button should be disabled, instead of an error dialog (see reference).
    • Also, make sure this bug is fixed: when there are no cards matching some selections like "Due cards only", a filtered deck with of new cards is created.
  • Show a warning when the input is invalid, limit the digits, and prevent leading zeros, like in https://github.com/ankidroid/Anki-Android/pull/20520, except without input steppers.

Reference dialogs

Image

Contributor Guide