Damien Elmes

Results 241 comments of Damien Elmes

Allowing 0 for preview_again would mean Again shows (end), which is probably not what users would expect.

This was broken by https://github.com/ankidroid/Anki-Android/issues/14538, as performing any collection modification clears the redo queue. @lukstbit, I suggest switching to the backend's customStudyDefaults(), and using .available*. You can then remove the...

@david-allison old link is broken. Is it possible this is an old API we no longer support?

Maybe related? https://www.reddit.com/r/androiddev/comments/146cd1y/comment/jnt3jmn/

Just requires exposing col.newBackend.backend.removeTags()

There are some brief instructions on https://github.com/ankidroid/Anki-Android/issues/11882 if you haven't already read them.

Yes, that is correct.

@david-allison worth keeping open?

@mikehardy what's the status of this?

The first point would require some work to implement, as currently the frontend doesn't have a flag that tracks when a change has been made. You'd need to store a...