gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] branch master updated (08597be -> 4b4b040)


From: gnunet
Subject: [taler-taler-ios] branch master updated (08597be -> 4b4b040)
Date: Thu, 28 Mar 2024 18:30:13 +0100

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

marc-stibane pushed a change to branch master
in repository taler-ios.

    from 08597be  Privacy Info
     new 61def84  Exchange list refreshable
     new 4b4b040  Bump version to 0.9.5 (3)

The 2 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:
 TalerWallet.xcodeproj/project.pbxproj             | 12 ++++++------
 TalerWallet1/Views/Banking/ExchangeListView.swift |  5 +++++
 TestFlight/WhatToTest.en-US.txt                   | 10 ++++++++++
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/TalerWallet.xcodeproj/project.pbxproj 
b/TalerWallet.xcodeproj/project.pbxproj
index 531ef7c..7b870b8 100644
--- a/TalerWallet.xcodeproj/project.pbxproj
+++ b/TalerWallet.xcodeproj/project.pbxproj
@@ -1041,7 +1041,7 @@
                                4E3EAEA22AA12582009F1BE8 /* Nunito-Italic.ttf 
in Resources */,
                                4E3EAE822A990778009F1BE8 /* 
payment_received.m4a in Resources */,
                                4E3EAE852A990778009F1BE8 /* payment_sent.m4a in 
Resources */,
-                4E3208572BB550CA00211E9E /* PrivacyInfo.xcprivacy in Resources 
*/,
+                               4E3208572BB550CA00211E9E /* 
PrivacyInfo.xcprivacy in Resources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
@@ -1063,7 +1063,7 @@
                                4E3EAEA32AA12582009F1BE8 /* Nunito-Italic.ttf 
in Resources */,
                                4E2254972A822B8100E41D29 /* 
payment_received.m4a in Resources */,
                                4E2254982A822B8100E41D29 /* payment_sent.m4a in 
Resources */,
-                4E3208582BB550CA00211E9E /* PrivacyInfo.xcprivacy in Resources 
*/,
+                               4E3208582BB550CA00211E9E /* 
PrivacyInfo.xcprivacy in Resources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
@@ -1359,7 +1359,7 @@
                                CODE_SIGN_ENTITLEMENTS = 
"$(TARGET_NAME).entitlements";
                                CODE_SIGN_IDENTITY = "Apple Development";
                                CODE_SIGN_STYLE = Automatic;
-                               CURRENT_PROJECT_VERSION = 1;
+                               CURRENT_PROJECT_VERSION = 3;
                                DEVELOPMENT_TEAM = GUDDQ9428Y;
                                ENABLE_PREVIEWS = YES;
                                GENERATE_INFOPLIST_FILE = YES;
@@ -1401,7 +1401,7 @@
                                CODE_SIGN_ENTITLEMENTS = 
"$(TARGET_NAME).entitlements";
                                CODE_SIGN_IDENTITY = "Apple Development";
                                CODE_SIGN_STYLE = Automatic;
-                               CURRENT_PROJECT_VERSION = 1;
+                               CURRENT_PROJECT_VERSION = 3;
                                DEVELOPMENT_TEAM = GUDDQ9428Y;
                                ENABLE_PREVIEWS = YES;
                                GENERATE_INFOPLIST_FILE = YES;
@@ -1560,7 +1560,7 @@
                                CODE_SIGN_ENTITLEMENTS = 
"$(TARGET_NAME).entitlements";
                                CODE_SIGN_IDENTITY = "Apple Development";
                                CODE_SIGN_STYLE = Automatic;
-                               CURRENT_PROJECT_VERSION = 1;
+                               CURRENT_PROJECT_VERSION = 3;
                                DEVELOPMENT_TEAM = GUDDQ9428Y;
                                ENABLE_PREVIEWS = YES;
                                GENERATE_INFOPLIST_FILE = YES;
@@ -1602,7 +1602,7 @@
                                CODE_SIGN_ENTITLEMENTS = 
"$(TARGET_NAME).entitlements";
                                CODE_SIGN_IDENTITY = "Apple Development";
                                CODE_SIGN_STYLE = Automatic;
-                               CURRENT_PROJECT_VERSION = 1;
+                               CURRENT_PROJECT_VERSION = 3;
                                DEVELOPMENT_TEAM = GUDDQ9428Y;
                                ENABLE_PREVIEWS = YES;
                                GENERATE_INFOPLIST_FILE = YES;
diff --git a/TalerWallet1/Views/Banking/ExchangeListView.swift 
b/TalerWallet1/Views/Banking/ExchangeListView.swift
index 44e8191..504e077 100644
--- a/TalerWallet1/Views/Banking/ExchangeListView.swift
+++ b/TalerWallet1/Views/Banking/ExchangeListView.swift
@@ -129,6 +129,11 @@ extension ExchangeListCommonV: View {
                             .talerFont(.body)
                     }
                 }
+                .refreshable {
+                    symLog?.log("refreshing")
+                    await reloadExchanges()
+                }
+                .listStyle(myListStyle.style).anyView
             }
         }
         .onNotification(.ExchangeAdded) { notification in
diff --git a/TestFlight/WhatToTest.en-US.txt b/TestFlight/WhatToTest.en-US.txt
index a922243..4391d6c 100644
--- a/TestFlight/WhatToTest.en-US.txt
+++ b/TestFlight/WhatToTest.en-US.txt
@@ -1,3 +1,13 @@
+Version 0.9.5 (3)
+
+- bugfix: wallet-core 0.10.1 fixes exchange handling
+
+
+Version 0.9.5 (2)
+
+• Added privacy manifest
+
+
 Version 0.9.5 (1)
 
 • New feature: taler://withdraw-exchange no longer requires the pubkey of the 
exchange

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