gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] branch master updated: [wallet] Bump qtart to 0.9.


From: gnunet
Subject: [taler-taler-android] branch master updated: [wallet] Bump qtart to 0.9.4a+p1 and set CuRL HTTP client
Date: Thu, 28 Mar 2024 14:34:36 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new ce4ba12  [wallet] Bump qtart to 0.9.4a+p1 and set CuRL HTTP client
ce4ba12 is described below

commit ce4ba124a013cea6bc09993fe617e283efb339a7
Author: Iván Ávalos <avalos@disroot.org>
AuthorDate: Thu Mar 21 11:04:00 2024 -0600

    [wallet] Bump qtart to 0.9.4a+p1 and set CuRL HTTP client
---
 wallet/build.gradle                                             | 2 +-
 wallet/src/main/java/net/taler/wallet/backend/BackendManager.kt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wallet/build.gradle b/wallet/build.gradle
index 62a7782..e3ceb6a 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -19,7 +19,7 @@ plugins {
     id "kotlinx-serialization"
 }
 
-def qtart_version = "0.9.4-dev.18"
+def qtart_version = "0.9.4a+p1"
 
 static def versionCodeEpoch() {
     return (new Date().getTime() / 1000).toInteger()
diff --git a/wallet/src/main/java/net/taler/wallet/backend/BackendManager.kt 
b/wallet/src/main/java/net/taler/wallet/backend/BackendManager.kt
index b2f1f10..1339dca 100644
--- a/wallet/src/main/java/net/taler/wallet/backend/BackendManager.kt
+++ b/wallet/src/main/java/net/taler/wallet/backend/BackendManager.kt
@@ -17,7 +17,6 @@
 package net.taler.wallet.backend
 
 import android.util.Log
-import kotlinx.serialization.decodeFromString
 import kotlinx.serialization.json.Json
 import net.taler.qtart.TalerWalletCore
 import net.taler.wallet.BuildConfig
@@ -52,6 +51,7 @@ class BackendManager(
         // TODO using Dagger/Hilt and @Singleton would be nice as well
         if (initialized.getAndSet(true)) error("Already initialized")
         walletCore.setMessageHandler { onMessageReceived(it) }
+        walletCore.setCurlHttpClient()
         if (BuildConfig.DEBUG) walletCore.setStdoutHandler {
             Log.d(TAG_CORE, it)
         }

-- 
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]