[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 1c1e65c70d
commit 95f65e2031
17 changed files with 193 additions and 22 deletions

1
changelog.d/663.feature Normal file
View file

@ -0,0 +1 @@
Add 'Copy' action to timeline item context menu, for text events