Skip to content

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

Open
25b3nk wants to merge 7 commits into
mainfrom
background-service
Open

Moved the BroadcastReceiver to a service and now we can run in BG, even if the app is closed#6
25b3nk wants to merge 7 commits into
mainfrom
background-service

Conversation

@25b3nk
Copy link
Copy Markdown
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
Copy Markdown
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.

@nagarajcruze
Copy link
Copy Markdown

are you planning to merge this?

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.

2 participants