]> git.ktnx.net Git - mobile-ledger.git/commitdiff
release v0.20.1 (45) v0.20.1
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 9 Sep 2021 20:07:48 +0000 (20:07 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 9 Sep 2021 20:07:48 +0000 (20:07 +0000)
CHANGES.md
app/build.gradle
metadata/bg-BG/changelogs/45.txt [new file with mode: 0644]
metadata/en-US/changelogs/45.txt [new file with mode: 0644]

index 2cad24d0d4b6645fb75be2da1758044fdc22d42c..446d96fba36cb96182111ab9ef3f2b0f9396d8aa 100644 (file)
@@ -1,5 +1,14 @@
 # Changes
 
 # Changes
 
+## [0.20.1] = 2021-09-09
+
+* FIXES
+    + New transaction: focus amount upon account selection
+    + New transaction: fix a crash when returning to the activity with no focused input field
+    + fix a crash in DB upgrade introduced in v0.20.0
+    + fix config restore with null values
+    + move away from deprecated AsyncTask
+
 ## [0.20.0] = 2021-08-22
 
 * NEW
 ## [0.20.0] = 2021-08-22
 
 * NEW
index ffd159b300c5547efd8a52c96f6874f46039acef..e36e09527128284f0066d146086d624c716d911c 100644 (file)
@@ -24,8 +24,8 @@ android {
         minSdkVersion 22
         targetSdkVersion 30
         vectorDrawables.useSupportLibrary true
         minSdkVersion 22
         targetSdkVersion 30
         vectorDrawables.useSupportLibrary true
-        versionCode 44
-        versionName '0.20.0'
+        versionCode 45
+        versionName '0.20.1'
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         javaCompileOptions {
             annotationProcessorOptions {
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         javaCompileOptions {
             annotationProcessorOptions {
diff --git a/metadata/bg-BG/changelogs/45.txt b/metadata/bg-BG/changelogs/45.txt
new file mode 100644 (file)
index 0000000..4d4824f
--- /dev/null
@@ -0,0 +1,6 @@
+* ПОПРАВКИ
+    + Ново движение: преместване на фокуса в полето за сума след избиране на сметка
+    + Ново движение: отстранен срив при връщане в приложението когато няма фокусиран елемент
+    + отстранен срив при обновяване на БД до версия 0.20.0
+    + поправено възстановяване на настройките при налични празни стойности
+    + без използване на AsyncTask -- вече не се препоръчва
diff --git a/metadata/en-US/changelogs/45.txt b/metadata/en-US/changelogs/45.txt
new file mode 100644 (file)
index 0000000..d83be7d
--- /dev/null
@@ -0,0 +1,6 @@
+* FIXES
+    + New transaction: focus amount upon account selection
+    + New transaction: fix a crash when returning to the activity with no focused input field
+    + fix a crash in DB upgrade introduced in v0.20.0
+    + fix config restore with null values
+    + move away from deprecated AsyncTask