[Message Actions] Copy events to clipboard (#665)

* Add `Copy` action for text events

* Remove 'Copy' action from the list for non-text events

* Use `@ContributesBinding` to inject `AndroidClipboardHelper`.
This commit is contained in:
Jorge Martin Espinosa 2023-06-23 16:39:07 +02:00 committed by GitHub
parent dcff65beba
commit cf2723ac7f
17 changed files with 193 additions and 22 deletions

View file

@ -38,4 +38,4 @@
<string name="screen_login_password_hint">"Password"</string>
<string name="screen_login_submit">"Continue"</string>
<string name="screen_login_username_hint">"Username"</string>
</resources>
</resources>