Skip to content

Commit

Permalink
Merge pull request #27 from m2049r/docs
Browse files Browse the repository at this point in the history
update docs and version
  • Loading branch information
m2049r authored Aug 30, 2017
2 parents e51425b + 1eac363 commit 5b38cc4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.m2049r.xmrwallet"
minSdkVersion 21
targetSdkVersion 25
versionCode 7
versionName "0.5"
versionCode 8
versionName "0.5.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
4 changes: 3 additions & 1 deletion doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
- Background updating (make sure you exit the wallet to stop updating to save some battery)
- Access to daemon with username/password and nonstandard port
- Only 5 decimal places shown in transactions (full amount in details - click on transaction)
- All significant figures shown balance
- All significant figures shown in balance
- QR Code scanning incl. payment ID - make sure to *ALWAYS* verify
the scanned code is what it is advertised to be!

## I cannot select and copy the mnemonic seed
Copying anything to the clipboard on Android exposes it to any other App running. So this
Expand Down
Binary file removed doc/images/A-wallet_selection.png
Binary file not shown.
Binary file removed doc/images/B-enter_password.png
Binary file not shown.
Binary file removed doc/images/C-wallet_syncing.png
Binary file not shown.
Binary file removed doc/images/D-wallet_synced.png
Binary file not shown.

0 comments on commit 5b38cc4

Please sign in to comment.