diff --git a/xwords4/android/app/src/main/res/values/common_rsrc.xml b/xwords4/android/app/src/main/res/values/common_rsrc.xml index 2ef326001..cb123d833 100644 --- a/xwords4/android/app/src/main/res/values/common_rsrc.xml +++ b/xwords4/android/app/src/main/res/values/common_rsrc.xml @@ -36,7 +36,9 @@ key_relay_host key_relay_port2 + key_relay_via_http key_update_url + key_relay_url key_update_prerel key_proxy_port key_sms_port @@ -149,6 +151,7 @@ http://eehouse.org/and_wordlists http://eehouse.org/xw4/info.py + http://eehouse.org/xw4/relay.py diff --git a/xwords4/android/app/src/main/res/values/strings.xml b/xwords4/android/app/src/main/res/values/strings.xml index 4ba195973..d0cea03c3 100644 --- a/xwords4/android/app/src/main/res/values/strings.xml +++ b/xwords4/android/app/src/main/res/values/strings.xml @@ -2474,6 +2474,8 @@ For debugging You should never need these... Relay host + Use Web APIs + (instead of custom protocol to ports below) Wordlist download URL Enable logging (release builds only) @@ -2513,6 +2515,7 @@ gameid Pending packet count Update checks URL + URL for relay web API Fetch default wordlist for language Don\'t try a second time diff --git a/xwords4/android/app/src/main/res/xml/xwprefs.xml b/xwords4/android/app/src/main/res/xml/xwprefs.xml index 6b30a70fb..1ede6a0b9 100644 --- a/xwords4/android/app/src/main/res/xml/xwprefs.xml +++ b/xwords4/android/app/src/main/res/xml/xwprefs.xml @@ -415,11 +415,29 @@ + + + + + + -