mirror of https://github.com/m2049r/xmrwallet.git
update FAQ + version
This commit is contained in:
parent
6822aa83d8
commit
075ddff226
|
@ -7,8 +7,8 @@ android {
|
||||||
applicationId "com.m2049r.xmrwallet"
|
applicationId "com.m2049r.xmrwallet"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 8
|
versionCode 9
|
||||||
versionName "0.5.1"
|
versionName "0.5.2"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## What features does it have?
|
## What features does it have?
|
||||||
|
|
||||||
|
- Support for Android >= 5.0 with ARM processor
|
||||||
- Testnet and Mainnet
|
- Testnet and Mainnet
|
||||||
- Generate new wallets
|
- Generate new wallets
|
||||||
- Recover wallets form mnemonic seed or from keys
|
- Recover wallets form mnemonic seed or from keys
|
||||||
|
@ -15,8 +16,7 @@
|
||||||
- Access to daemon with username/password and nonstandard port
|
- Access to daemon with username/password and nonstandard port
|
||||||
- Only 5 decimal places shown in transactions (full amount in details - click on transaction)
|
- Only 5 decimal places shown in transactions (full amount in details - click on transaction)
|
||||||
- All significant figures shown in balance
|
- All significant figures shown in balance
|
||||||
- QR Code scanning incl. payment ID - make sure to *ALWAYS* verify
|
- QR Code scanning - make sure to *ALWAYS* verify the scanned code is what it is advertised to be!
|
||||||
the scanned code is what it is advertised to be!
|
|
||||||
|
|
||||||
## I cannot select and copy the mnemonic seed
|
## I cannot select and copy the mnemonic seed
|
||||||
Copying anything to the clipboard on Android exposes it to any other App running. So this
|
Copying anything to the clipboard on Android exposes it to any other App running. So this
|
||||||
|
|
Loading…
Reference in New Issue