]> gitweb.stoutner.com Git - PrivacyCell.git/commit
Finish the navigation menu entries with WebView dialogs.
authorSoren Stoutner <soren@stoutner.com>
Tue, 24 Aug 2021 23:50:43 +0000 (16:50 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 24 Aug 2021 23:50:43 +0000 (16:50 -0700)
commit8484f5cbc7f74e008624d0cd13af4a6f964ee516
tree849e4efa387b179d13f39d0b18ae169609858b81
parent70fa89f618b62a9d17064699ec130341069aa77d
Finish the navigation menu entries with WebView dialogs.
21 files changed:
app/src/main/assets/css/theme.css
app/src/main/assets/en/contributors.html [new file with mode: 0644]
app/src/main/assets/en/licenses.html [new file with mode: 0644]
app/src/main/assets/images/fact_check_outlined.svg [new file with mode: 0644]
app/src/main/assets/images/format_list_bulleted_rounded.svg [new file with mode: 0644]
app/src/main/assets/images/groups_filled.svg [new file with mode: 0644]
app/src/main/assets/images/not_secure.svg [new file with mode: 0644]
app/src/main/assets/images/phone_android_outlined.svg [new file with mode: 0644]
app/src/main/assets/images/policy_filled.svg [new file with mode: 0644]
app/src/main/assets/images/privacy_cell.svg [new file with mode: 0644]
app/src/main/assets/images/text_snippet_outlined.svg [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/drawable/changelog.xml
app/src/main/res/drawable/contributors.xml [new file with mode: 0644]
app/src/main/res/drawable/licenses.xml [new file with mode: 0644]
app/src/main/res/drawable/permissions.xml
app/src/main/res/drawable/phone_permission.xml
app/src/main/res/drawable/privacy_policy.xml
app/src/main/res/menu/navigation_menu_top_appbar.xml
app/src/main/res/values/strings.xml