Anki-Android
Anki-Android copied to clipboard
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Bumps `kotlin` from 2.2.10 to 2.2.21. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.10 to 2.2.21 Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. Kotlin 2.2.21-RC2 Changelog Tools. Gradle. Native KT-81134 Native: Gradle configuration failure likely...
This is no where close to merge and little attention should be paid to it now However AGP9 will contain lots of changes (including breaking changes to the plugin ecosystem...
## Purpose / Description Refactoring `DeckPickerViewModel.kt` to remove redundant types and use idiomatic Kotlin null-safety. ## Fixes * Part of #13282 ## Approach * Type Inference: Removed `` from `undoableOp`...
## Purpose / Description - Enable search functionality for preferences under Reviews and Previews tabs in Controls settings - Add automatic tab navigation when accessing tabbed preferences from search results...
See screenshot at: https://www.reddit.com/r/MedSchoolAnkiIndia/comments/1mpr10h/what_does_this_even_mean/ The error must still be displayed as we want it when users send a screenshot. But start with a localized message Something as vague as "An...
### Checked for duplicates? - [X] This issue is not a duplicate ### What are the steps to reproduce this bug? Run publish release workflow with "public" release specified This...
The ""anki card" menu" can't be found from the search bar. Neither typing "anki" nor "context"    Also, in French, search "carte" shows some things that does not...
### Checked for duplicates? - [x] This issue is not a duplicate ### Does it also happen in the desktop version? - [x] This bug does not occur in the...
https://ankidroid.org/acra/app/1/bug/317018/report/de11bea8-4289-4348-814c-a9e32baa5666 ``` v7.c: Invalid search: a closing bracket `)` was found, but there was no opening bracket `(` preceding it. If you want to search for a literal `)`, wrap...
## Purpose / Description Fix missing minus symbol when selecting several cards at once in the card browser to update tags. ## Fixes * Fixes #19083 ## Approach ### Problem...