@ -11,7 +11,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_monerujo_icon"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/MyMaterialTheme">
|
||||
|
BIN
app/src/main/ic_launcher-web.png
Normal file
After Width: | Height: | Size: 261 KiB |
@ -46,7 +46,7 @@ import javax.net.ssl.HttpsURLConnection;
|
||||
|
||||
public class Helper {
|
||||
static private final String TAG = "Helper";
|
||||
static private final String WALLET_DIR = "Monerujo";
|
||||
static private final String WALLET_DIR = "monerujo";
|
||||
|
||||
static public File getStorageRoot(Context context) {
|
||||
if (!isExternalStorageWritable()) {
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 44 KiB |
@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<h1>Open Source Licenses</h1>
|
||||
<h2>Licensed under the Apache License, Version 2.0</h2>
|
||||
<h3>Monerujo (https://github.com/m2049r/xmrwallet)</h3>
|
||||
<h3>monerujo (https://github.com/m2049r/xmrwallet)</h3>
|
||||
Copyright (c) m2049r et al.
|
||||
<h3>The Android Open Source Project</h3>
|
||||
<ul>
|
||||
|
@ -2,5 +2,5 @@
|
||||
<resources>
|
||||
<string name="about_title">About</string>
|
||||
<string name="about_close">Close</string>
|
||||
<string name="about_text">I am Monerujo %1$s (%2$d)</string>
|
||||
<string name="about_text">I am monerujo %1$s (%2$d)</string>
|
||||
</resources>
|
@ -1,6 +1,6 @@
|
||||
<resources>
|
||||
<string name="app_name">Monerujo</string>
|
||||
<string name="login_activity_name">Monerujo</string>
|
||||
<string name="app_name">monerujo</string>
|
||||
<string name="login_activity_name">monerujo</string>
|
||||
<string name="wallet_activity_name">Wallet</string>
|
||||
|
||||
<string name="menu_testnet">Testnet</string>
|
||||
@ -66,12 +66,12 @@
|
||||
<string name="label_transactions">Transactions</string>
|
||||
<string name="text_daemonConnected">Daemon connected!</string>
|
||||
|
||||
<string name="service_description">Monerujo Service</string>
|
||||
<string name="local_service_started">Monerujo Service Running</string>
|
||||
<string name="local_service_stopped">Monerujo Service Stopped</string>
|
||||
<string name="local_service_label">Monerujo Service</string>
|
||||
<string name="local_service_connected">Monerujo Service Connected</string>
|
||||
<string name="local_service_disconnected">Monerujo Service Disconnected</string>
|
||||
<string name="service_description">monerujo Service</string>
|
||||
<string name="local_service_started">monerujo Service Running</string>
|
||||
<string name="local_service_stopped">monerujo Service Stopped</string>
|
||||
<string name="local_service_label">monerujo Service</string>
|
||||
<string name="local_service_connected">monerujo Service Connected</string>
|
||||
<string name="local_service_disconnected">monerujo Service Disconnected</string>
|
||||
|
||||
<string name="status_synced">Synced</string>
|
||||
<string name="status_remaining">Blocks remaining</string>
|
||||
|