noiapp / noi-app-android

The DP3T-App for Android
Mozilla Public License 2.0
20 stars 15 forks source link

Notify when network is not present #68

Open BruceGitHub opened 4 years ago

BruceGitHub commented 4 years ago

Adds notify in status bar and in main activity when the network go down.

The main idea behind this PR is check the connection while the app is active or in background, because without the connection it is an impossible receiver the report of contacts with other sick people.

New class

TODO: [ ] Remove RequiresApi annotation > Wip