docs: review reminders documentation - #21829
Open
ericli3690 wants to merge 1 commit into
Open
ericli3690 wants to merge 1 commit into
ericli3690 wants to merge 1 commit into
Conversation
david-allison
approved these changes
Sep 13, 2026
david-allison
left a comment
Member
There was a problem hiding this comment.
Only nitpicks, awesome work!
ericli3690
force-pushed
the
ericli3690-review-reminders-docs
branch
2 times, most recently
from
September 14, 2026 05:32
ead5254 to
51a7f72
Compare
Initial creation of the documentation file for the review reminders system of AnkiDroid.
ericli3690
force-pushed
the
ericli3690-review-reminders-docs
branch
from
September 15, 2026 21:56
51a7f72 to
1f1846b
Compare
Member
Author
|
Changes:
Ready for review! |
david-allison
approved these changes
Sep 16, 2026
| must be handled manually to ensure that outdated review reminders do not crash the app when deserialized. | ||
| New fields cannot be added without a schema change because `ignoreUnknownKeys` is not enabled for deserialization. | ||
|
|
||
| For an example of a schema migration, see the following commit: `9b13c6426c31c39eb5f69a58509cdda014e40093`. |
Member
There was a problem hiding this comment.
Suggested change
| For an example of a schema migration, see the following commit: `9b13c6426c31c39eb5f69a58509cdda014e40093`. | |
| For an example of a schema migration, see [9b13c6426c31c39eb5f69a58509cdda014e40093](https://github.com/ankidroid/Anki-Android/commit/9b13c6426c31c39eb5f69a58509cdda014e40093). |
Note: see https://github.com/ankidroid/Anki-Android/wiki/Development-guide#custom-search-engines for how I link commits in Chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose / Description
Initial creation of the documentation file for the review reminders system of AnkiDroid.
Fixes
Learning
No AI used.
Checklist