taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit b49f03573d3afa9628871f0e7dba28bd95aa0fc9
parent 0084c3148058f49f3e789d956108dcf61d3180d4
Author: Iván Ávalos <avalos@disroot.org>
Date:   Fri, 24 Oct 2025 15:59:55 +0200

[wallet] string and icon tweaks for Donau and bank accounts

Diffstat:
Mwallet/src/main/java/net/taler/wallet/accounts/AccountsFragment.kt | 1-
Awallet/src/main/res/drawable/ic_server.xml | 28++++++++++++++++++++++++++++
Mwallet/src/main/res/values/strings.xml | 6+++---
Mwallet/src/main/res/xml/settings_main.xml | 2+-
4 files changed, 32 insertions(+), 5 deletions(-)

diff --git a/wallet/src/main/java/net/taler/wallet/accounts/AccountsFragment.kt b/wallet/src/main/java/net/taler/wallet/accounts/AccountsFragment.kt @@ -37,7 +37,6 @@ import androidx.compose.material.icons.filled.AccountBalance import androidx.compose.material.icons.filled.Add import androidx.compose.material.icons.filled.CurrencyBitcoin import androidx.compose.material.icons.filled.Delete -import androidx.compose.material.icons.filled.Dns import androidx.compose.material3.AlertDialog import androidx.compose.material3.ExperimentalMaterial3Api import androidx.compose.material3.FloatingActionButton diff --git a/wallet/src/main/res/drawable/ic_server.xml b/wallet/src/main/res/drawable/ic_server.xml @@ -0,0 +1,28 @@ +<!-- + ~ This file is part of GNU Taler + ~ (C) 2025 Taler Systems S.A. + ~ + ~ GNU Taler is free software; you can redistribute it and/or modify it under the + ~ terms of the GNU General Public License as published by the Free Software + ~ Foundation; either version 3, or (at your option) any later version. + ~ + ~ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY + ~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + ~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License along with + ~ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + --> + +<vector + xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:tint="?attr/colorControlNormal" + android:viewportHeight="24" + android:viewportWidth="24" + android:width="24dp"> + + <path android:fillColor="@android:color/white" + android:pathData="M20,13H4c-0.55,0 -1,0.45 -1,1v6c0,0.55 0.45,1 1,1h16c0.55,0 1,-0.45 1,-1v-6c0,-0.55 -0.45,-1 -1,-1zM7,19c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2zM20,3H4c-0.55,0 -1,0.45 -1,1v6c0,0.55 0.45,1 1,1h16c0.55,0 1,-0.45 1,-1V4c0,-0.55 -0.45,-1 -1,-1zM7,9c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2z"/> + +</vector> diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml @@ -204,7 +204,7 @@ GNU Taler is immune to many types of fraud such as credit card data theft, phish <!-- Donau --> - <string name="donau_id">Donor tax ID</string> + <string name="donau_id">Donor tax payer ID</string> <string name="donau_ready">Donations have been configured successfully</string> <string name="donau_select_button">Select tax authority</string> <string name="donau_selector_confirm">Setup tax payer ID</string> @@ -412,7 +412,7 @@ GNU Taler is immune to many types of fraud such as credit card data theft, phish <string name="exchange_menu_manual_withdraw">Withdraw</string> <string name="exchange_not_contacted">Provider not contacted</string> <string name="exchange_reload">Reload information</string> - <string name="exchange_settings_summary">Manage the providers known to this wallet</string> + <string name="exchange_settings_summary">Manage the payment service providers known to this wallet</string> <string name="exchange_settings_title">Providers</string> <string name="exchange_tos_accept">Accept terms of service</string> <string name="exchange_tos_forget">Reject terms of service</string> @@ -457,7 +457,7 @@ GNU Taler is immune to many types of fraud such as credit card data theft, phish <string name="settings_dialog_import_message">This operation will overwrite your existing database. Do you want to continue?</string> <string name="settings_dialog_reset_message">Do you really want to reset the wallet and lose all coins and purchases?</string> <string name="settings_donau">Tax-deductible donations</string> - <string name="settings_donau_summary">Set donation authority and donor tax ID</string> + <string name="settings_donau_summary">Set donation authority and tax payer ID</string> <string name="settings_lock_auth">Protect access to wallet</string> <string name="settings_lock_auth_summary">Require fingerprint or password to access the wallet</string> <string name="settings_logcat">Debug log</string> diff --git a/wallet/src/main/res/xml/settings_main.xml b/wallet/src/main/res/xml/settings_main.xml @@ -20,7 +20,7 @@ <Preference app:fragment="net.taler.wallet.exchanges.ExchangeListFragment" - app:icon="@drawable/ic_account_balance_wallet" + app:icon="@drawable/ic_server" app:key="pref_exchanges" app:summary="@string/exchange_settings_summary" app:title="@string/exchange_settings_title" />