Added SMS Notification Feature and Permission Request for Silence/app #246
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This update introduces a new feature to the Silence app that enhances how blocked calls are managed. It includes sending an SMS to blocked numbers and various user interface improvements to inform the user of blocked calls and necessary permissions.
Features and Improvements
SMS Notification to Blocked Numbers:
When a number is blocked, the app automatically sends an SMS to the blocked number. The SMS requests the caller to send their name and reason for calling. Permission Request:
Implemented a permission request prompt for the user to allow the app to send SMS messages. Ensures compliance with user privacy and permission protocols. User Notification:
Added a popup notification that prompts the user to check their messages whenever a call is blocked. Enhances user awareness and ensures they are informed about the blocked calls and incoming messages. Bug Fixes
None in this update.
UI/UX Changes
Popup notification added for informing the user about blocked calls and the need to check their messages. Code Refactoring and Optimization
No major refactoring or optimization in this update. Documentation
Updated the user guide to include information about the new SMS notification feature and permission request. Added in-app tips to help users understand the new functionality. Please review the changes and provide feedback. Looking forward to your comments and approval.