choiman1559 / NotiSender

Send notifications to other android devices
GNU General Public License v3.0
47 stars 4 forks source link

[Feature Request] Dismiss notification all devices, #10

Closed Iz-zzzzz closed 1 month ago

Iz-zzzzz commented 1 year ago
  1. Option to dismiss notification in all devices when dismiss one of those.
  2. Additional action in recipient device. For example, Samsung Capture should has "Share", "Edit" and "Delete".
choiman1559 commented 1 year ago

Partially implemented in version 1.19.7. (When dismissing a synced notification, it is dismissed only on the device that sent the notification.) Related commit: https://github.com/choiman1559/NotiSender/commit/d2f5fcc662f05ba60d1ded2f7116b93097babfdc

choiman1559 commented 1 month ago

Finally, Exactly an year later, These request are fully implemented on version 1.22.1

Related Commits:

  1. Remove mirrored notification when dismissed on origin device
  2. Implemented Reply on mirrored InputAction Notifications