Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Make a call notification persistent - #1327

Merged
robinlinden merged 1 commit into
evilcorpltd:masterfrom
TrueWatcher:call_notification_persistent
Dec 13, 2025
Merged

Make a call notification persistent#1327
robinlinden merged 1 commit into
evilcorpltd:masterfrom
TrueWatcher:call_notification_persistent

Conversation

@TrueWatcher

Copy link
Copy Markdown
Contributor

Makes an incoming call notification (heads-up) stay on the screen as long as needed.

Requires Full-screen intent permission in the Manifest.

Closes #1316

@robinlinden

Copy link
Copy Markdown
Collaborator

Thank you for the contributions! I'll sort out the CI never finishing issue and have a look at your PRs as soon as I can. :P

@robinlinden

Copy link
Copy Markdown
Collaborator

I've sorted out the CI issues. Can you please rebase the pull request, and please also apply the ktlint fixes required?

You can see how to get and run it in the CI setup, and if you run it like ./ktlint --format it'll apply the fixes for you where possible:

- run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.7.1/ktlint && chmod a+x ktlint
- run: ./ktlint

If it's not persistent, it disappears fast enough that you might miss
it. Now you have to do something to it before it disappears.
@robinlinden
robinlinden force-pushed the call_notification_persistent branch from 6b35c6e to df5b658 Compare December 13, 2025 16:29

@robinlinden robinlinden left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good PR, thank you! :> Tested it and I'm happy with the notification being even more insistent. This is what I was trying to make Android do by setting the insistent-flag.

@robinlinden
robinlinden merged commit df5b658 into evilcorpltd:master Dec 13, 2025
10 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incoming call notification is shown only for a few seconds

2 participants