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 481 Anki-Android issues
Sort by recently updated
recently updated
newest added

## Purpose / Description - The V16 pref is useful to testing in case the dev forgot to set `legacy_schema=false` on `local.properties` while not having to re-enable every time the...

Review High Priority
Needs Second Approval
Strings

## Purpose / Description Migrated CollectionTask.AddNote to Coroutines ## Fixes Fixes a part of #7108 ## Approach Extracted the codes from AsyncTask callbacks, into a proper sequence of suspend function...

Review High Priority
Needs Review

###### Reproduction Steps 1. use V16 backend 2. have a parental deck and two subdecks 3. tap the arrow next to the parental deck. ![Screenshot_20220809-035755_AnkiDroidA](https://user-images.githubusercontent.com/10192661/183961059-b8fe8903-7424-417f-bfd2-360aa9277f7c.png) ###### Expected Result Subdecks are...

## Purpose / Description cleanup: replace TextUtils for checking empty or null ## Learning (optional, can help others) https://stackoverflow.com/a/59321544/9062752 ## Checklist - [x] You have not changed whitespace unnecessarily (it...

Waiting For Feedback

Currently there are many instances in the AnkiDroid codebase where the collection is accessed a) on the UI thread, blocking the UI, and b) in unsafe ways (eg by checking...

Needs Review

Those one were found with searcing for "eckId: Long"

Needs Second Approval

## Pull Request template ## Purpose / Description I am working on decoupling the notification ( currently It causes random notification triggring in our app). This PR also aims to...

Waiting For Feedback
Review High Priority

I would love for a little bit of consistency in our codebase around variables that represents the profile directory. For the context, the "profile directory" is called `AnkiDroid` right now,...

Good First Issue!
Stale
cleanup

###### Reproduction Steps 1. Enable Full screen navigation drawer 2. Go to Card browser 3. Type some text in the search input 4. Drag finger across text (do not drag...

## Purpose / Description part of fix for #7108 This PR is part of migration of asyncTask to coroutines ## Fixes countModules() async task successfully migrated to coroutines ## Approach...

Waiting For Feedback
Needs Review
Stale