System language picker support (#1682)

* System language picker support

* Documentation update

* Changelogs update

---------

Co-authored-by: Honza <rychnovsky.honza@gmail.com>
This commit is contained in:
Milan 2024-11-15 10:01:43 +01:00 committed by GitHub
parent 63215f7297
commit 311a1a5fde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 4 deletions

View File

@ -9,10 +9,10 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
### Added
- Address book encryption
- The device authentication feature on the Zashi app launch has been added
- Zashi app now supports Spanish language
- Zashi app now supports Spanish language. It can be changed in the System settings options.
- The Flexa SDK has been adopted to enable payments using the embedded Flexa UI
- New Sending, Success, Failure, and GrpcFailure subscreens of the Send Confirmation screen have been added
- New Copy Transaction IDs feature has been added to the MultipleTransactionFailure screen
- New Copy Transaction IDs feature has been added to the MultipleTransactionFailure screen
### Changed
- Shielded transactions are properly indicated in transaction history

View File

@ -7,6 +7,7 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher_square"
android:roundIcon="@mipmap/ic_launcher_round"
android:localeConfig="@xml/locales_config"
android:label="@string/app_name">
<!-- Alias acts as the entrypoint to the application.

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en" />
<locale android:name="es" />
</locale-config>

View File

@ -12,7 +12,7 @@ directly impact users rather than highlighting other key architectural updates.*
### Added
- Address book encryption
- The device authentication feature on the Zashi app launch has been added
- Zashi app now supports Spanish language
- Zashi app now supports Spanish language. It can be changed in the System settings options.
- The Flexa SDK has been adopted to enable payments using the embedded Flexa UI
- New Sending, Success, Failure, and GrpcFailure subscreens of the Send Confirmation screen have been added
- New Copy Transaction IDs feature has been added to the MultipleTransactionFailure screen

View File

@ -12,7 +12,7 @@ directly impact users rather than highlighting other key architectural updates.*
### Added
- Address book encryption
- The device authentication feature on the Zashi app launch has been added
- Zashi app now supports Spanish language
- Zashi app now supports Spanish language. It can be changed in the System settings options.
- The Flexa SDK has been adopted to enable payments using the embedded Flexa UI
- New Sending, Success, Failure, and GrpcFailure subscreens of the Send Confirmation screen have been added
- New Copy Transaction IDs feature has been added to the MultipleTransactionFailure screen