Path-Check / safeplaces-dct-app

COVID Safe Paths (based on Private Kit) is an open and privacy preserving system to use personal information to battle COVID
https://covidsafepaths.org
MIT License
467 stars 285 forks source link

Add Local Push Notification for OnTerminate() - Android #110

Closed davidbiga closed 4 years ago

davidbiga commented 4 years ago

When the app is terminated, add a local push notification via onTerminate() in the MainApplication.java.

NethravathiPuttraju commented 4 years ago

Is this push notification is to inform the user about the app termination ? Let us know , we can start working on this.

denispapakul commented 4 years ago

@davidbiga why we should get a local push notification when the app is terminated?

davidbiga commented 4 years ago

Just like the tile app, we want the user to be notified if they closed the app and we’re tracking location.

On Tue, Apr 7, 2020 at 8:30 AM denispapakul notifications@github.com wrote:

@davidbiga https://github.com/davidbiga why we should get a local push notification when the app is terminated?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tripleblindmarket/covid-safe-paths/issues/110#issuecomment-610387728, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACE75Y5OT24JTFV4SQQDSPDRLMTHTANCNFSM4LPT26CQ .

--

David Biga Fractional CTO & Senior Software Engineer

David Biga http://davidbiga.io/ | Automating the Proptech and Fintech Industries O (847) 558-9934 <847-558-9934> W davidbiga.io E biga.david@gmail.com

denispapakul commented 4 years ago

I see, then what should be at this push notification? Which text/image/title? I can implement it.

aartiverma1 commented 4 years ago

https://github.com/PrivateKit/private-kit/pull/1. Here is PR for this feature. It need review