-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Missed call notification #83
Comments
I have similar (but a little different) situation and I wanted to mention it here before I open a new issue. |
@abdo2048 No need to create the new issue, it's related to this feature request. Currently, missed call notifications are handled by the system, and it should open Fossify Phone if it's the default app. However, some OS' enforces using their apps, so things like this can happen. |
@abdo2048 when you tap the notification the system dialer opens, simply because notifications are currently managed by the system. The current implementation of the notification system is inspired by another app called Koler, in fact they have the same problem. You need to delete the current implementation and go back to the solution above, or rewrite it. This is the only solution. |
Help me with this issue please, some contacts wont show the name in missed call notification even tho all of them are saved in Fossify Contacts allowed to be seen by other apps ”phone storage”. Also checked the box to show private contacts just in case. |
@Daniel-RO-TM I think you need to update the app to the current latest version as I'm typing now (1.2.0). I think your problem will be solved by that update. |
On my previous phone (without Fossify phone&contacts apps) i was using this nice ”do not disturb” app which allows you to allow ”unknown numbers” to ring while silencing contacts. On the present phone i use Fossify Phone and Contacts apps and the same ”DnD” app. Now, those contacts that dont let a name in notification if missing a call just the number, also ring as if they are unknown numbers but SHOWING the caller name. Its frustrating..how can it ring if the caller name is shown... any explanation? Somehow they are both contacts and unknown at the same time |
Checklist
Feature description
missed call notification managed by the dialer
Why do you want this feature?
Currently missed call notifications are managed by the system, instead they should be managed by the dialer. It's a problem never solved in simple dialer. Please take a look at this dialer which is based on simple dialer and has an option in settings called "missed call notification" (beta). With this option enabled, notifications are managed by the dialer. Currently, two notifications are displayed in that dialer when that option is enabled. It would be enough to eliminate the current notification mechanism and replace it with the other one by default. This is the dialer I am referring to, it is also present on the play store.
https://github.com/Goodwy/Dialer
https://play.google.com/store/apps/details?id=com.goodwy.dialer
Additional information
No response
The text was updated successfully, but these errors were encountered: