Anki-Android
Anki-Android copied to clipboard
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Fixes the deprecation of bundle.Serializable in new API33 or older versions ## Checklist - [x] You have a descriptive commit message with a short title (first line, max 50 chars)....
###### Reproduction Steps 1. Do some change requiring a full sync. 2. sync 3. when warned about conflict, select ankiweb 4. accept ###### Expected Result Full sync ###### Actual Result...
###### Reproduction Steps 1. Set 'System default' font in the settings  2. Create a card with italic text  3. Choose a system font  ###### Expected Result System...
The color of the following icon looks nice.  The challenge to change the color of toggle switches to blue (#10909) seems to be wonderful, too (@UvrajSB thanks!).  I...
## Pull Request template ## Purpose / Description Anki Desktop uses the following word order pattern on some toast messages, for example, `Card suspended.`, 1. Subject 2. omission of be...
when we search for something in the card browser then it shows the relevant search result but when we remove all the keywords the search result stays the same even...
DroidBackend is currently a mix of snake_case and camelCase names. Presumably the former was picked to more closely match the Python and Rust code, but I'd humbly suggest it would...
## Pull Request template ## Purpose / Description Fix the issue #12366 creating the activity with a small warning stating the only way to manage data is deleting it. ##...
This was suggested by @Arthur-Milchior over Discord. Replace usages of `getCol` with the new implementation: `withCol`. This can be started by searching for `CollectionHelper.instance.getCol` and replacing one by one. Would...