mirror of https://github.com/m2049r/xmrwallet.git
parent
7fd6e47f88
commit
feae490e93
|
@ -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
|
||||
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.
|
||||
- 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
|
||||
No need to build. Binaries are included:
|
||||
|
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "com.m2049r.xmrwallet"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 25
|
||||
versionCode 12
|
||||
versionName "0.7"
|
||||
versionCode 13
|
||||
versionName "0.8"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
|
|
@ -156,7 +156,6 @@ public class Helper {
|
|||
break;
|
||||
}
|
||||
}
|
||||
//Log.d(TAG, decimal + "/" + lastZero + "/" + s);
|
||||
int cutoff = Math.max(lastZero, decimal + 2);
|
||||
return s.substring(0, cutoff);
|
||||
}
|
||||
|
|
|
@ -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>
|
|
@ -25,6 +25,7 @@
|
|||
- Backup wallets to ```.backups``` folder in main wallet folder (old backups are overwritten)
|
||||
- Rename wallets
|
||||
- Archive (=Backup and delete)
|
||||
- 3 Default nodes + History of last 5 used nodes
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in New Issue