diff --git a/app/build.gradle b/app/build.gradle index 36a9850..16fa749 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/doc/FAQ.md b/doc/FAQ.md index b221281..06dd8a3 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -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 diff --git a/doc/images/A-wallet_selection.png b/doc/images/A-wallet_selection.png deleted file mode 100644 index 26d31f7..0000000 Binary files a/doc/images/A-wallet_selection.png and /dev/null differ diff --git a/doc/images/B-enter_password.png b/doc/images/B-enter_password.png deleted file mode 100644 index 69d23be..0000000 Binary files a/doc/images/B-enter_password.png and /dev/null differ diff --git a/doc/images/C-wallet_syncing.png b/doc/images/C-wallet_syncing.png deleted file mode 100644 index 7adefda..0000000 Binary files a/doc/images/C-wallet_syncing.png and /dev/null differ diff --git a/doc/images/D-wallet_synced.png b/doc/images/D-wallet_synced.png deleted file mode 100644 index 9debc1e..0000000 Binary files a/doc/images/D-wallet_synced.png and /dev/null differ