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

Moved the BroadcastReceiver to a service and now we can run in BG, even if the app is closed #6

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

25b3nk
Copy link
Owner

@25b3nk 25b3nk commented Jul 18, 2021

  1. Added service for receiving SMS & announcing
  2. Added notification to keep the service running in BG
  3. Stopped SMS Listener from starting on app start
  4. Added try catch to SMS parser
  5. Updated README

25b3nk added 7 commits July 4, 2021 19:29
2. But TTS is not working properly
3. Need to check if it is reading latest SMS
4. It is crashing after a while
2. Added notification to keep the service running in BG
3. Stopped SMS Listener from starting on app start
4. Added try catch to sms parser
@25b3nk 25b3nk added the enhancement New feature or request label Jul 18, 2021
@25b3nk 25b3nk requested a review from Vishwas26 July 18, 2021 16:57
@25b3nk
Copy link
Owner Author

25b3nk commented Jul 18, 2021

Not working when we lock the phone 🤔

Edit:

1

It works, but when we close the app, the service has to start properly, other-wise it stops working. We need to make the service start fool-proof when someone closes the app.

2

Need to test the logs on when the announcement works/not works.

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 this pull request may close these issues.

1 participant