]> gitweb.stoutner.com Git - PrivacyCell.git/commit
Add two more navigation menu entries.
authorSoren Stoutner <soren@stoutner.com>
Tue, 24 Aug 2021 00:44:54 +0000 (17:44 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 24 Aug 2021 00:44:54 +0000 (17:44 -0700)
commit70fa89f618b62a9d17064699ec130341069aa77d
treefcec869660784be3bcd781cb03fc9a679b028680
parent578979a47d905469cfc5c7cdc748fe9b539437e2
Add two more navigation menu entries.
12 files changed:
app/src/main/assets/css/theme.css
app/src/main/assets/en/changelog.html [new file with mode: 0644]
app/src/main/assets/en/permissions.html
app/src/main/assets/en/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/PermissionsDialog.kt [deleted file]
app/src/main/java/com/stoutner/privacycell/dialogs/WebViewDialog.kt [new file with mode: 0644]
app/src/main/res/drawable/changelog.xml [new file with mode: 0644]
app/src/main/res/drawable/privacy_policy.xml [new file with mode: 0644]
app/src/main/res/layout/permissions_dialog.xml [deleted file]
app/src/main/res/layout/webview_dialog.xml [new file with mode: 0644]
app/src/main/res/menu/navigation_menu_top_appbar.xml