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 Enlarge size of checkbox in Tag Picker dialog as mentioned in #11139 because > The clickable region that toggles the checkbox is now shrunk to the...

I can't import ready-made cards when they are downloaded and I see a logo that says send error reports.. AnkiDroid Version = 2.16alpha58 Android Version = 12 Manufacturer = Xiaomi...

## Purpose / Description [KotlinCleanup] CardBrowser ## Checklist - [x] You have not changed whitespace unnecessarily (it makes diffs hard to read) - [x] You have a descriptive commit message...

## Fixes Fixes #9390 ## Approach Replaced the old runKtlint() code with the one generated by `./gradlew addKtlintFormatGitPreCommitHook` for reference, see https://github.com/JLLeitschuh/ktlint-gradle#additional-helper-tasks, and for the implementation, https://github.com/JLLeitschuh/ktlint-gradle/blob/master/plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/GitHook.kt The idea came...

Needs Second Approval

## Purpose / Description Change small section to use kotlin .apply scope function https://github.com/ankidroid/Anki-Android/issues/10489 ## How Has This Been Tested? Tested on emulator ## Checklist _Please, go through these checks...

Waiting For Feedback

Bumps protobuf-kotlin from 3.21.4 to 3.21.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-kotlin&package-manager=gradle&previous-version=3.21.4&new-version=3.21.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

From https://github.com/ankidroid/Anki-Android/issues/9390#issuecomment-950353851 > Perhaps if we used one of the plugins (this is most popular: https://github.com/jlleitschuh/ktlint-gradle#additional-helper-tasks) and just integrated it's pre-commit hook (and IDEA style file generation) we'd get editor...

CardId is defined in cards.py upstream. Since Cards.java may not be converted, Consts.kt may be the better place for it. Values were found by searching "cid: Long" and "ardId: Long".

Waiting For Feedback

## Fixes Fixes #10843 ## Approach Added SearchView and "Next" and "Prev" and "Case Sensitive" buttons to toolbar Added `EditTextSearchbar` class for all search logic (mainly `findNextResult` and `findPrevResult`) ####...

Waiting For Feedback
Needs Review