]> gitweb.stoutner.com Git - PrivacyCell.git/commit
Add a logcat activity. https://redmine.stoutner.com/issues/768
authorSoren Stoutner <soren@stoutner.com>
Tue, 12 Oct 2021 23:46:31 +0000 (16:46 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 12 Oct 2021 23:46:31 +0000 (16:46 -0700)
commit45b64d4cf242b28abd6747681086f0a080fca009
tree0b9d126497c8cb84f82befa6aaa6958a80045682
parentcb92ea552a5ffa8ca3142053660e3a73afc9240a
Add a logcat activity. https://redmine.stoutner.com/issues/768
44 files changed:
app/build.gradle
app/src/main/AndroidManifest.xml
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/bug_report_rounded.svg
app/src/main/assets/images/call_to_action_rounded.svg
app/src/main/assets/images/chrome_reader_mode_rounded.svg
app/src/main/assets/images/close_rounded.svg [new file with mode: 0644]
app/src/main/assets/images/content_copy_outlined.svg [new file with mode: 0644]
app/src/main/assets/images/fact_check_outlined.svg
app/src/main/assets/images/format_list_bulleted_rounded.svg
app/src/main/assets/images/forum_rounded.svg
app/src/main/assets/images/groups_filled.svg
app/src/main/assets/images/list_alt_rounded.svg [new file with mode: 0644]
app/src/main/assets/images/map_rounded.svg
app/src/main/assets/images/not_secure.svg
app/src/main/assets/images/payments_rounded.svg
app/src/main/assets/images/phone_android_outlined.svg
app/src/main/assets/images/policy_filled.svg
app/src/main/assets/images/privacy_cell.svg
app/src/main/assets/images/save_outlined.svg [new file with mode: 0644]
app/src/main/assets/images/settings_rounded.svg
app/src/main/assets/images/text_snippet_outlined.svg
app/src/main/assets/it/licenses.html
app/src/main/assets/ru/licenses.html
app/src/main/java/com/stoutner/privacycell/activities/LogcatActivity.kt [new file with mode: 0644]
app/src/main/java/com/stoutner/privacycell/activities/PrivacyCellActivity.kt
app/src/main/res/drawable/clear.xml [new file with mode: 0644]
app/src/main/res/drawable/copy.xml [new file with mode: 0644]
app/src/main/res/drawable/logcat.xml [new file with mode: 0644]
app/src/main/res/drawable/save.xml [new file with mode: 0644]
app/src/main/res/layout/logcat_bottom_appbar.xml [new file with mode: 0644]
app/src/main/res/layout/logcat_top_appbar.xml [new file with mode: 0644]
app/src/main/res/menu/logcat_options_menu.xml [new file with mode: 0644]
app/src/main/res/menu/navigation_menu_bottom_appbar.xml
app/src/main/res/menu/navigation_menu_top_appbar.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