]> gitweb.stoutner.com Git - PrivacyCell.git/commit
Add explanation dialogs for the network types. https://redmine.stoutner.com/issues/756
authorSoren Stoutner <soren@stoutner.com>
Mon, 30 Aug 2021 19:44:19 +0000 (12:44 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 30 Aug 2021 19:44:19 +0000 (12:44 -0700)
commit20a6dc6adf6f00afe244596b87c96361d040989f
treefbfba970b9b18882be9b0541f9353036e0cac569
parent2f280a085efa15139e1a2df023f983bf296981f6
Add explanation dialogs for the network types. https://redmine.stoutner.com/issues/756
50 files changed:
app/src/main/AndroidManifest.xml
app/src/main/assets/en/contributors.html
app/src/main/assets/en/explanations/network_1xrtt.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_cdma.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_edge.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_ehrpd.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_evdo_0.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_evdo_a.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_evdo_b.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_gprs.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_gsm.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_hsdpa.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_hspa.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_hspap.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_hsupa.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_iden.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_iwlan.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_lte.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_nr.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_td_scdma.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_umts.html [new file with mode: 0644]
app/src/main/assets/en/explanations/network_unknown.html [new file with mode: 0644]
app/src/main/assets/en/explanations/override_network_lte_advanced_pro.html [new file with mode: 0644]
app/src/main/assets/en/explanations/override_network_lte_ca.html [new file with mode: 0644]
app/src/main/assets/en/explanations/override_network_none.html [new file with mode: 0644]
app/src/main/assets/en/explanations/override_network_nr_nsa.html [new file with mode: 0644]
app/src/main/assets/en/explanations/override_network_nr_nsa_mmwave.html [new file with mode: 0644]
app/src/main/assets/en/explanations/stingrays.html [new file with mode: 0644]
app/src/main/assets/en/licenses.html
app/src/main/assets/es/changelog.html [new file with mode: 0644]
app/src/main/assets/es/contributors.html [new file with mode: 0644]
app/src/main/assets/es/licenses.html [new file with mode: 0644]
app/src/main/assets/es/permissions.html [new file with mode: 0644]
app/src/main/assets/es/privacy_policy.html [new file with mode: 0644]
app/src/main/java/com/stoutner/privacycell/activities/PrivacyCell.kt
app/src/main/java/com/stoutner/privacycell/dialogs/WebViewDialog.kt
app/src/main/res/layout/privacy_cell_drawerlayout.xml
app/src/main/res/values-es/strings.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml
fastlane/metadata/android/en-US/full_description.txt
fastlane/metadata/android/en-US/short_description.txt
fastlane/metadata/android/en-US/title.txt
fastlane/metadata/android/es-ES/changelogs/1.txt [new file with mode: 0644]
fastlane/metadata/android/es-ES/full_description.txt [new file with mode: 0644]
fastlane/metadata/android/es-ES/images/phoneScreenshots/01-Standalone5G.png [new file with mode: 0644]
fastlane/metadata/android/es-ES/images/phoneScreenshots/02-Danger.png [new file with mode: 0644]
fastlane/metadata/android/es-ES/images/phoneScreenshots/03-NavigationMenu.png [new file with mode: 0644]
fastlane/metadata/android/es-ES/images/phoneScreenshots/04-DarkTheme.png [new file with mode: 0644]
fastlane/metadata/android/es-ES/short_description.txt [new file with mode: 0644]
fastlane/metadata/android/es-ES/title.txt [new file with mode: 0644]