]> gitweb.stoutner.com Git - PrivacyCell.git/commit
Add a realtime monitoring service. https://redmine.stoutner.com/issues/750
authorSoren Stoutner <soren@stoutner.com>
Mon, 27 Sep 2021 21:26:12 +0000 (14:26 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 27 Sep 2021 21:26:12 +0000 (14:26 -0700)
commit976d7da4c16f9ddc87f0cd7c67cd2eefc9f260b1
treebda5bde95901210b6026a7afa0d797c7007fbc36
parent70a8bdb781941d9f433b18a91befe03137d65a6f
Add a realtime monitoring service. https://redmine.stoutner.com/issues/750
32 files changed:
app/build.gradle
app/src/main/AndroidManifest.xml
app/src/main/assets/en/changelog.html
app/src/main/assets/en/contributors.html
app/src/main/assets/en/licenses.html
app/src/main/assets/en/permissions.html
app/src/main/assets/es/changelog.html
app/src/main/assets/es/contributors.html
app/src/main/assets/es/licenses.html
app/src/main/assets/es/permissions.html
app/src/main/assets/fr/changelog.html
app/src/main/assets/fr/contributors.html
app/src/main/assets/fr/licenses.html
app/src/main/assets/fr/permissions.html
app/src/main/assets/images/insecure_notification.svg [new file with mode: 0644]
app/src/main/assets/images/secure_notification.svg [new file with mode: 0644]
app/src/main/assets/it/changelog.html
app/src/main/assets/it/contributors.html
app/src/main/assets/it/licenses.html
app/src/main/assets/it/permissions.html
app/src/main/assets/it/privacy_policy.html
app/src/main/java/com/stoutner/privacycell/activities/PrivacyCellActivity.kt
app/src/main/java/com/stoutner/privacycell/fragments/SettingsFragment.kt
app/src/main/java/com/stoutner/privacycell/receivers/OnBootCompletedReceiver.kt [new file with mode: 0644]
app/src/main/java/com/stoutner/privacycell/services/RealtimeMonitoringService.kt [new file with mode: 0644]
app/src/main/res/drawable/insecure_notification.xml [new file with mode: 0644]
app/src/main/res/drawable/realtime_monitoring_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/realtime_monitoring_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/secure_notification.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml
app/src/main/res/xml/preferences.xml
build.gradle