Divyansh Kushwaha
Divyansh Kushwaha
Is there currently Android support? If yes can anyone please tell me? I searched a lot for an alternative Android Library but found no one as useful as these. I...
## 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...
## Checklist - [x] You have not changed whitespace unnecessarily (it makes diffs hard to read) - [x] You have a descriptive commit message with a short title (first line,...
## Pull Request template ## Purpose / Description _Describe the problem or feature and motivation_ ## Fixes Fixes _Link to the issues._ ## Approach _How does this change address the...
###### Reproduction Steps 1. Set ANKIDROID_BACKEND_VERSION=0.1.1`5`-anki2.1.54 2. Download the dylib file for 0.1.1`4`-anki2.1.54 3. Set the env var for path 4. Run unit tests ###### Expected Result Tests should fail...
## Checklist _Please, go through these checks before submitting the PR._ - [x] You have not changed whitespace unnecessarily (it makes diffs hard to read) - [x] You have a...
* Post update flag behaviour has been taken up from FlagCardHandler which is just a subclass, without any additional implementations, of SuspendCardHandler. * CollectionTask.Flag extends DismissNotes class which provides just...
Would help in migrating CollectionTask.LoadDeckCount to Coroutines ## Checklist _Please, go through these checks before submitting the PR._ - [x] You have a descriptive commit message with a short title...
I'm trying to generate code for a third-party API service. They have a kebab-cased naming for different variables in response for which the generated code is invalid in Kotlin. I...
Since most of the new UI development is moving toward Jetpack Compose, which is way better than XML, it would be great to have such a library for Compose.