Anki-Android icon indicating copy to clipboard operation
Anki-Android copied to clipboard

AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.

Results 754 Anki-Android issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot_20210902-110426_AnkiDroid](https://user-images.githubusercontent.com/7422433/131907802-8f910100-b6b2-43d3-92c5-acb045e5673b.png) 2. Create a card with italic text ![Screenshot_20210902-110017_AnkiDroid](https://user-images.githubusercontent.com/7422433/131907842-d6fc82b0-4d36-43cb-b322-3bb42531e860.png) 3. Choose a system font ![Screenshot_20210902-110046_Стили_и_обои](https://user-images.githubusercontent.com/7422433/131908059-b59b899c-58f0-44da-a218-0578ad400be8.png) ###### Expected Result System...

Stale

The color of the following icon looks nice. ![image](https://user-images.githubusercontent.com/10436072/164433106-69febdd9-3873-473c-9b43-f50f290e39c9.png) The challenge to change the color of toggle switches to blue (#10909) seems to be wonderful, too (@UvrajSB thanks!). ![image](https://user-images.githubusercontent.com/10436072/164438412-85df8cad-17d2-40b0-9248-2d34835143cf.png) I...

Stale

## 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...

Strings

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...

Good First Issue!

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. ##...

Waiting For Feedback
Needs Second Approval
Strings
squash-merge

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...

Good First Issue!