sa3dany / android-sms-hooks

Webhooks for SMS. Sends a POST request to a custom endpoint each time you receive an SMS message
Mozilla Public License 2.0
52 stars 16 forks source link

(Features Request) #7

Open rtraselbd opened 2 years ago

rtraselbd commented 2 years ago
  1. After clicking enable, notifications can be displayed on the phone. Like: App is running.
  2. Need a button to Allow Battery Optimization.
  3. Need a background task run each 15 minutes. It will send unsent message to webhook.
  4. App should run in background
sa3dany commented 2 years ago
  1. No.
  2. There is an issue for that #3
  3. Good idea.
  4. No.
muava12 commented 1 year ago
  1. NO

is that mean this app must open in foreground to make it work to send webhook? (i not yet try this app)

sa3dany commented 1 year ago

Hi @muava12, No the app does not need to be in the foreground, it relies on the SMS_RECEIVED intent. The app registers a receiver for this intent and uses WorkManager to schedule the task of sending the webhook when the conditions are met (internet connectivity.)

Additionally, see my comment in #5 regarding Android battery saving measures.

muava12 commented 1 year ago

okay,.. i'll give it a try

muava12 commented 1 year ago

is this app in f-doid already?

sa3dany commented 1 year ago

No I haven't submitted it to F-Droid yet.