Release 1.3.0

- Blocked swipe-to-delete on dictionary rows while a download, extract,
  import or indexing pass is running. Deleting mid-update removed the
  dictionary's source from preferences while the pipeline kept its own
  snapshot, so the post-update rescan re-created the dictionary with its
  update source permanently lost.
- Fixed the dictionary icon leaving the row while swiping to delete: the
  item now clips to its bounds and the delete button is a static overlay
  instead of a counter-translated child of the sliding row.
This commit is contained in:
2026-08-02 11:09:47 +03:00
parent 69bbb97b2a
commit 9d18d0c927
9 changed files with 62 additions and 25 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId = "com.example.research"
minSdk = project.property("minSdk").toString().toInt()
targetSdk = project.property("targetSdk").toString().toInt()
versionCode = 5
versionName = "1.2.1"
versionCode = 6
versionName = "1.3.0"
vectorDrawables {
useSupportLibrary = true