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:
parent
63215f7297
commit
311a1a5fde
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue