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

Make it easier to enable recording when paused #248

Closed
ofirnk opened this issue Feb 18, 2023 · 3 comments · Fixed by #249
Closed

Make it easier to enable recording when paused #248

ofirnk opened this issue Feb 18, 2023 · 3 comments · Fixed by #249
Assignees
Labels
enhancement New feature or request

Comments

@ofirnk
Copy link

ofirnk commented Feb 18, 2023

Thanks for all the effort!

Would it possible to make it easier to enable recording when it's paused by default?

Thought about making the current notification a high priority one so it is expanded by default (at least it should, on most devices).
This is the lower hanging fruit.

I'll give another idea on separate comment

@ofirnk
Copy link
Author

ofirnk commented Feb 18, 2023

Another possibility is to add a floating notification/button, which would probably make it easier to enable recording.
But also harder to implement , I guess..

Something like that https://stackoverflow.com/a/67150870

@chenxiaolong
Copy link
Owner

That's a good idea. I've changed the default importance to high in #249.

A floating button would be nice, but I'd rather not make the code more complex by adding an accessibility service.

@ofirnk
Copy link
Author

ofirnk commented Feb 19, 2023

That's a good idea. I've changed the default importance to high in #249.

Cool thanks!

A floating button would be nice, but I'd rather not make the code more complex by adding an accessibility service.

Perhaps Bubbles integration would be easier and with similar value (it's an extension over Notification, and not an extra view)
https://developer.android.com/develop/ui/views/notifications/bubbles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants