Commit 529d147
committed
feat(chat): add "Copy message link" to message actions
Add a "Copy message link" option to the long-press message actions
bottom sheet. It copies a link in the same format the web client uses
({baseUrl}/call/{token}#message_{messageId}) to the clipboard, so the
link can be shared (e.g. by email) and opened in the browser, landing
on the referenced message.
Resolves: #2361
Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com>1 parent c73c507 commit 529d147
3 files changed
Lines changed: 43 additions & 0 deletions
File tree
- app/src/main
- java/com/nextcloud/talk/chat
- ui
- res/values
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
948 | 948 | | |
949 | 949 | | |
950 | 950 | | |
| 951 | + | |
951 | 952 | | |
952 | 953 | | |
953 | 954 | | |
| |||
3512 | 3513 | | |
3513 | 3514 | | |
3514 | 3515 | | |
| 3516 | + | |
| 3517 | + | |
| 3518 | + | |
| 3519 | + | |
| 3520 | + | |
| 3521 | + | |
| 3522 | + | |
| 3523 | + | |
| 3524 | + | |
| 3525 | + | |
| 3526 | + | |
| 3527 | + | |
| 3528 | + | |
| 3529 | + | |
| 3530 | + | |
| 3531 | + | |
| 3532 | + | |
| 3533 | + | |
| 3534 | + | |
| 3535 | + | |
| 3536 | + | |
3515 | 3537 | | |
3516 | 3538 | | |
3517 | 3539 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| 246 | + | |
| 247 | + | |
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
| |||
279 | 282 | | |
280 | 283 | | |
281 | 284 | | |
| 285 | + | |
282 | 286 | | |
283 | 287 | | |
284 | 288 | | |
| |||
306 | 310 | | |
307 | 311 | | |
308 | 312 | | |
| 313 | + | |
309 | 314 | | |
310 | 315 | | |
311 | 316 | | |
| |||
332 | 337 | | |
333 | 338 | | |
334 | 339 | | |
| 340 | + | |
335 | 341 | | |
336 | 342 | | |
337 | 343 | | |
| |||
436 | 442 | | |
437 | 443 | | |
438 | 444 | | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
439 | 455 | | |
440 | 456 | | |
441 | 457 | | |
| |||
808 | 824 | | |
809 | 825 | | |
810 | 826 | | |
| 827 | + | |
811 | 828 | | |
812 | 829 | | |
813 | 830 | | |
| |||
830 | 847 | | |
831 | 848 | | |
832 | 849 | | |
| 850 | + | |
833 | 851 | | |
834 | 852 | | |
835 | 853 | | |
| |||
864 | 882 | | |
865 | 883 | | |
866 | 884 | | |
| 885 | + | |
867 | 886 | | |
868 | 887 | | |
869 | 888 | | |
| |||
882 | 901 | | |
883 | 902 | | |
884 | 903 | | |
| 904 | + | |
885 | 905 | | |
886 | 906 | | |
887 | 907 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
| 565 | + | |
565 | 566 | | |
566 | 567 | | |
567 | 568 | | |
| |||
0 commit comments