mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-28 14:15:08 +03:00
Added copy to clipboard of several fields. (#17)
* Added copy to clipboard when clicking ip address, subnet address and public key. * Android CI * Update CI * Update `PATH` in CI * Add NDK in CI * Fix filename in CI * Capture artifact in CI * Tweaks in CI * Update MainActivity.kt * Update SettingsActivity.kt Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
This commit is contained in:
parent
24bcee7934
commit
87c6e4612b
3 changed files with 31 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
<resources>
|
||||
<string name="app_name">Yggdrasil</string>
|
||||
<string name="copied_to_clipboard">Copied to clipboard</string>
|
||||
<string name="dns_configured_servers_hint">Use these DNS servers while Yggdrasil is running. Note that all DNS requests, including for non-Yggdrasil internet hostnames, will be sent to these servers.</string>
|
||||
<string name="dns_configured_servers_hint_empty">Yggdrasil will not configure any DNS servers when the service starts. All DNS requests will be resolved by the default resolver.</string>
|
||||
<string name="dns_usable_servers_hint">These DNS servers are provided by community members. Click the + button to add them to the list above. Long-tap to see more info.</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue