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

Added SMS Notification Feature and Permission Request for Silence/app #246

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

Conversation

Pruts-Hacker
Copy link

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.

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.
@x13a
Copy link
Owner

x13a commented May 29, 2024

We need to make sending SMS on call rejection optional. Someone may want to use it, other may not. Because users live in different countries, speak different languages we need to make SMS text editable.

Settings will be the right place for it. There have to be a text field where user can write a message. If the message text is empty (default), than we dont send SMS. If user adds visible text, on edit we ask for SEND_SMS permission and save text to preferences. Because user have to enable it manually we dont need to show alert dialog.

Dont forget that calls may be not from local mobile numbers.

@Pruts-Hacker
Copy link
Author

Oke sorry for the misunderstanding I will change it to settings to make the sms message optional.

Summary

I updated the SMS Notification feature so the user can turn it on or off in settings and write their own message so it can be in their own language. I also changed the message pop up to inform the user of the SMS update.
@Pruts-Hacker
Copy link
Author

I've added a new commit to the pull request with the updated version. In this version you can turn the SMS feature on or off and put in your own message.

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.

2 participants