mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #715] some suggestions about copy functionality #523
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#523
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zaqai on GitHub (May 5, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/715
Android app: Add auto copy function. If ntfy received a message, it can copy the msg automatically. It will be more friendly when sharing text between devices. So far I can achieve it through macrodroid. But it is more reasonable to achieve it in ntfy.
web app: Add a copy button in the end of each message item.
@binwiederhier commented on GitHub (May 9, 2023):
I like this idea. It would need a toggle in the settings though and would be off by default
[ ] Copy incoming messages to clipboard automatically@wunter8 commented on GitHub (May 9, 2023):
Are you imagining this as a global setting or a "per-subscription" setting? It seems like it would be nice to make it per-subscription so that (for example) I don't get a copy of the ntfy stats on my clipboard twice a day
@binwiederhier commented on GitHub (May 10, 2023):
Yes, a per-subscription only setting. Of course. A global setting would not make sense IMHO.
@wunter8 commented on GitHub (May 10, 2023):
Another option would be a per-message
X-Clipboard: trueheader, but I guess that would just be ignored on web, so it's probably best to keep it just in the Android client