]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Display SSL information in View Headers. https://redmine.stoutner.com/issues/706
authorSoren Stoutner <soren@stoutner.com>
Tue, 24 Oct 2023 19:21:22 +0000 (12:21 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 24 Oct 2023 19:21:22 +0000 (12:21 -0700)
commit9a15b265860ef93cf1648c0bc30036895681f46a
tree81bd8c4c973b9c2f3e562b42fa638eb6749506df
parenta9d00f526a6fc67f97d479188fae66dd7f0a6dde
Display SSL information in View Headers.  https://redmine.stoutner.com/issues/706
15 files changed:
app/src/main/java/com/stoutner/privacybrowser/activities/ViewHeadersActivity.kt
app/src/main/java/com/stoutner/privacybrowser/backgroundtasks/GetHeadersBackgroundTask.kt
app/src/main/java/com/stoutner/privacybrowser/dialogs/ViewHeadersDetailDialog.kt [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/viewmodelfactories/ViewHeadersFactory.kt
app/src/main/java/com/stoutner/privacybrowser/viewmodels/HeadersViewModel.kt
app/src/main/res/layout/view_headers_bottom_appbar.xml
app/src/main/res/layout/view_headers_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-pt-rBR/strings.xml
app/src/main/res/values-ru/strings.xml
app/src/main/res/values-tr/strings.xml
app/src/main/res/values-zh-rCN/strings.xml
app/src/main/res/values/strings.xml