]> gitweb.stoutner.com Git - PrivacyCell.git/commit
Add a higher level warning for antiquated protocols. https://redmine.stoutner.com...
authorSoren Stoutner <soren@stoutner.com>
Mon, 7 Mar 2022 20:26:58 +0000 (13:26 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 7 Mar 2022 20:26:58 +0000 (13:26 -0700)
commit7467e75bda34246c91c4e4989b1c32a81314d53c
treef28cc8c117e6ecfd8dc7f92afad77cb679ab6403
parentdc76c6f07fd9a5718049d160e079842fa60ff406
Add a higher level warning for antiquated protocols. https://redmine.stoutner.com/issues/795
64 files changed:
app/src/main/assets/css/theme.css
app/src/main/assets/de/licenses.html
app/src/main/assets/en/explanations/antiquated_network.html [new file with mode: 0644]
app/src/main/assets/en/licenses.html
app/src/main/assets/es/licenses.html
app/src/main/assets/fr/licenses.html
app/src/main/assets/images/antiquated.svg [new file with mode: 0644]
app/src/main/assets/images/antiquated_3g.svg [new file with mode: 0644]
app/src/main/assets/images/antiquated_notification.svg [new file with mode: 0644]
app/src/main/assets/images/insecure.svg [new file with mode: 0644]
app/src/main/assets/images/insecure_notification.svg
app/src/main/assets/images/not_secure.svg [deleted file]
app/src/main/assets/images/privacy_cell.svg [deleted file]
app/src/main/assets/images/secure.svg [new file with mode: 0644]
app/src/main/assets/images/secure_notification.svg
app/src/main/assets/images/settings_input_antenna_rounded.svg [new file with mode: 0644]
app/src/main/assets/it/licenses.html
app/src/main/assets/ru/licenses.html
app/src/main/java/com/stoutner/privacycell/activities/PrivacyCellActivity.kt
app/src/main/java/com/stoutner/privacycell/dialogs/WebViewDialog.kt
app/src/main/java/com/stoutner/privacycell/fragments/SettingsFragment.kt
app/src/main/java/com/stoutner/privacycell/services/RealtimeMonitoringService.kt
app/src/main/res/drawable/antiquated.xml [new file with mode: 0644]
app/src/main/res/drawable/antiquated_3g_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/antiquated_3g_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/antiquated_notification_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/antiquated_notification_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/antiquated_notification_ghosted.xml [new file with mode: 0644]
app/src/main/res/drawable/insecure.xml [new file with mode: 0644]
app/src/main/res/drawable/insecure_notification.xml [deleted file]
app/src/main/res/drawable/insecure_notification_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/insecure_notification_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/insecure_notification_ghosted.xml [new file with mode: 0644]
app/src/main/res/drawable/not_secure.xml [deleted file]
app/src/main/res/drawable/realtime_monitoring_disabled.xml [deleted file]
app/src/main/res/drawable/realtime_monitoring_enabled.xml [deleted file]
app/src/main/res/drawable/realtime_monitoring_ghosted.xml [deleted file]
app/src/main/res/drawable/secure.xml [new file with mode: 0644]
app/src/main/res/drawable/secure_5g_nr_sa.xml [deleted file]
app/src/main/res/drawable/secure_notification.xml [deleted file]
app/src/main/res/drawable/secure_notification_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/secure_notification_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/secure_notification_ghosted.xml [new file with mode: 0644]
app/src/main/res/layout/privacy_cell_bottom_appbar.xml
app/src/main/res/layout/privacy_cell_top_appbar.xml
app/src/main/res/values-de/strings.xml
app/src/main/res/values-es/strings.xml
app/src/main/res/values-fr/strings.xml
app/src/main/res/values-it/strings.xml
app/src/main/res/values-night/colors.xml
app/src/main/res/values-ru/strings.xml
app/src/main/res/values/colors.xml
app/src/main/res/values/strings.xml
app/src/main/res/xml/preferences.xml
build.gradle
fastlane/metadata/android/en-US/full_description.txt
fastlane/metadata/android/en-US/images/phoneScreenshots/01-SecureNetwork-en.png [new file with mode: 0644]
fastlane/metadata/android/en-US/images/phoneScreenshots/01-Standalone5G-en.png [deleted file]
fastlane/metadata/android/en-US/images/phoneScreenshots/02-Danger-en.png [deleted file]
fastlane/metadata/android/en-US/images/phoneScreenshots/02-InsecureNetwork-en.png [new file with mode: 0644]
fastlane/metadata/android/en-US/images/phoneScreenshots/03-AntiquatedNetwork-en.png [new file with mode: 0644]
fastlane/metadata/android/en-US/images/phoneScreenshots/03-Stingrays-en.png [deleted file]
fastlane/metadata/android/en-US/images/phoneScreenshots/04-NavigationMenu-en.png
fastlane/metadata/android/en-US/images/phoneScreenshots/05-DarkTheme-en.png