Grafcube
Grafcube
I see. Sorry about that, it seems like I fundamentally misunderstood the issue. It should be fixed now.
At this point, I genuinely have no idea where the problem is. I'm just not encountering that issue so I have no way to debug it.
I've pushed all the requested changes. Let me know if everything works!
> * Notification is set as silent and there's no way to change it. Because of it, the notification is not visible on the lock screen. Google Phone's missed call...
> When there are multiple missed calls, you can't call to a specific number. It calls a random one from the list. The same is for messages. I've fixed this...
> I found a solution to this problem. It turns out that if you use PendingIntent.getBroadcast(...) in addAction() then notifications are not closed, but if you use PendingIntent.getActivity(...) then they...
> The code PendingIntent.getActivity(...) is executed when the notification is created, not when the button is clicked. And it turns out that when an activity is launched, it is passed...
> * Empty group still stays in notification drawer. I can always reproduce it - have missed calls from few contacts, call back to each of them, and empty group...
> Now it doesn't work at all. Not only group doesn't hide, but even notification doesn't hide after doing any action. App throws an exception, so it's even impossible to...
It works now :tada: