Skip to content
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

Support call blocking/allowing based on configured REGEX expressions #262

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sranmanpreet
Copy link

This PR enhances the REGEX feature in the app.

Usecase: I receive alot of promotional calls from similar phone numbers. There is currently no way to block a specific phone number pattern, apart from blocking all unknown numbers.

Existing REGEX screen only provided option to allow incoming calls from phone numbers matching one configured pattern. With this enhancement, user can allow/block incoming calls matching any number of configured REGEX patterns.

Now REGEX screen has two input text fields, one for allowed patterns, and another for blocked patterns. Both these text fields accept comma separated REGEX patterns.

Allowed Patterns are given higher priority than Blocked Patterns, i.e. If same pattern is configured in Allowed and Blocked patterns, Silence will allow the incoming call.

Regex_Empty
Regex_Filled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant