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

Android service #12

Closed
gavv opened this issue Sep 30, 2020 · 3 comments
Closed

Android service #12

gavv opened this issue Sep 30, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request help wanted Contributions are welcome

Comments

@gavv
Copy link
Member

gavv commented Sep 30, 2020

Register foreground service with persistent notification to allow sender and receiver to run even if the app is closed. We would also need a button in the notification that stops and terminates the service.

See also #1, the implementation of these issues might overlap.

@gavv gavv added enhancement New feature or request help wanted Contributions are welcome hacktoberfest labels Sep 30, 2020
@BelchingJalapeno
Copy link
Contributor

I'd like to work on this. There should be a separate notification for both the sender and receiver if they are both running at the same time, is that correct?

@gavv
Copy link
Member Author

gavv commented Oct 16, 2020

@BelchingJalapeno You're welcome! I think a single notification for the whole app would be more convenient. Sender and receiver threads could both belong to the same service with a single notification.

@gavv
Copy link
Member Author

gavv commented Dec 3, 2020

Merged!

@gavv gavv closed this as completed Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Contributions are welcome
Projects
None yet
Development

No branches or pull requests

2 participants