Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions changelog.asc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@
:sectanchors:
= AnkiDroid Changelog

== Version 2.23.2 (20251229)

New Year, New AnkiDroid! Some fixes for you: 16 more bugs eradicated from the 2.23 release series

We appreciate any and all issue reports and we do our best to work with you to figure out what went wrong and get things fixed.

We are truly filled with thanks for all https://opencollective.com/ankidroid/contribute[donations] - it definitely helps us justify all the time we spend on AnkiDroid to our families 😂

Full list of https://github.com/ankidroid/Anki-Android/milestone/75?closed=1[2.23.2 fixes]

Please see the xref:#_version_2_23_0_20251209[2.23.0 changelog] below for the main 2.23 features announcement 👇

* Fix crash when deleting deck with many sub-decks
* Fix crash in DeckPicker on slower devices
* Fix crash in Custom Study dialog
* Fix crash in legacy TTS code for missing languages
* Fix crash in shared deck download on Xioami devices
* Fix snackbar not showing or showing twice when adding note
* Fix incorrect pinned field handling in note type editor
* Fix potential infinite sync retry loop on sync error
* Fix set due date dialog theming
* Fix resizing divider showing up when it shouldn't on tablets
* Updated to newest https://crowdin.com/project/ankidroid/activity-stream[community-provided translations]
* New Study Screen Fixes:
** Fix incorrect cloze text display on back side of card
** Support Anking IO one by one cards
** Larger buttons in larger screen layouts
** Fix card counters resetting to zero under certain circumstances
** Fix "Set due date" confirmation positioning

== Version 2.23.1 (20251214)

Seasons greetings! Here's a quick update to our 2.23.0 release, to keep your studying running smoothly.
Expand Down
8 changes: 4 additions & 4 deletions storage-migration-error.asc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before continuing, please:
* See <<take_manual_backup,'Manual Backups'>> if you desire a file-based backup
2. Report the error to us: https://docs.ankidroid.org/help.html#_support

=== Restoring from AnkiWeb Backup
== Restoring from AnkiWeb Backup

If you have reviewed a significant number of cards using AnkiDroid since the migration started, see: <<restore_modified_collection,Restoring a Modified Collection>>

Expand All @@ -22,7 +22,7 @@ If you have reviewed a significant number of cards using AnkiDroid since the mig
* Once you are synced, you may delete the folder collection in `/storage/emulated/0/AnkiDroid` to save space.
* Your collection is now located at `/storage/emulated/0/Android/data/com.ichi2.anki/files`

=== Restoring a Modified Collection [[restore_modified_collection]]
== Restoring a Modified Collection [[restore_modified_collection]]

*Ensure that you have backed up your collection and media*

Expand All @@ -36,7 +36,7 @@ If you have reviewed a significant number of cards using AnkiDroid since the mig
* Delete the `collection.media` folder and file: `collection.media.ad.db2`. Delete `collection.media.ad.db2-journal` if it exists.
* Sync with AnkiWeb and your missing media will be downloaded

=== Personalised Help [[help]]
== Personalised Help [[help]]

If you require personalised help, please contact us using one of the following:

Expand All @@ -45,7 +45,7 @@ If you require personalised help, please contact us using one of the following:
* https://www.reddit.com/r/Anki/[Our Reddit community]
* https://forums.ankiweb.net/c/ankidroid/16[AnkiWeb forums]

=== Manual Backups [[take_manual_backup]]
== Manual Backups [[take_manual_backup]]

* Your migrated data exists at the folder listed in _Settings -> Advanced -> AnkiDroid directory_. This is typically: `/storage/emulated/0/Android/data/com.ichi2.anki/files`
** If you installed a parallel build, replace `com.ichi2.anki` with `com.ichi2.anki.A`
Expand Down