Docs & Version (#80)

* update for v0.8

* cleanup
This commit is contained in:
m2049r 2017-09-23 00:03:57 +02:00 committed by GitHub
parent 7fd6e47f88
commit feae490e93
5 changed files with 5 additions and 29 deletions

View File

@ -28,6 +28,8 @@ You may lose all your Moneroj if you use this App. Be cautious when spending on
- Created wallets on a private testnet are unusable because the restore height is set to that - Created wallets on a private testnet are unusable because the restore height is set to that
of the "real" testnet. After creating a new wallet, make a **new** one by recovering from the seed. of the "real" testnet. After creating a new wallet, make a **new** one by recovering from the seed.
The official monero client shows the same behaviour. The official monero client shows the same behaviour.
- In rare occasions the monero core code returns a wallet address with corrupted characters -
in these cases Monerujo crashes on purpose to make sure nothing bad happens
### HOW TO BUILD ### HOW TO BUILD
No need to build. Binaries are included: No need to build. Binaries are included:

View File

@ -8,8 +8,8 @@ android {
applicationId "com.m2049r.xmrwallet" applicationId "com.m2049r.xmrwallet"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 25 targetSdkVersion 25
versionCode 12 versionCode 13
versionName "0.7" versionName "0.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@ -156,7 +156,6 @@ public class Helper {
break; break;
} }
} }
//Log.d(TAG, decimal + "/" + lastZero + "/" + s);
int cutoff = Math.max(lastZero, decimal + 2); int cutoff = Math.max(lastZero, decimal + 2);
return s.substring(0, cutoff); return s.substring(0, cutoff);
} }

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportHeight="1631"
android:viewportWidth="1631">
<group
android:translateX="-202"
android:translateY="-125">
<path
android:fillColor="#ff6600"
android:pathData="M202,425 L202,1456 A300,300 0 0,0 502,1756
L1533,1756 A300,300 0 0,0 1833,1456
L1833,425 A300,300 0 0,0 1533,125
L502,125 A300,300 0 0,0 202,425
Z" />
<path
android:fillColor="#ffffff"
android:pathData="M1474.32,447c44.94,0,79.73-34.79,79.73-79.73,0-43.49-34.79-78.28-79.73-78.28A78,78,0,0,0,1396,367.28C1396,412.22,1430.84,447,1474.32,447Z" />
<path
android:fillColor="#ffffff"
android:pathData="M1276.92,542.69c-107.27,0-197.26,47.84-242.2,137.71-34.79-82.63-114.47-137.71-227.54-137.71-104.37,0-184.05,62.33-213,127.57V561.76H480.57v753.81H595.33V858.71C595.33,731.14,678,647.06,778,647.06c105.82,0,172.51,72.48,172.51,192.8v475.71h114.76V863.05c0-140.61,79.73-216,185.55-216,111.62,0,169.61,72.48,169.61,214.55v475.48c0,107.27-43.49,155.11-127.57,155.11-13,0-31.89-1.45-31.89-1.45v98.57a324.94,324.94,0,0,0,39.26,2.9c129,0,235-60.88,235-252.24V826.81C1535.18,661.56,1445.08,542.69,1276.92,542.69Z" />
</group>
</vector>

View File

@ -25,6 +25,7 @@
- Backup wallets to ```.backups``` folder in main wallet folder (old backups are overwritten) - Backup wallets to ```.backups``` folder in main wallet folder (old backups are overwritten)
- Rename wallets - Rename wallets
- Archive (=Backup and delete) - Archive (=Backup and delete)
- 3 Default nodes + History of last 5 used nodes
## Backup / Archive says "Backup/Archive failed" ## Backup / Archive says "Backup/Archive failed"
You need to have synced at least once for these functions to work as the cache file must have been created. You need to have synced at least once for these functions to work as the cache file must have been created.