mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Merge branch 'master' into strg
This commit is contained in:
commit
7facb1bcb6
@ -1260,6 +1260,8 @@ export class BlueScanButton extends Component {
|
||||
flex: 1,
|
||||
minWidth: 130,
|
||||
backgroundColor: BlueApp.settings.buttonBackgroundColor,
|
||||
paddingRight: 20,
|
||||
paddingLeft: 20,
|
||||
}}
|
||||
>
|
||||
<View style={{ flex: 1, flexDirection: 'row', alignItems: 'center', justifyContent: 'center' }}>
|
||||
|
11
README.md
11
README.md
@ -86,14 +86,6 @@ react-native run-ios
|
||||
npm run test
|
||||
```
|
||||
|
||||
## QA
|
||||
|
||||
Builds automated and tested with BrowserStack
|
||||
|
||||
<a href="https://www.browserstack.com/"><img src="https://i.imgur.com/syscHCN.png" width="160px"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
## MOTIVATION TO BUILD IT
|
||||
|
||||
@ -108,9 +100,8 @@ MIT
|
||||
|
||||
## WANT TO CONTRIBUTE?
|
||||
|
||||
Grab an issue from [the backlog](https://github.com/BlueWallet/BlueWallet/projects/1), try to start or submit a PR, any doubts we will try to guide you.
|
||||
Grab an issue from [the backlog](https://github.com/BlueWallet/BlueWallet/projects/1), try to start or submit a PR, any doubts we will try to guide you. Contributors have a private telegram group, request access by email bluewallet@bluewallet.io
|
||||
|
||||
Join us at our [telegram group](https://t.me/bluewallet) where we hangout :+1:
|
||||
|
||||
## RESPONSIBLE DISCLOSURE
|
||||
|
||||
|
@ -140,7 +140,7 @@ android {
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 1
|
||||
versionName "5.4.0"
|
||||
versionName "5.4.1"
|
||||
multiDexEnabled true
|
||||
missingDimensionStrategy 'react-native-camera', 'general'
|
||||
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
|
||||
|
@ -48,7 +48,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.4.0</string>
|
||||
<string>5.4.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.4.0</string>
|
||||
<string>5.4.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>239</string>
|
||||
<key>CLKComplicationPrincipalClass</key>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.4.0</string>
|
||||
<string>5.4.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>239</string>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.4.0</string>
|
||||
<string>5.4.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSExtension</key>
|
||||
|
@ -1,3 +1,15 @@
|
||||
v5.4.0
|
||||
======
|
||||
|
||||
* FIX: Set the first launch flag (issue with disappearing wallets)
|
||||
* ADD: Catalan translation
|
||||
* ADD: Slovak translation
|
||||
* ADD: custom success animation to onchain transactions
|
||||
* FIX: improved startup time
|
||||
* FIX: Seed index number
|
||||
* FIX: scan button style for RU language
|
||||
* REF: Navigation updated
|
||||
|
||||
v5.3.9
|
||||
======
|
||||
|
||||
@ -30,20 +42,3 @@ v5.3.6
|
||||
* ADD: Electrum seed recovery for Segwit as well (not just legacy)
|
||||
* ADD: support for deeplinks (closes #892)
|
||||
* FIX: Electrum seed recovery bug
|
||||
|
||||
v5.3.5
|
||||
======
|
||||
|
||||
* ADD: support for Electrum Seed format, legacy BIP32 (closes #954)
|
||||
* ADD: refill lightning wallet with bank card
|
||||
* ADD: Local Trader CTA to main view
|
||||
* ADD: broadcast txhex screen
|
||||
* ADD: Broadcast on Network options
|
||||
* FIX: Hide toolbar when keyboard is dismissed
|
||||
* FIX: capitalized deeplink (closes #1005)
|
||||
* FIX: Import toolbar touch
|
||||
* FIX: pass local fiat currency to buy-bitcoin widget
|
||||
* REF: send functionality for all wallet types. All wallet types can now sendMAX
|
||||
* REF: Move the sell fiat button to the list header
|
||||
* REF: Move onchain marketplace to wallet details
|
||||
* REF: Cleaner wallet panel at blank state
|
||||
|
@ -19,7 +19,7 @@ Negación Plausible
|
||||
Contraseña que descifra carteras falsas. Para casos especiales en los que se le puede solicitar que revele su contraseña, puede revelar la contraseña falsa. Mantenga su bitcoin seguro.
|
||||
|
||||
Cifrado Completo
|
||||
Construido sobre el cifrado multicapa de Android, BlueWallet cifra todo con una contraseña adicional.
|
||||
Construido sobre el cifrado multicapa de iOS, BlueWallet cifra todo con una contraseña adicional.
|
||||
|
||||
Cartera SegWit e HD
|
||||
Compatible con SegWit (ayuda a reducir las tarifas) y carteras HD activadas.
|
||||
|
@ -19,7 +19,7 @@ Negación Plausible
|
||||
Contraseña que descifra billeteras falsas. Para casos especiales en los que se le puede solicitar que revele su contraseña, puede revelar la contraseña falsa. Mantenga su bitcoin seguro.
|
||||
|
||||
Cifrado Completo
|
||||
Construido sobre el cifrado multicapa de Android, BlueWallet cifra todo con una contraseña adicional.
|
||||
Construido sobre el cifrado multicapa de iOS, BlueWallet cifra todo con una contraseña adicional.
|
||||
|
||||
Billetera SegWit e HD
|
||||
Compatible con SegWit (ayuda a reducir las tarifas) y billeteras HD activadas.
|
||||
|
@ -1 +1 @@
|
||||
bitcoin wallet,segwit,crypto,blockchain,btc,cryptocurrency,billetera,bread,samourai,lightning,ethereum
|
||||
bitcoin wallet,crypto,blockchain,btc,cryptocurrency,billetera,bread,samourai,lightning,ethereum
|
@ -1 +1 @@
|
||||
bitcoin wallet,segwit,crypto,blockchain,btc,cryptocurrency,carteira,bread,samourai,lightning,ethereum
|
||||
bitcoin wallet,crypto,blockchain,btc,cryptocurrency,carteira,bread,samourai,lightning,ethereum
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bluewallet",
|
||||
"version": "5.4.0",
|
||||
"version": "5.4.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bluewallet",
|
||||
"version": "5.4.0",
|
||||
"version": "5.4.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.6",
|
||||
|
Loading…
Reference in New Issue
Block a user