-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Blocking #222
Comments
I like it +1 |
👍 I desperately need this. Cyanogenmod contacts has a blacklist that will ignore texts. But it only works with the default text messaging application. Unfortunately many people are harassed through text messages, and losing the ability to block numbers can be a deal breaker. |
Just to register interest in this feature request, a friend of mine is unable to use this app due to the text message harassment they receive. |
I also believe that the app should be allowed to block individual numbers. |
+1 |
Hi, I have a friend I don't want to receive anymore of her so many sms. Any progress or planning on this issue ? Thank you. PM from France |
There is a discussion going on about per-recipient notifications. These will in the long run also include the possibility to completely blacklist people. |
I receive too many spam sms. Would really like this blacklist feature. Thanks! |
-----BEGIN PGP SIGNED MESSAGE----- I offer 0.015 BTC to anyone who first implements blacklist of senders in TextSecure Android application. Bonus 0.015 BTC if it will be able to move SMS from regexp matching numbers (except white-listed ones) to trash, without notification. If you want to claim the bounty you MUST contact me BEFORE releasing any code. I know, it's not lot of money but I hope someone will join me and pledge too. iF4EAREIAAYFAlPsumkACgkQPoLc2+pqnJQy4AD/cAjK2WrB7A5F7E+oZ7hQHIST |
Too late - there is basically already a pull request for this. ;) #1815 - does not include "blocking" per se so far, but that's only a small step then. ;) |
Well, better than nothing but it still doesn't do what I need: get rid of spam from operator. (I know that in perfect world I could tell my operator not to send one or switch operator but this is not perfect world) |
It will do. One of the features I suspect will be implemented on top of this (if it gets in) is completely blocking someone. |
Great, will it support regexps? It looks like I'll tip you once it's out. :) |
Why don't you use one of these? I dont think a regex fitler is really fitting in the concept of TextSecure as beeing a simple messaging app. See https://github.com/WhisperSystems/TextSecure/blob/master/contributing.md |
I don't trust them (mostly because of closed source nature) and I doubt they work with TextSecure. |
There are some apps which don't have internet permission. Another solution might be Cyanogenmod. It has a blocking feature included, you can't use regex there but something like I would't like to have a blocking feature in TextSecure like @tinloaf proposed, but I think blocking single contacts is enough. Everything more complex is too complicated for the average user. |
Don't mistake average users for dumb users. Lack of features doesn't mean simplicity. You see the difference? Even something like GMail is simple but doesn't lack features. |
Any ETA on a beta I could test? |
Completely agree with Kixunil on simplicity and usability. Also I don't think implementing regex will be difficult, as regex is kinda inbuilt into any modern programming language. A spam box is a necessary feature, and regex rules is a good feature to have. Is this not being done because of lack of programmers, or because of lack of testing? If it's a programming resource related issue I can help. I can code and I have interest in this feature. |
hirak99, we'd love it if you could help. It looks like a patch has already been submitted above, but I don't think it has been merged yet. |
This is a much needed feature. As it has been mentioned already the CyanogenMod text app has this feature and it is the main reason why I switched to CM the first place. TextSecure is not practical in countries with a high spam MMS/SMS volume. |
I realy would appreciate this feature as spam by sms from unknown numbers is getting more often in the last month. Mostly containing virus links for android or something bad. |
Fixes signalapp/Signal-Android#757 Fixes signalapp/Signal-Android#354 Fixes signalapp/Signal-Android#222 Closes signalapp/Signal-Android#1815 Closes signalapp/Signal-Android#3378 // FREEBIE Fixes #161
Blocking by user-specified phone number, via something like an email filter rule where the messages from the number are deleted upon receipt and no notification is given.
The text was updated successfully, but these errors were encountered: