]> git.ktnx.net Git - mobile-ledger.git/commitdiff
prepare 0.9.2 (22) release v0.9.2
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 8 Apr 2019 18:29:45 +0000 (18:29 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 8 Apr 2019 18:29:45 +0000 (18:29 +0000)
CHANGES.md
app/build.gradle
metadata/en-US/changelogs/22.txt [new file with mode: 0644]

index c5ac1d77a7b059180466b7f93c6cc69cd6388737..ce77aa0313b51fa342103bb21a4156f4a949f90b 100644 (file)
@@ -1,5 +1,9 @@
 # Changes
 
 # Changes
 
+## [0.9.2] - 2019-04-08
+ * FIXED
+  - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running
+
 ## [0.9.1] - 2019-04-06
  * FIXED
   - fix a crash when the new transaction screen is invoked by an app shortcut and the main app is not running
 ## [0.9.1] - 2019-04-06
  * FIXED
   - fix a crash when the new transaction screen is invoked by an app shortcut and the main app is not running
index 2852b600e8818a794e883e18167de581fc0e1d79..d3cbd33923ddb1ed19d48d994a04e4435b209229 100644 (file)
@@ -23,8 +23,8 @@ android {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
         targetSdkVersion 28
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
         targetSdkVersion 28
-        versionCode 21
-        versionName '0.9.1'
+        versionCode 22
+        versionName '0.9.2'
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
diff --git a/metadata/en-US/changelogs/22.txt b/metadata/en-US/changelogs/22.txt
new file mode 100644 (file)
index 0000000..aa98595
--- /dev/null
@@ -0,0 +1 @@
+ - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running