ankidroid / Anki-Android

AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
GNU General Public License v3.0
8.48k stars 2.2k forks source link

Notifies the subscriber after "Check - Empty Cards" removed cards #16945

Open Arthur-Milchior opened 1 month ago

Arthur-Milchior commented 1 month ago

See #16941 for the details. This issue can be closed specifically when, after a "Check cards" ends by deleting cards, ChangeManager.notifySubscribers is called with a OpChanges where all at least card, browser_table, study_queues are set to true

david-allison commented 1 month ago

This seems like a good one to tackle with a my backup PC this weekend

david-allison commented 1 month ago

Anki backend currently does not support this.

Added:

https://forums.ankiweb.net/t/removecards-should-return-opchangeswithcount/48597

Arthur-Milchior commented 2 weeks ago

https://github.com/ankitects/anki/pull/3386 ensured that "empty card" is cancellable. Once the back-end is updated in ankidroid, we can use this feature directly