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:
David Adrião 2022-10-30 21:47:53 +00:00 committed by GitHub
parent 24bcee7934
commit 87c6e4612b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 6 deletions

View file

@ -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>