gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] branch master updated (074032c -> b6a42f1)


From: gnunet
Subject: [taler-taler-android] branch master updated (074032c -> b6a42f1)
Date: Fri, 04 Nov 2022 18:50:28 +0100

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a change to branch master
in repository taler-android.

    from 074032c  [wallet] Show more deposit info in transaction list item
     new 1c19237  [wallet] Release v0.9.0-dev.33
     new 963fe8f  [wallet] Release v0.9.0
     new b6a42f1  [wallet] Include error message when listExchanges fails

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 wallet/build.gradle                                                | 6 +++---
 wallet/src/main/java/net/taler/wallet/exchanges/ExchangeManager.kt | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wallet/build.gradle b/wallet/build.gradle
index a3af4a8..d93d971 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -23,8 +23,8 @@ plugins {
     id "de.undercouch.download" version "5.3.0"
 }
 
-def walletCoreVersion = "v0.9.0-dev.33"
-def walletCoreSha256 = 
"9ba57fd35c5fe8a2986fc1bd3db88bc5b309610c7e490f8c64998fd8e1cb0d21"
+def walletCoreVersion = "v0.9.0"
+def walletCoreSha256 = 
"5a971f4b8faf8dce2cde6d720c7cf75f9233c399a164dcd98fb37a1b3b491c05"
 
 static def versionCodeEpoch() {
     return (new Date().getTime() / 1000).toInteger()
@@ -46,7 +46,7 @@ android {
         applicationId "net.taler.wallet"
         minSdkVersion 21
         targetSdkVersion 32
-        versionCode 18
+        versionCode 20
         versionName walletCoreVersion
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         buildConfigField "String", "WALLET_CORE_VERSION", 
"\"$walletCoreVersion\""
diff --git a/wallet/src/main/java/net/taler/wallet/exchanges/ExchangeManager.kt 
b/wallet/src/main/java/net/taler/wallet/exchanges/ExchangeManager.kt
index 36b5017..5a4c6c2 100644
--- a/wallet/src/main/java/net/taler/wallet/exchanges/ExchangeManager.kt
+++ b/wallet/src/main/java/net/taler/wallet/exchanges/ExchangeManager.kt
@@ -55,7 +55,7 @@ class ExchangeManager(
         scope.launch {
             val response = api.request("listExchanges", 
ExchangeListResponse.serializer())
             response.onError {
-                throw AssertionError("Wallet core failed to return exchanges!")
+                throw AssertionError("Wallet core failed to return exchanges! 
${it.userFacingMsg}")
             }.onSuccess {
                 Log.d(TAG, "Exchange list: ${it.exchanges}")
                 mProgress.value = false

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]