Skip to content
Snippets Groups Projects
Commit 326fa844 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Merge branch 'FE-979_update_settings_links' into 'development'

FE-979: Update settings URLs

See merge request elixxir/client-android!81
parents fc869d92 07187d7a
No related branches found
No related tags found
2 merge requests!84Version 2.92 build 629,!81FE-979: Update settings URLs
...@@ -146,7 +146,7 @@ class SettingsFragment : BaseFragment() { ...@@ -146,7 +146,7 @@ class SettingsFragment : BaseFragment() {
DialogUtils.getWebPopup( DialogUtils.getWebPopup(
requireContext(), requireContext(),
getString(R.string.settings_disclosures), getString(R.string.settings_disclosures),
"https://xx.network/privategrity-corporation-terms-of-use" requireContext().getString(R.string.settings_disclosures_url)
).show() ).show()
} }
...@@ -154,7 +154,7 @@ class SettingsFragment : BaseFragment() { ...@@ -154,7 +154,7 @@ class SettingsFragment : BaseFragment() {
DialogUtils.getWebPopup( DialogUtils.getWebPopup(
requireContext(), requireContext(),
getString(R.string.settings_privacy_policy), getString(R.string.settings_privacy_policy),
"https://xx.network/privategrity-corporation-privacy-policy" requireContext().getString(R.string.settings_privacy_policy_url)
).show() ).show()
} }
...@@ -162,7 +162,7 @@ class SettingsFragment : BaseFragment() { ...@@ -162,7 +162,7 @@ class SettingsFragment : BaseFragment() {
DialogUtils.getWebPopup( DialogUtils.getWebPopup(
requireContext(), requireContext(),
"Terms of Use", "Terms of Use",
"https://xx.network/terms-of-use" requireContext().getString(R.string.settings_disclosures_url)
).show() ).show()
} }
......
...@@ -485,7 +485,9 @@ ...@@ -485,7 +485,9 @@
<string name="contacts_max_members_msg">You have reached the maximum amount of members.</string> <string name="contacts_max_members_msg">You have reached the maximum amount of members.</string>
<string name="contacts_requests">Requests</string> <string name="contacts_requests">Requests</string>
<string name="settings_disclosures">Disclosures</string> <string name="settings_disclosures">Disclosures</string>
<string name="settings_disclosures_url">https://elixxir.io/privategrity-corporation-terms-of-use/</string>
<string name="settings_privacy_policy">Privacy Policy</string> <string name="settings_privacy_policy">Privacy Policy</string>
<string name="settings_privacy_policy_url">https://elixxir.io/privategrity-corporation-privacy-policy/</string>
<string name="settings_cover_traffic_title">Cover Traffic</string> <string name="settings_cover_traffic_title">Cover Traffic</string>
<string name="settings_cover_traffic_description">Hide when you send messages.</string> <string name="settings_cover_traffic_description">Hide when you send messages.</string>
<string name="settings_cover_traffic_dialog_body"> <string name="settings_cover_traffic_dialog_body">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment