Anki-Android
Anki-Android copied to clipboard
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
I assume it must be squash Each commit explains why I was convinced it can be non null. But honestly, it's rare context can actually be null
## Purpose / Description Deprecated UI flags were replaced by WindowInsets. ## Fixes Fixes #9332 ## How Has This Been Tested? Ran tests & tested on: - Physical Device (Android...
## Purpose / Description [Kotlin Cleanup] CardTemplateEditor ## Checklist - [x] You have not changed whitespace unnecessarily (it makes diffs hard to read) - [x] You have a descriptive commit...
## Pull Request template ## Purpose / Description Added ViewBinding for 1) LocaleSelectionDialog 2) DeckSelectionDialog 3) MediaCheckDialog 4) ScopedStorageMigrationDialog ## Fixes Part of (https://github.com/ankidroid/Anki-Android/issues/11116) ## Approach Removed findViewById with the...
## Pull Request template ## Purpose / Description Field names will be check when attempt to create new card. But the template editing of created card is lack of checking...
## Pull Request template ## Purpose / Description This is UI for addons listing in recycler view from addons directory. The list in view will contains `details`, `remove` and `toggle...
## Pull Request template ## Purpose / Description The earlier splash screen implementation wasn't working properly. So we require new implementation that too in Android 12. ## Fixes Fixes #10791...
## Pull Request template ## Purpose / Description Menu item icon of Review activity get hidden after one or two time screen rotation ## Fixes Fixes #10732 ## Approach We...
## Pull Request template ## Purpose / Description Update to current ACRA versions @jimrod942 got us most of the way there with #9969 This finishes it with some Kotlin-migration changes...
## Pull Request template ## Purpose / Description Previously after selecting the deck from the deck selection dialog the scroll position was lost when the dialog was closed, If we...