johanw666 / Signal-Android

Fork from a private messenger for Android with extra options added: full backup and (partial, ony text) xml backup of messages. Restore can happen at any time, not only after a fresh install. Import SMS database. Import of (unencrypted) WhatsApp databases. Removed apk expire. Choose between passphrase protection and the Android screenlock. Choice for the backup location (internal or removable storage on Android < 11 (on 11 and higher this is already possible)). Set the maptype in the place picker. Option to treat view-once media as normal media. Option to ignore remote deletion. Choose between FCM or websocket notification delivery.
https://johanw.home.xs4all.nl/Signal/signal-jw.html
GNU Affero General Public License v3.0
250 stars 16 forks source link

Feature Request: Deleted message indicator #22

Closed Deleora closed 2 years ago

Deleora commented 3 years ago

Hi, Is it possible to add some kind of indicators to message bubbles of deleted messages so that we know which message has been deleted by the other person? I think it would really be a great feature and compliment the "Ignore remote delete" feature. What do you think about this?

johanw666 commented 3 years ago

I agree that it would be usefull, but it needs to fit in my limited time to maintain. I'll look into it.

nikhilbadyal commented 3 years ago

Up voting. As I replied to a someone's deleted message. Other person was like What the heck. How can you reply to a deleted message. Made 1000 false stories to justify that it was signal server fault and I'm not using a work around.

zezaku commented 3 years ago

Hello Johan and thank you for this fork. Im using it daily. I will like to know if u can think about adding these features in the future

1.Securely shreds sensitive data from RAM 2.Allows you to delete contacts and stop sharing your profile 3.Clears call notifications together with expiring messages 4.Disables debug logs 5.Supports SOCKS proxy and Tor via Orbot

There is another fork of Signal named Molly who does all this but i like your fork more. Kind regards , Alex

KaXMaXimum commented 3 years ago

I would like to express my support for this idea as well. Not knowing when a message has been deleted causes only problems. Many of the messenger mods that I've tried for other apps have this feature, which I feel is necessary. The ones i'm talking about displayed an emoji or a short "DEL" text next to the message once it was deleted, letting me know that it has been deleted although I can still see it. Would be great to see this

johanw666 commented 2 years ago

A deleted message indicator has been implemented in version 5.32.7.1-JW. When a message is remote deleted and the ignore remote delete option is on, an exclamation mark with sender self will be shown.

I thank ClauZ for implementing the function.