diff --git a/app/src/main/java/com/m2049r/xmrwallet/util/Notice.java b/app/src/main/java/com/m2049r/xmrwallet/util/Notice.java index 1fa09e6..02d48bf 100644 --- a/app/src/main/java/com/m2049r/xmrwallet/util/Notice.java +++ b/app/src/main/java/com/m2049r/xmrwallet/util/Notice.java @@ -43,6 +43,7 @@ public class Notice { private static final String NOTICE_SHOW_XMRTO_ENABLED_SEND = "notice_xmrto_enabled_send"; private static final String NOTICE_SHOW_CRAZYPASS = "notice_crazypass_enabled_login"; private static final String NOTICE_SHOW_LEDGER = "notice_ledger_enabled_login"; + private static final String NOTICE_SHOW_V9 = "notice_v9_login"; private static void init() { synchronized (Notice.class) { @@ -61,9 +62,9 @@ public class Notice { 1) ); notices.add( - new Notice(NOTICE_SHOW_CRAZYPASS, - R.string.info_crazypass_enabled, - R.string.help_details, + new Notice(NOTICE_SHOW_V9, + R.string.info_v9, + R.string.help_v9, 2) ); notices.add( diff --git a/app/src/main/res/values/help.xml b/app/src/main/res/values/help.xml index f74b610..fa33db1 100644 --- a/app/src/main/res/values/help.xml +++ b/app/src/main/res/values/help.xml @@ -244,4 +244,14 @@

Once the countdown reaches zero, you need to get a new quote from XMR.TO by going back to the previous step and then coming back to the \"Confirm\" screen.

]]> + + October 2018 Network Upgrade +

On or around 18th October 2018, the Monero Network will be upgraded. Clients and Servers + (Nodes) need to be upgraded simultaneously as old & new versions are not compatible.

+

You are running a new V9 client. You need to run or find a V9 node to connect to.

+

Check + https://www.reddit.com/r/Monerujo/comments/9n70ys/does_anyone_have_a_list_of_updated_nodes/ + for more info & support.

+ ]]>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6744184..238111a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -399,4 +399,6 @@ I don\'t know what you want! Reading Tag successful NFC Available! + + V9 node required