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

Add support for other countries #115

Merged
merged 6 commits into from
Nov 5, 2020
Merged

Add support for other countries #115

merged 6 commits into from
Nov 5, 2020

Conversation

emxsys
Copy link
Owner

@emxsys emxsys commented Nov 4, 2020

Adds support for other countries with the following changes:

  • Removes the input validation mask on the Add Permitted Number and Add Blocked Number dialogs
  • Provides a configurable format string for displaying phone numbers (see PHONE_DISPLAY_FORMAT and PHONE_DISPLAY_SEPARATOR)
  • Accommodates variable length phone numbers (incoming numbers longer or shorter than the PHONE_DISPLAY_FORMAT are handled)
  • Alpha chars are now allowed in the phone numbers.
  • The use of the NomoRobo online lookup service is now optional (see BLOCK_SERVICE). The default is enabled. Countries other than the USA should set this value to "" (blank) to disable the use of the lookup service.

Fixes #99
Fixes #111
Fixes #112
Fixes #113
Fixes #114

- User defined phone number formats supportted.
- Raw support (no formatting) supported.
- Handles variable length phone numbers.
- Closes #112
…er formats.

- Now using a common method to strip phone numbers of non-alphanumeric chars.
- Removed input pattern mask from the Add Permitted Number and Add Blocked Number dialogs.
- Displaying phone number format string in dialogs for guidance only.
- closes #111
- Ensures phone numbers use uppercase alpha chars.
- Alpha chars now allowed in search phone number.
- Closes #114
- Added the BLOCK_SERVICE to the configuration. Permitted values are "NOMOROBO" and "" (blank).
- Cleaned up the logging during testing.
- Closes #113
@emxsys emxsys merged commit 2202743 into master Nov 5, 2020
@emxsys emxsys deleted the phone_mask branch November 5, 2020 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant