From 98af1fff6c2a3e2c1a9972937b2dc70847b679c9 Mon Sep 17 00:00:00 2001 From: Soren Stoutner <soren@stoutner.com> Date: Fri, 28 Mar 2025 13:49:15 -0700 Subject: [PATCH] Add support for searching the logcat. https://redmine.stoutner.com/issues/1192 --- app/build.gradle | 6 +- app/src/main/assets/de/changelog.html | 2 +- app/src/main/assets/de/contributors.html | 2 +- app/src/main/assets/de/licenses.html | 19 +- app/src/main/assets/de/permissions.html | 2 +- app/src/main/assets/de/privacy_policy.html | 2 +- app/src/main/assets/en/changelog.html | 2 +- app/src/main/assets/en/contributors.html | 2 +- app/src/main/assets/en/licenses.html | 19 +- app/src/main/assets/en/permissions.html | 2 +- app/src/main/assets/en/privacy_policy.html | 2 +- app/src/main/assets/es/changelog.html | 2 +- app/src/main/assets/es/contributors.html | 2 +- app/src/main/assets/es/licenses.html | 19 +- app/src/main/assets/es/permissions.html | 2 +- app/src/main/assets/es/privacy_policy.html | 2 +- app/src/main/assets/fr/changelog.html | 2 +- app/src/main/assets/fr/contributors.html | 2 +- app/src/main/assets/fr/licenses.html | 19 +- app/src/main/assets/fr/permissions.html | 2 +- app/src/main/assets/fr/privacy_policy.html | 2 +- app/src/main/assets/images/antiquated.svg | 29 +- app/src/main/assets/images/antiquated_3g.svg | 29 +- .../assets/images/antiquated_notification.svg | 29 +- .../main/assets/images/bug_report_rounded.svg | 29 +- .../assets/images/call_to_action_rounded.svg | 29 +- .../images/chrome_reader_mode_rounded.svg | 29 +- app/src/main/assets/images/close_rounded.svg | 30 -- ...se_rounded_fill0_weight400_grade0_24px.svg | 33 ++ .../assets/images/content_copy_outlined.svg | 29 +- .../assets/images/fact_check_outlined.svg | 29 +- .../images/format_list_bulleted_rounded.svg | 29 +- app/src/main/assets/images/forum_rounded.svg | 29 +- app/src/main/assets/images/groups_filled.svg | 29 +- app/src/main/assets/images/insecure.svg | 29 +- .../assets/images/insecure_notification.svg | 29 +- ...wn_rounded_fill0_weight400_grade0_24px.svg | 34 +++ ...up_rounded_fill0_weight400_grade0_24px.svg | 34 +++ ...unded_24.svg => list_alt_rounded_24px.svg} | 27 +- app/src/main/assets/images/map_rounded.svg | 29 +- .../notification_important_rounded_filled.svg | 29 +- .../main/assets/images/payments_rounded.svg | 29 +- .../assets/images/phone_android_outlined.svg | 29 +- app/src/main/assets/images/policy_filled.svg | 29 +- app/src/main/assets/images/save_outlined.svg | 29 +- ...ch_rounded_fill0_weight400_grade0_24px.svg | 33 ++ app/src/main/assets/images/secure.svg | 29 +- .../assets/images/secure_notification.svg | 29 +- .../images/settings_input_antenna_rounded.svg | 29 +- .../main/assets/images/settings_rounded.svg | 29 +- .../assets/images/text_snippet_outlined.svg | 29 +- app/src/main/assets/it/changelog.html | 2 +- app/src/main/assets/it/contributors.html | 2 +- app/src/main/assets/it/licenses.html | 19 +- app/src/main/assets/it/permissions.html | 2 +- app/src/main/assets/it/privacy_policy.html | 2 +- app/src/main/assets/ru/changelog.html | 2 +- app/src/main/assets/ru/contributors.html | 2 +- app/src/main/assets/ru/licenses.html | 19 +- app/src/main/assets/ru/permissions.html | 2 +- app/src/main/assets/ru/privacy_policy.html | 2 +- .../privacycell/activities/LogcatActivity.kt | 282 +++++++++++++++--- .../activities/PrivacyCellActivity.kt | 14 +- .../activities/ProtocolsActivity.kt | 2 +- .../activities/SettingsActivity.kt | 2 +- .../adapters/ProtocolArrayAdapter.kt | 28 +- app/src/main/res/drawable/antiquated.xml | 4 +- .../res/drawable/antiquated_3g_disabled.xml | 4 +- .../res/drawable/antiquated_3g_enabled.xml | 4 +- .../antiquated_notification_disabled.xml | 4 +- .../antiquated_notification_enabled.xml | 4 +- .../antiquated_notification_ghosted.xml | 4 +- .../res/drawable/bottom_app_bar_disabled.xml | 2 +- .../res/drawable/bottom_app_bar_enabled.xml | 2 +- app/src/main/res/drawable/bug_tracker.xml | 2 +- app/src/main/res/drawable/changelog.xml | 2 +- app/src/main/res/drawable/clear.xml | 13 - app/src/main/res/drawable/close.xml | 13 + app/src/main/res/drawable/close_blue.xml | 13 + app/src/main/res/drawable/contributors.xml | 2 +- app/src/main/res/drawable/copy.xml | 2 +- app/src/main/res/drawable/donations.xml | 2 +- app/src/main/res/drawable/forum.xml | 2 +- app/src/main/res/drawable/insecure.xml | 4 +- .../insecure_notification_disabled.xml | 4 +- .../insecure_notification_enabled.xml | 4 +- .../insecure_notification_ghosted.xml | 4 +- app/src/main/res/drawable/licenses.xml | 2 +- app/src/main/res/drawable/logcat.xml | 2 +- app/src/main/res/drawable/news.xml | 2 +- app/src/main/res/drawable/next.xml | 14 + .../res/drawable/notification_permission.xml | 2 +- app/src/main/res/drawable/permissions.xml | 2 +- .../main/res/drawable/phone_permission.xml | 2 +- app/src/main/res/drawable/previous.xml | 14 + .../res/drawable/privacy_cell_foreground.xml | 4 +- .../res/drawable/privacy_cell_monochrome.xml | 4 +- app/src/main/res/drawable/privacy_policy.xml | 2 +- app/src/main/res/drawable/protocols.xml | 2 +- app/src/main/res/drawable/roadmap.xml | 2 +- app/src/main/res/drawable/save.xml | 2 +- app/src/main/res/drawable/search.xml | 14 + app/src/main/res/drawable/secure.xml | 4 +- .../drawable/secure_notification_disabled.xml | 4 +- .../drawable/secure_notification_enabled.xml | 4 +- .../drawable/secure_notification_ghosted.xml | 4 +- app/src/main/res/drawable/settings.xml | 2 +- app/src/main/res/layout/app_bar_textview.xml | 2 +- .../main/res/layout/logcat_bottom_appbar.xml | 90 +++++- app/src/main/res/layout/logcat_top_appbar.xml | 91 +++++- .../res/layout/privacy_cell_bottom_appbar.xml | 10 +- .../res/layout/privacy_cell_top_appbar.xml | 2 +- .../res/layout/protocol_header_textview.xml | 2 +- .../res/layout/protocol_item_textview.xml | 2 +- .../res/layout/protocols_bottom_appbar.xml | 2 +- .../main/res/layout/protocols_top_appbar.xml | 2 +- .../res/layout/settings_bottom_appbar.xml | 2 +- .../main/res/layout/settings_top_appbar.xml | 2 +- app/src/main/res/layout/webview_dialog.xml | 2 +- app/src/main/res/menu/logcat_options_menu.xml | 34 ++- .../menu/navigation_menu_bottom_appbar.xml | 25 +- .../res/menu/navigation_menu_top_appbar.xml | 25 +- app/src/main/res/values-de/strings.xml | 30 +- app/src/main/res/values-es/strings.xml | 30 +- app/src/main/res/values-fr/strings.xml | 30 +- app/src/main/res/values-it/strings.xml | 30 +- app/src/main/res/values-ru/strings.xml | 28 +- app/src/main/res/values/strings.xml | 29 +- build.gradle | 6 +- gradle.properties | 28 +- gradle/wrapper/gradle-wrapper.properties | 28 +- 131 files changed, 1355 insertions(+), 743 deletions(-) delete mode 100644 app/src/main/assets/images/close_rounded.svg create mode 100644 app/src/main/assets/images/close_rounded_fill0_weight400_grade0_24px.svg create mode 100644 app/src/main/assets/images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg create mode 100644 app/src/main/assets/images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg rename app/src/main/assets/images/{list_alt_rounded_24.svg => list_alt_rounded_24px.svg} (59%) create mode 100644 app/src/main/assets/images/search_rounded_fill0_weight400_grade0_24px.svg delete mode 100644 app/src/main/res/drawable/clear.xml create mode 100644 app/src/main/res/drawable/close.xml create mode 100644 app/src/main/res/drawable/close_blue.xml create mode 100644 app/src/main/res/drawable/next.xml create mode 100644 app/src/main/res/drawable/previous.xml create mode 100644 app/src/main/res/drawable/search.xml diff --git a/app/build.gradle b/app/build.gradle index 3a14a00..cda9f4f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-FileCopyrightText: 2021-2025 Soren Stoutner <soren@stoutner.com> * - * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software @@ -68,11 +68,11 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.webkit:webkit:1.12.1' + implementation 'androidx.webkit:webkit:1.13.0' implementation 'androidx.work:work-runtime-ktx:2.10.0' // Include the Kotlin standard library. This should be the same version number listed in the project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0' // Include the Google material library. implementation 'com.google.android.material:material:1.12.0' diff --git a/app/src/main/assets/de/changelog.html b/app/src/main/assets/de/changelog.html index cb4edab..9336277 100644 --- a/app/src/main/assets/de/changelog.html +++ b/app/src/main/assets/de/changelog.html @@ -4,7 +4,7 @@ Translation 2021-2023 Bernhard G. Keller. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/de/contributors.html b/app/src/main/assets/de/contributors.html index 1ce96aa..92ece28 100644 --- a/app/src/main/assets/de/contributors.html +++ b/app/src/main/assets/de/contributors.html @@ -4,7 +4,7 @@ Translation 2021 Bernhard G. Keller. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/de/licenses.html b/app/src/main/assets/de/licenses.html index 5e156ce..7e21791 100644 --- a/app/src/main/assets/de/licenses.html +++ b/app/src/main/assets/de/licenses.html @@ -4,7 +4,7 @@ Translation 2021-2022 Bernhard G. Keller. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -71,21 +71,26 @@ Die Origina-Icons und -Namen findend Sie unterhalb.</p> <p><svg class="icon"><use href="../images/bug_report_rounded.svg#icon"/></svg> bug_report_rounded.</p> <p><svg class="icon"><use href="../images/call_to_action_rounded.svg#icon"/></svg> call_to_action_rounded.</p> - <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_reader_mode_rounded.</p> - <p><svg class="icon"><use href="../images/close_rounded.svg#icon"/></svg> close_rounded.</p> + <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_<wbr>reader_<wbr>mode_<wbr>rounded.</p> + <p><svg class="icon"><use href="../images/close_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> close_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> <p><svg class="icon"><use href="../images/content_copy_outlined.svg#icon"/></svg> content_copy_outlined.</p> <p><svg class="icon"><use href="../images/fact_check_outlined.svg#icon"/></svg> fact_checked_outlined.</p> - <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_list_bulleted_rounded.</p> + <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_<wbr>list_<wbr>bulleted_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/forum_rounded.svg#icon"/></svg> forum_rounded.</p> <p><svg class="icon"><use href="../images/groups_filled.svg#icon"/></svg> groups_filled.</p> - <p><svg class="icon"><use href="../images/list_alt_rounded_24.svg#icon"/></svg> list_alt_rounded_24.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>down_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>up_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/list_alt_rounded_24px.svg#icon"/></svg> list_alt_rounded_24px.</p> <p><svg class="icon"><use href="../images/map_rounded.svg#icon"/></svg> map_rounded.</p> - <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_important_<wbr>rounded_filled.</p> + <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_<wbr>important_<wbr>rounded_<wbr>filled.</p> <p><svg class="icon"><use href="../images/payments_rounded.svg#icon"/></svg> payments_rounded.</p> <p><svg class="icon"><use href="../images/phone_android_outlined.svg#icon"/></svg> phone_android_outlined.</p> <p><svg class="icon"><use href="../images/policy_filled.svg#icon"/></svg> policy_filled.</p> <p><svg class="icon"><use href="../images/save_outlined.svg#icon"/></svg> save_outlined.</p> - <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_input_antenna_rounded.</p> + <p><svg class="icon"><use href="../images/search_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> search_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_<wbr>input_<wbr>antenna_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/settings_rounded.svg#icon"/></svg> settings_rounded.</p> <p><svg class="icon"><use href="../images/text_snippet_outlined.svg#icon"/></svg> text_snippet_outlined.</p> diff --git a/app/src/main/assets/de/permissions.html b/app/src/main/assets/de/permissions.html index 33e115c..a32a926 100644 --- a/app/src/main/assets/de/permissions.html +++ b/app/src/main/assets/de/permissions.html @@ -4,7 +4,7 @@ Translation 2021-2023 Bernhard G. Keller. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/de/privacy_policy.html b/app/src/main/assets/de/privacy_policy.html index 665ef57..702e337 100644 --- a/app/src/main/assets/de/privacy_policy.html +++ b/app/src/main/assets/de/privacy_policy.html @@ -4,7 +4,7 @@ Translation 2021 Bernhard G. Keller. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/en/changelog.html b/app/src/main/assets/en/changelog.html index b22dac9..9bfbe25 100644 --- a/app/src/main/assets/en/changelog.html +++ b/app/src/main/assets/en/changelog.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2023, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/en/contributors.html b/app/src/main/assets/en/contributors.html index 65f280e..f1fcba0 100644 --- a/app/src/main/assets/en/contributors.html +++ b/app/src/main/assets/en/contributors.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/en/licenses.html b/app/src/main/assets/en/licenses.html index 9930554..a739524 100644 --- a/app/src/main/assets/en/licenses.html +++ b/app/src/main/assets/en/licenses.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2023, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -65,21 +65,26 @@ They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p> <p><svg class="icon"><use href="../images/bug_report_rounded.svg#icon"/></svg> bug_report_rounded.</p> <p><svg class="icon"><use href="../images/call_to_action_rounded.svg#icon"/></svg> call_to_action_rounded.</p> - <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_reader_mode_rounded.</p> - <p><svg class="icon"><use href="../images/close_rounded.svg#icon"/></svg> close_rounded.</p> + <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_<wbr>reader_<wbr>mode_<wbr>rounded.</p> + <p><svg class="icon"><use href="../images/close_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> close_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> <p><svg class="icon"><use href="../images/content_copy_outlined.svg#icon"/></svg> content_copy_outlined.</p> <p><svg class="icon"><use href="../images/fact_check_outlined.svg#icon"/></svg> fact_checked_outlined.</p> - <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_list_bulleted_rounded.</p> + <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_<wbr>list_<wbr>bulleted_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/forum_rounded.svg#icon"/></svg> forum_rounded.</p> <p><svg class="icon"><use href="../images/groups_filled.svg#icon"/></svg> groups_filled.</p> - <p><svg class="icon"><use href="../images/list_alt_rounded_24.svg#icon"/></svg> list_alt_rounded_24.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>down_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>up_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/list_alt_rounded_24px.svg#icon"/></svg> list_alt_rounded_24px.</p> <p><svg class="icon"><use href="../images/map_rounded.svg#icon"/></svg> map_rounded.</p> - <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_important_<wbr>rounded_filled.</p> + <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_<wbr>important_<wbr>rounded_<wbr>filled.</p> <p><svg class="icon"><use href="../images/payments_rounded.svg#icon"/></svg> payments_rounded.</p> <p><svg class="icon"><use href="../images/phone_android_outlined.svg#icon"/></svg> phone_android_outlined.</p> <p><svg class="icon"><use href="../images/policy_filled.svg#icon"/></svg> policy_filled.</p> <p><svg class="icon"><use href="../images/save_outlined.svg#icon"/></svg> save_outlined.</p> - <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_input_antenna_rounded.</p> + <p><svg class="icon"><use href="../images/search_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> search_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_<wbr>input_<wbr>antenna_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/settings_rounded.svg#icon"/></svg> settings_rounded.</p> <p><svg class="icon"><use href="../images/text_snippet_outlined.svg#icon"/></svg> text_snippet_outlined.</p> diff --git a/app/src/main/assets/en/permissions.html b/app/src/main/assets/en/permissions.html index ec9f5e7..53a6548 100644 --- a/app/src/main/assets/en/permissions.html +++ b/app/src/main/assets/en/permissions.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2023, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/en/privacy_policy.html b/app/src/main/assets/en/privacy_policy.html index d504657..a1f960b 100644 --- a/app/src/main/assets/en/privacy_policy.html +++ b/app/src/main/assets/en/privacy_policy.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/es/changelog.html b/app/src/main/assets/es/changelog.html index 547caef..5ae881c 100644 --- a/app/src/main/assets/es/changelog.html +++ b/app/src/main/assets/es/changelog.html @@ -4,7 +4,7 @@ Translation 2021-2023 Jose A. León. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/es/contributors.html b/app/src/main/assets/es/contributors.html index 3be76a2..a8d3420 100644 --- a/app/src/main/assets/es/contributors.html +++ b/app/src/main/assets/es/contributors.html @@ -4,7 +4,7 @@ Translation 2021 Jose A. León. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/es/licenses.html b/app/src/main/assets/es/licenses.html index 90f76a5..0f2c649 100644 --- a/app/src/main/assets/es/licenses.html +++ b/app/src/main/assets/es/licenses.html @@ -4,7 +4,7 @@ Translation 2021-2022 Jose A. León. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -72,21 +72,26 @@ Los iconos y nombres originales se muestran a continuación.</p> <p><svg class="icon"><use href="../images/bug_report_rounded.svg#icon"/></svg> bug_report_rounded.</p> <p><svg class="icon"><use href="../images/call_to_action_rounded.svg#icon"/></svg> call_to_action_rounded.</p> - <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_reader_mode_rounded.</p> - <p><svg class="icon"><use href="../images/close_rounded.svg#icon"/></svg> close_rounded.</p> + <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_<wbr>reader_<wbr>mode_<wbr>rounded.</p> + <p><svg class="icon"><use href="../images/close_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> close_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> <p><svg class="icon"><use href="../images/content_copy_outlined.svg#icon"/></svg> content_copy_outlined.</p> <p><svg class="icon"><use href="../images/fact_check_outlined.svg#icon"/></svg> fact_checked_outlined.</p> - <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_list_bulleted_rounded.</p> + <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_<wbr>list_<wbr>bulleted_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/forum_rounded.svg#icon"/></svg> forum_rounded.</p> <p><svg class="icon"><use href="../images/groups_filled.svg#icon"/></svg> groups_filled.</p> - <p><svg class="icon"><use href="../images/list_alt_rounded_24.svg#icon"/></svg> list_alt_rounded_24.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>down_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>up_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/list_alt_rounded_24px.svg#icon"/></svg> list_alt_rounded_24px.</p> <p><svg class="icon"><use href="../images/map_rounded.svg#icon"/></svg> map_rounded.</p> - <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_important_<wbr>rounded_filled.</p> + <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_<wbr>important_<wbr>rounded_<wbr>filled.</p> <p><svg class="icon"><use href="../images/payments_rounded.svg#icon"/></svg> payments_rounded.</p> <p><svg class="icon"><use href="../images/phone_android_outlined.svg#icon"/></svg> phone_android_outlined.</p> <p><svg class="icon"><use href="../images/policy_filled.svg#icon"/></svg> policy_filled.</p> <p><svg class="icon"><use href="../images/save_outlined.svg#icon"/></svg> save_outlined.</p> - <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_input_antenna_rounded.</p> + <p><svg class="icon"><use href="../images/search_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> search_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_<wbr>input_<wbr>antenna_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/settings_rounded.svg#icon"/></svg> settings_rounded.</p> <p><svg class="icon"><use href="../images/text_snippet_outlined.svg#icon"/></svg> text_snippet_outlined.</p> diff --git a/app/src/main/assets/es/permissions.html b/app/src/main/assets/es/permissions.html index 91d6e87..85fe579 100644 --- a/app/src/main/assets/es/permissions.html +++ b/app/src/main/assets/es/permissions.html @@ -4,7 +4,7 @@ Translation 2021-2023 Jose A. León. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/es/privacy_policy.html b/app/src/main/assets/es/privacy_policy.html index 971352d..e22cc94 100644 --- a/app/src/main/assets/es/privacy_policy.html +++ b/app/src/main/assets/es/privacy_policy.html @@ -4,7 +4,7 @@ Translation 2021 Jose A. León. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/fr/changelog.html b/app/src/main/assets/fr/changelog.html index c7d3073..8d695a6 100644 --- a/app/src/main/assets/fr/changelog.html +++ b/app/src/main/assets/fr/changelog.html @@ -4,7 +4,7 @@ Translation 2021-2023 Kévin L. <kevinliste@framalistes.org>. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/fr/contributors.html b/app/src/main/assets/fr/contributors.html index 9002b49..0687872 100644 --- a/app/src/main/assets/fr/contributors.html +++ b/app/src/main/assets/fr/contributors.html @@ -4,7 +4,7 @@ Translation 2021 Kévin L. <kevinliste@framalistes.org>. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/fr/licenses.html b/app/src/main/assets/fr/licenses.html index e881ecd..2534cbf 100644 --- a/app/src/main/assets/fr/licenses.html +++ b/app/src/main/assets/fr/licenses.html @@ -4,7 +4,7 @@ Translation 2021-2022 Kévin L. <kevinliste@framalistes.org>. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -72,21 +72,26 @@ Les icônes et les noms originaux sont présentés ci-dessous.</p> <p><svg class="icon"><use href="../images/bug_report_rounded.svg#icon"/></svg> bug_report_rounded.</p> <p><svg class="icon"><use href="../images/call_to_action_rounded.svg#icon"/></svg> call_to_action_rounded.</p> - <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_reader_mode_rounded.</p> - <p><svg class="icon"><use href="../images/close_rounded.svg#icon"/></svg> close_rounded.</p> + <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_<wbr>reader_<wbr>mode_<wbr>rounded.</p> + <p><svg class="icon"><use href="../images/close_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> close_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> <p><svg class="icon"><use href="../images/content_copy_outlined.svg#icon"/></svg> content_copy_outlined.</p> <p><svg class="icon"><use href="../images/fact_check_outlined.svg#icon"/></svg> fact_checked_outlined.</p> - <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_list_bulleted_rounded.</p> + <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_<wbr>list_<wbr>bulleted_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/forum_rounded.svg#icon"/></svg> forum_rounded.</p> <p><svg class="icon"><use href="../images/groups_filled.svg#icon"/></svg> groups_filled.</p> - <p><svg class="icon"><use href="../images/list_alt_rounded_24.svg#icon"/></svg> list_alt_rounded_24.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>down_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>up_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/list_alt_rounded_24px.svg#icon"/></svg> list_alt_rounded_24px.</p> <p><svg class="icon"><use href="../images/map_rounded.svg#icon"/></svg> map_rounded.</p> - <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_important_<wbr>rounded_filled.</p> + <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_<wbr>important_<wbr>rounded_<wbr>filled.</p> <p><svg class="icon"><use href="../images/payments_rounded.svg#icon"/></svg> payments_rounded.</p> <p><svg class="icon"><use href="../images/phone_android_outlined.svg#icon"/></svg> phone_android_outlined.</p> <p><svg class="icon"><use href="../images/policy_filled.svg#icon"/></svg> policy_filled.</p> <p><svg class="icon"><use href="../images/save_outlined.svg#icon"/></svg> save_outlined.</p> - <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_input_antenna_rounded.</p> + <p><svg class="icon"><use href="../images/search_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> search_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_<wbr>input_<wbr>antenna_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/settings_rounded.svg#icon"/></svg> settings_rounded.</p> <p><svg class="icon"><use href="../images/text_snippet_outlined.svg#icon"/></svg> text_snippet_outlined.</p> diff --git a/app/src/main/assets/fr/permissions.html b/app/src/main/assets/fr/permissions.html index 7f06f28..7b1d762 100644 --- a/app/src/main/assets/fr/permissions.html +++ b/app/src/main/assets/fr/permissions.html @@ -4,7 +4,7 @@ Translation 2021-2023 Kévin L. <kevinliste@framalistes.org>. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/fr/privacy_policy.html b/app/src/main/assets/fr/privacy_policy.html index e231ba2..6af7400 100644 --- a/app/src/main/assets/fr/privacy_policy.html +++ b/app/src/main/assets/fr/privacy_policy.html @@ -4,7 +4,7 @@ Translation 2021 Kévin L. <kevinliste@framalistes.org>. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/images/antiquated.svg b/app/src/main/assets/images/antiquated.svg index e89a7a9..b026354 100644 --- a/app/src/main/assets/images/antiquated.svg +++ b/app/src/main/assets/images/antiquated.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2016, 2021-2022 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2016, 2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2016, 2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/antiquated_3g.svg b/app/src/main/assets/images/antiquated_3g.svg index 19e786a..8f1aef3 100644 --- a/app/src/main/assets/images/antiquated_3g.svg +++ b/app/src/main/assets/images/antiquated_3g.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is derived from `security` and `3g_mobiledata_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2016, 2022 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2016, 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is derived from `security` and `3g_mobiledata_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2016, 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/antiquated_notification.svg b/app/src/main/assets/images/antiquated_notification.svg index 074e9e0..c7e16f0 100644 --- a/app/src/main/assets/images/antiquated_notification.svg +++ b/app/src/main/assets/images/antiquated_notification.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2016, 2021-2022 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2016, 2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2016, 2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/bug_report_rounded.svg b/app/src/main/assets/images/bug_report_rounded.svg index 3ec48b0..4b3f069 100644 --- a/app/src/main/assets/images/bug_report_rounded.svg +++ b/app/src/main/assets/images/bug_report_rounded.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `bug_report_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `bug_report_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/call_to_action_rounded.svg b/app/src/main/assets/images/call_to_action_rounded.svg index 9921a52..4d92307 100644 --- a/app/src/main/assets/images/call_to_action_rounded.svg +++ b/app/src/main/assets/images/call_to_action_rounded.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `call_to_action_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `call_to_action_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/chrome_reader_mode_rounded.svg b/app/src/main/assets/images/chrome_reader_mode_rounded.svg index 855df2c..11e8776 100644 --- a/app/src/main/assets/images/chrome_reader_mode_rounded.svg +++ b/app/src/main/assets/images/chrome_reader_mode_rounded.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `chrome_reader_mode_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `chrome_reader_mode_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/close_rounded.svg b/app/src/main/assets/images/close_rounded.svg deleted file mode 100644 index f895cea..0000000 --- a/app/src/main/assets/images/close_rounded.svg +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> - -<!-- - This file is a modified version of `content_copy_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0. - - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. - - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> - -<svg - xmlns="http://www.w3.org/2000/svg" - viewBox="0 0 24 24" - id="icon" > - - <path - d="M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z" /> -</svg> diff --git a/app/src/main/assets/images/close_rounded_fill0_weight400_grade0_24px.svg b/app/src/main/assets/images/close_rounded_fill0_weight400_grade0_24px.svg new file mode 100644 index 0000000..8a3c249 --- /dev/null +++ b/app/src/main/assets/images/close_rounded_fill0_weight400_grade0_24px.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> + +<!-- + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2025 Soren Stoutner <soren@stoutner.com> + + This file is a modified version of `close_rounded_fill0_weight_grade0_24px`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. + + Changes copyright 2025 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. + + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> + +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 -960 960 960" + id="icon" > + + <path + d="M480-424 284-228q-11 11-28 11t-28-11q-11-11-11-28t11-28l196-196-196-196q-11-11-11-28t11-28q11-11 28-11t28 11l196 196 196-196q11-11 28-11t28 11q11 11 11 28t-11 28L536-480l196 196q11 11 11 28t-11 28q-11 11-28 11t-28-11L480-424Z" /> +</svg> diff --git a/app/src/main/assets/images/content_copy_outlined.svg b/app/src/main/assets/images/content_copy_outlined.svg index 3c33f2d..afadf92 100644 --- a/app/src/main/assets/images/content_copy_outlined.svg +++ b/app/src/main/assets/images/content_copy_outlined.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `content_copy_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `content_copy_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/fact_check_outlined.svg b/app/src/main/assets/images/fact_check_outlined.svg index 2bcbcd6..95355af 100644 --- a/app/src/main/assets/images/fact_check_outlined.svg +++ b/app/src/main/assets/images/fact_check_outlined.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `fact_check_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `fact_check_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/format_list_bulleted_rounded.svg b/app/src/main/assets/images/format_list_bulleted_rounded.svg index 4ea9b14..d334f30 100644 --- a/app/src/main/assets/images/format_list_bulleted_rounded.svg +++ b/app/src/main/assets/images/format_list_bulleted_rounded.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `format_list_bulleted_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `format_list_bulleted_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/forum_rounded.svg b/app/src/main/assets/images/forum_rounded.svg index 0179ccf..ff42877 100644 --- a/app/src/main/assets/images/forum_rounded.svg +++ b/app/src/main/assets/images/forum_rounded.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `forum_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `forum_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/groups_filled.svg b/app/src/main/assets/images/groups_filled.svg index 72b0f80..53501e8 100644 --- a/app/src/main/assets/images/groups_filled.svg +++ b/app/src/main/assets/images/groups_filled.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `groups_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `groups_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/insecure.svg b/app/src/main/assets/images/insecure.svg index d4820a2..77adbab 100644 --- a/app/src/main/assets/images/insecure.svg +++ b/app/src/main/assets/images/insecure.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2016, 2022 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2016, 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2016, 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/insecure_notification.svg b/app/src/main/assets/images/insecure_notification.svg index 4408b7b..26a4e56 100644 --- a/app/src/main/assets/images/insecure_notification.svg +++ b/app/src/main/assets/images/insecure_notification.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2016, 2022 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2016, 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2016, 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg b/app/src/main/assets/images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg new file mode 100644 index 0000000..33990ac --- /dev/null +++ b/app/src/main/assets/images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> + +<!-- + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2025 Soren Stoutner <soren@stoutner.com> + + This file is a modified version of `keyboard_arrow_down_rounded_fill0_weight_grade0_24px`, + which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. + + Changes copyright 2025 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. + + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> + +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 -960 960 960" + id="icon"> + + <path + d="M480-361q-8 0-15-2.5t-13-8.5L268-556q-11-11-11-28t11-28q11-11 28-11t28 11l156 156 156-156q11-11 28-11t28 11q11 11 11 28t-11 28L508-372q-6 6-13 8.5t-15 2.5Z" /> +</svg> diff --git a/app/src/main/assets/images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg b/app/src/main/assets/images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg new file mode 100644 index 0000000..8296c80 --- /dev/null +++ b/app/src/main/assets/images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> + +<!-- + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2025 Soren Stoutner <soren@stoutner.com> + + This file is a modified version of `keyboard_arrow_up_rounded_fill0_weight_grade0_24px`, + which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. + + Changes copyright 2025 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. + + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> + +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 -960 960 960" + id="icon"> + + <path + d="M480-528 324-372q-11 11-28 11t-28-11q-11-11-11-28t11-28l184-184q12-12 28-12t28 12l184 184q11 11 11 28t-11 28q-11 11-28 11t-28-11L480-528Z" /> +</svg> diff --git a/app/src/main/assets/images/list_alt_rounded_24.svg b/app/src/main/assets/images/list_alt_rounded_24px.svg similarity index 59% rename from app/src/main/assets/images/list_alt_rounded_24.svg rename to app/src/main/assets/images/list_alt_rounded_24px.svg index c888193..e71acff 100644 --- a/app/src/main/assets/images/list_alt_rounded_24.svg +++ b/app/src/main/assets/images/list_alt_rounded_24px.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `list_alt_rounded_24`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2022 Soren Stoutner <soren@stoutner.com> + + This file is a modified version of `list_alt_rounded_24px`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. Changes copyright 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/map_rounded.svg b/app/src/main/assets/images/map_rounded.svg index 84bafe2..92f43f2 100644 --- a/app/src/main/assets/images/map_rounded.svg +++ b/app/src/main/assets/images/map_rounded.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `map_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `map_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/notification_important_rounded_filled.svg b/app/src/main/assets/images/notification_important_rounded_filled.svg index 202926a..7f980c8 100644 --- a/app/src/main/assets/images/notification_important_rounded_filled.svg +++ b/app/src/main/assets/images/notification_important_rounded_filled.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `notification_importang_rounded_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2022 Soren Stoutner <soren@stoutner.com> - Changes copyright 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `notification_importang_rounded_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/payments_rounded.svg b/app/src/main/assets/images/payments_rounded.svg index 7d707ee..cb80e37 100644 --- a/app/src/main/assets/images/payments_rounded.svg +++ b/app/src/main/assets/images/payments_rounded.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `payments_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `payments_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/phone_android_outlined.svg b/app/src/main/assets/images/phone_android_outlined.svg index cdf565f..76f7958 100644 --- a/app/src/main/assets/images/phone_android_outlined.svg +++ b/app/src/main/assets/images/phone_android_outlined.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `phone_android_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `phone_android_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/policy_filled.svg b/app/src/main/assets/images/policy_filled.svg index 84820fe..c0bf5be 100644 --- a/app/src/main/assets/images/policy_filled.svg +++ b/app/src/main/assets/images/policy_filled.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `policy_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `policy_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/save_outlined.svg b/app/src/main/assets/images/save_outlined.svg index d5ab83d..b9885b0 100644 --- a/app/src/main/assets/images/save_outlined.svg +++ b/app/src/main/assets/images/save_outlined.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `save_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `save_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/search_rounded_fill0_weight400_grade0_24px.svg b/app/src/main/assets/images/search_rounded_fill0_weight400_grade0_24px.svg new file mode 100644 index 0000000..ad9dd4a --- /dev/null +++ b/app/src/main/assets/images/search_rounded_fill0_weight400_grade0_24px.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> + +<!-- + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2025 Soren Stoutner <soren@stoutner.com> + + This file is a modified version of `search_rounded_fill0_weight400_grade0_24px`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. + + Changes copyright 2025 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. + + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> + +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 -960 960 960" + id="icon" > + + <path + d="M380-320q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l224 224q11 11 11 28t-11 28q-11 11-28 11t-28-11L532-372q-30 24-69 38t-83 14Zm0-80q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z" /> +</svg> diff --git a/app/src/main/assets/images/secure.svg b/app/src/main/assets/images/secure.svg index d3a7176..0757fed 100644 --- a/app/src/main/assets/images/secure.svg +++ b/app/src/main/assets/images/secure.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2016, 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2016, 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2016, 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/secure_notification.svg b/app/src/main/assets/images/secure_notification.svg index a957ddf..8674dce 100644 --- a/app/src/main/assets/images/secure_notification.svg +++ b/app/src/main/assets/images/secure_notification.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2016, 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2016, 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2016, 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/settings_input_antenna_rounded.svg b/app/src/main/assets/images/settings_input_antenna_rounded.svg index d97459b..d0126b8 100644 --- a/app/src/main/assets/images/settings_input_antenna_rounded.svg +++ b/app/src/main/assets/images/settings_input_antenna_rounded.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `settings_input_antenna_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2022 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `settings_input_antenna_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2022 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/settings_rounded.svg b/app/src/main/assets/images/settings_rounded.svg index e68c928..959ecc0 100644 --- a/app/src/main/assets/images/settings_rounded.svg +++ b/app/src/main/assets/images/settings_rounded.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `settings_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `settings_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/images/text_snippet_outlined.svg b/app/src/main/assets/images/text_snippet_outlined.svg index 121240c..d07e1ae 100644 --- a/app/src/main/assets/images/text_snippet_outlined.svg +++ b/app/src/main/assets/images/text_snippet_outlined.svg @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - This file is a modified version of `text_snippet_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. + This file is a modified version of `text_snippet_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + Changes 2021 Soren Stoutner <soren@stoutner.com>. The resulting file is released under the GPLv3+ license. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <svg xmlns="http://www.w3.org/2000/svg" diff --git a/app/src/main/assets/it/changelog.html b/app/src/main/assets/it/changelog.html index fbc9244..3f8e62e 100644 --- a/app/src/main/assets/it/changelog.html +++ b/app/src/main/assets/it/changelog.html @@ -4,7 +4,7 @@ Translation 2021-2023 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/it/contributors.html b/app/src/main/assets/it/contributors.html index 3ed509d..30d612d 100644 --- a/app/src/main/assets/it/contributors.html +++ b/app/src/main/assets/it/contributors.html @@ -4,7 +4,7 @@ Translation 2021 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/it/licenses.html b/app/src/main/assets/it/licenses.html index 5873323..aa264d1 100644 --- a/app/src/main/assets/it/licenses.html +++ b/app/src/main/assets/it/licenses.html @@ -4,7 +4,7 @@ Translation 2021-2022 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -69,21 +69,26 @@ Le icone originali e i loro nomi sono riportate di seguito.</p> <p><svg class="icon"><use href="../images/bug_report_rounded.svg#icon"/></svg> bug_report_rounded.</p> <p><svg class="icon"><use href="../images/call_to_action_rounded.svg#icon"/></svg> call_to_action_rounded.</p> - <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_reader_mode_rounded.</p> - <p><svg class="icon"><use href="../images/close_rounded.svg#icon"/></svg> close_rounded.</p> + <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_<wbr>reader_<wbr>mode_<wbr>rounded.</p> + <p><svg class="icon"><use href="../images/close_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> close_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> <p><svg class="icon"><use href="../images/content_copy_outlined.svg#icon"/></svg> content_copy_outlined.</p> <p><svg class="icon"><use href="../images/fact_check_outlined.svg#icon"/></svg> fact_checked_outlined.</p> - <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_list_bulleted_rounded.</p> + <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_<wbr>list_<wbr>bulleted_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/forum_rounded.svg#icon"/></svg> forum_rounded.</p> <p><svg class="icon"><use href="../images/groups_filled.svg#icon"/></svg> groups_filled.</p> - <p><svg class="icon"><use href="../images/list_alt_rounded_24.svg#icon"/></svg> list_alt_rounded_24.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>down_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>up_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/list_alt_rounded_24px.svg#icon"/></svg> list_alt_rounded_24px.</p> <p><svg class="icon"><use href="../images/map_rounded.svg#icon"/></svg> map_rounded.</p> - <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_important_<wbr>rounded_filled.</p> + <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_<wbr>important_<wbr>rounded_<wbr>filled.</p> <p><svg class="icon"><use href="../images/payments_rounded.svg#icon"/></svg> payments_rounded.</p> <p><svg class="icon"><use href="../images/phone_android_outlined.svg#icon"/></svg> phone_android_outlined.</p> <p><svg class="icon"><use href="../images/policy_filled.svg#icon"/></svg> policy_filled.</p> <p><svg class="icon"><use href="../images/save_outlined.svg#icon"/></svg> save_outlined.</p> - <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_input_antenna_rounded.</p> + <p><svg class="icon"><use href="../images/search_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> search_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_<wbr>input_<wbr>antenna_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/settings_rounded.svg#icon"/></svg> settings_rounded.</p> <p><svg class="icon"><use href="../images/text_snippet_outlined.svg#icon"/></svg> text_snippet_outlined.</p> diff --git a/app/src/main/assets/it/permissions.html b/app/src/main/assets/it/permissions.html index 11b9f09..1c26499 100644 --- a/app/src/main/assets/it/permissions.html +++ b/app/src/main/assets/it/permissions.html @@ -4,7 +4,7 @@ Translation 2021-2023 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/it/privacy_policy.html b/app/src/main/assets/it/privacy_policy.html index 972c134..768f285 100644 --- a/app/src/main/assets/it/privacy_policy.html +++ b/app/src/main/assets/it/privacy_policy.html @@ -4,7 +4,7 @@ Translation 2021 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/ru/changelog.html b/app/src/main/assets/ru/changelog.html index 7611bd4..0c44a1a 100644 --- a/app/src/main/assets/ru/changelog.html +++ b/app/src/main/assets/ru/changelog.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2023, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/ru/contributors.html b/app/src/main/assets/ru/contributors.html index c1e76fe..3815db4 100644 --- a/app/src/main/assets/ru/contributors.html +++ b/app/src/main/assets/ru/contributors.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/ru/licenses.html b/app/src/main/assets/ru/licenses.html index 2afcc20..1a16b60 100644 --- a/app/src/main/assets/ru/licenses.html +++ b/app/src/main/assets/ru/licenses.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2023, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -67,21 +67,26 @@ ÐÑигиналÑнÑе знаÑки и Ð¸Ñ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾ÐºÐ°Ð·Ð°Ð½Ñ Ð½Ð¸Ð¶Ðµ.</p> <p><svg class="icon"><use href="../images/bug_report_rounded.svg#icon"/></svg> bug_report_rounded.</p> <p><svg class="icon"><use href="../images/call_to_action_rounded.svg#icon"/></svg> call_to_action_rounded.</p> - <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_reader_mode_rounded.</p> - <p><svg class="icon"><use href="../images/close_rounded.svg#icon"/></svg> close_rounded.</p> + <p><svg class="icon"><use href="../images/chrome_reader_mode_rounded.svg#icon"/></svg> chrome_<wbr>reader_<wbr>mode_<wbr>rounded.</p> + <p><svg class="icon"><use href="../images/close_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> close_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> <p><svg class="icon"><use href="../images/content_copy_outlined.svg#icon"/></svg> content_copy_outlined.</p> <p><svg class="icon"><use href="../images/fact_check_outlined.svg#icon"/></svg> fact_checked_outlined.</p> - <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_list_bulleted_rounded.</p> + <p><svg class="icon"><use href="../images/format_list_bulleted_rounded.svg#icon"/></svg> format_<wbr>list_<wbr>bulleted_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/forum_rounded.svg#icon"/></svg> forum_rounded.</p> <p><svg class="icon"><use href="../images/groups_filled.svg#icon"/></svg> groups_filled.</p> - <p><svg class="icon"><use href="../images/list_alt_rounded_24.svg#icon"/></svg> list_alt_rounded_24.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_down_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>down_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/keyboard_arrow_up_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> + keyboard_<wbr>arrow_<wbr>up_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/list_alt_rounded_24px.svg#icon"/></svg> list_alt_rounded_24px.</p> <p><svg class="icon"><use href="../images/map_rounded.svg#icon"/></svg> map_rounded.</p> - <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_important_<wbr>rounded_filled.</p> + <p><svg class="icon"><use href="../images/notification_important_rounded_filled.svg#icon"/></svg> notification_<wbr>important_<wbr>rounded_<wbr>filled.</p> <p><svg class="icon"><use href="../images/payments_rounded.svg#icon"/></svg> payments_rounded.</p> <p><svg class="icon"><use href="../images/phone_android_outlined.svg#icon"/></svg> phone_android_outlined.</p> <p><svg class="icon"><use href="../images/policy_filled.svg#icon"/></svg> policy_filled.</p> <p><svg class="icon"><use href="../images/save_outlined.svg#icon"/></svg> save_outlined.</p> - <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_input_antenna_rounded.</p> + <p><svg class="icon"><use href="../images/search_rounded_fill0_weight400_grade0_24px.svg#icon"/></svg> search_<wbr>rounded_<wbr>fill0_<wbr>weight400_<wbr>grade0_<wbr>24px.</p> + <p><svg class="icon"><use href="../images/settings_input_antenna_rounded.svg#icon"/></svg> settings_<wbr>input_<wbr>antenna_<wbr>rounded.</p> <p><svg class="icon"><use href="../images/settings_rounded.svg#icon"/></svg> settings_rounded.</p> <p><svg class="icon"><use href="../images/text_snippet_outlined.svg#icon"/></svg> text_snippet_outlined.</p> diff --git a/app/src/main/assets/ru/permissions.html b/app/src/main/assets/ru/permissions.html index 017cfb0..4817965 100644 --- a/app/src/main/assets/ru/permissions.html +++ b/app/src/main/assets/ru/permissions.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2023, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/assets/ru/privacy_policy.html b/app/src/main/assets/ru/privacy_policy.html index 0bfb39d..b46de5b 100644 --- a/app/src/main/assets/ru/privacy_policy.html +++ b/app/src/main/assets/ru/privacy_policy.html @@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/java/com/stoutner/privacycell/activities/LogcatActivity.kt b/app/src/main/java/com/stoutner/privacycell/activities/LogcatActivity.kt index 9b2156d..070edf8 100644 --- a/app/src/main/java/com/stoutner/privacycell/activities/LogcatActivity.kt +++ b/app/src/main/java/com/stoutner/privacycell/activities/LogcatActivity.kt @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-3.0-or-later - * SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> + * SPDX-FileCopyrightText: 2021-2025 Soren Stoutner <soren@stoutner.com> * - * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software @@ -22,12 +22,21 @@ package com.stoutner.privacycell.activities import android.content.ClipData import android.content.ClipboardManager import android.net.Uri +import android.os.Build import android.os.Bundle import android.provider.OpenableColumns +import android.text.Editable +import android.text.TextWatcher +import android.util.Base64 import android.util.TypedValue +import android.view.KeyEvent import android.view.Menu import android.view.MenuItem -import android.widget.ScrollView +import android.view.View +import android.view.inputmethod.InputMethodManager +import android.webkit.WebView +import android.widget.EditText +import android.widget.LinearLayout import android.widget.TextView import androidx.activity.result.contract.ActivityResultContracts @@ -52,25 +61,25 @@ import java.lang.Exception import java.nio.charset.StandardCharsets // Define the class constants. -private const val SCROLLVIEW_POSITION = "scrollview_position" +private const val SCROLL_Y = "scroll_y" class LogcatActivity : AppCompatActivity() { - // Define the class variables. - private var scrollViewYPositionInt = 0 + // Declare the class variables. + private lateinit var inputMethodManager: InputMethodManager + private lateinit var logcatPlainTextStringBuilder: StringBuilder // Define the class views. + private lateinit var logcatWebView: WebView + private lateinit var searchEditText: EditText + private lateinit var searchLinearLayout: LinearLayout private lateinit var swipeRefreshLayout: SwipeRefreshLayout - private lateinit var logcatScrollView: ScrollView - private lateinit var logcatTextView: TextView + private lateinit var toolbar: Toolbar // Define the save logcat activity result launcher. It must be defined before `onCreate()` is run or the app will crash. private val saveLogcatActivityResultLauncher = registerForActivityResult(ActivityResultContracts.CreateDocument("text/plain")) { fileNameUri: Uri? -> // Only save the file if the URI is not null, which happens if the user exited the file picker by pressing back. if (fileNameUri != null) { try { - // Get the logcat as a string. - val logcatString = logcatTextView.text.toString() - // Open an output stream. val outputStream = contentResolver.openOutputStream(fileNameUri)!! @@ -78,7 +87,7 @@ class LogcatActivity : AppCompatActivity() { CoroutineScope(Dispatchers.Main).launch { withContext(Dispatchers.IO) { // Write the logcat string to the output stream. - outputStream.write(logcatString.toByteArray(StandardCharsets.UTF_8)) + outputStream.write(logcatPlainTextStringBuilder.toString().toByteArray(StandardCharsets.UTF_8)) // Close the output stream. outputStream.close() @@ -98,10 +107,10 @@ class LogcatActivity : AppCompatActivity() { contentResolverCursor.close() // Display a snackbar with the saved logcat information. - Snackbar.make(logcatTextView, getString(R.string.logcat_saved, fileNameString), Snackbar.LENGTH_SHORT).show() + Snackbar.make(logcatWebView, getString(R.string.logcat_saved, fileNameString), Snackbar.LENGTH_SHORT).show() } catch (exception: Exception) { // Display a snackbar with the error message. - Snackbar.make(logcatTextView, getString(R.string.error_saving_logcat, exception.toString()), Snackbar.LENGTH_INDEFINITE).show() + Snackbar.make(logcatWebView, getString(R.string.error_saving_logcat, exception.toString()), Snackbar.LENGTH_INDEFINITE).show() } } } @@ -117,17 +126,18 @@ class LogcatActivity : AppCompatActivity() { val bottomAppBar = sharedPreferences.getBoolean(getString(R.string.bottom_app_bar_key), false) // Set the content view. - if (bottomAppBar) { + if (bottomAppBar) setContentView(R.layout.logcat_bottom_appbar) - } else { + else setContentView(R.layout.logcat_top_appbar) - } // Get handles for the views. - val toolbar = findViewById<Toolbar>(R.id.toolbar) + toolbar = findViewById(R.id.toolbar) + searchLinearLayout = findViewById(R.id.search_linearlayout) + searchEditText = findViewById(R.id.search_edittext) + val searchCountTextView = findViewById<TextView>(R.id.search_count_textview) swipeRefreshLayout = findViewById(R.id.swiperefreshlayout) - logcatScrollView = findViewById(R.id.scrollview) - logcatTextView = findViewById(R.id.logcat_textview) + logcatWebView = findViewById(R.id.logcat_webview) // Set the toolbar as the action bar. setSupportActionBar(toolbar) @@ -140,8 +150,8 @@ class LogcatActivity : AppCompatActivity() { // Implement swipe to refresh. swipeRefreshLayout.setOnRefreshListener { - // Get the current logcat. - getLogcat() + // Populate the current logcat. + populateLogcat() } // Set the swipe refresh color scheme according to the theme. @@ -159,14 +169,65 @@ class LogcatActivity : AppCompatActivity() { // Set the swipe refresh background color. swipeRefreshLayout.setProgressBackgroundColorSchemeColor(colorBackgroundInt) - // Check to see if the activity has been restarted. - if (savedInstanceState != null) { - // Get the saved scrollview position. - scrollViewYPositionInt = savedInstanceState.getInt(SCROLLVIEW_POSITION) + // Get a handle for the input method manager. + inputMethodManager = (getSystemService(INPUT_METHOD_SERVICE) as InputMethodManager) + + // Search for the string on the page whenever a character changes in the search edit text. + searchEditText.addTextChangedListener(object : TextWatcher { + override fun beforeTextChanged(charSequence: CharSequence, start: Int, count: Int, after: Int) { + // Do nothing. + } + + override fun onTextChanged(charSequence: CharSequence, start: Int, before: Int, count: Int) { + // Do nothing. + } + + override fun afterTextChanged(editable: Editable) { + // Search for the text in the WebView. + logcatWebView.findAllAsync(searchEditText.text.toString()) + } + }) + + // Set the `check mark` button for the search edit text keyboard to close the soft keyboard. + searchEditText.setOnKeyListener { _: View?, keyCode: Int, keyEvent: KeyEvent -> + if ((keyEvent.action == KeyEvent.ACTION_DOWN) && (keyCode == KeyEvent.KEYCODE_ENTER)) { // The `enter` key was pressed. + // Search for the text in the WebView. + logcatWebView.findAllAsync(searchEditText.text.toString()) + + // Hide the soft keyboard. + inputMethodManager.hideSoftInputFromWindow(logcatWebView.windowToken, 0) + + // Consume the event. + return@setOnKeyListener true + } else { // A different key was pressed. + // Do not consume the event. + return@setOnKeyListener false + } } - // Get the logcat. - getLogcat() + // Update the find on page count. + logcatWebView.setFindListener { activeMatchOrdinal, numberOfMatches, isDoneCounting -> + if (isDoneCounting && (numberOfMatches == 0)) { // There are no matches. + // Set the search count text view to be `0/0`. + searchCountTextView.setText(R.string.zero_of_zero) + } else if (isDoneCounting) { // There are matches. + // The active match ordinal is zero-based. + val activeMatch = activeMatchOrdinal + 1 + + // Build the match string. + val matchString = "$activeMatch/$numberOfMatches" + + // Update the search count text view. + searchCountTextView.text = matchString + } + } + + // Restore the WebView scroll position if the activity has been restarted. + if (savedInstanceState != null) + logcatWebView.scrollY = savedInstanceState.getInt(SCROLL_Y) + + // Populate the logcat. + populateLogcat() } override fun onCreateOptionsMenu(menu: Menu): Boolean { @@ -180,18 +241,48 @@ class LogcatActivity : AppCompatActivity() { override fun onOptionsItemSelected(menuItem: MenuItem): Boolean { // Run the commands that correlate to the selected menu item. return when (menuItem.itemId) { + R.id.search -> { // Search was selected. + // Set the minimum height of the search linear layout to match the toolbar. + searchLinearLayout.minimumHeight = toolbar.height + + // Hide the toolbar. + toolbar.visibility = View.GONE + + // Show the search linear layout. + searchLinearLayout.visibility = View.VISIBLE + + // Display the keyboard once the UI has quiesced. + searchLinearLayout.post { + // Set the focus on the find on page edit text. + searchEditText.requestFocus() + + // Get a handle for the input method manager. + val inputMethodManager = (getSystemService(INPUT_METHOD_SERVICE) as InputMethodManager) + + // Display the keyboard. `0` sets no input flags. + inputMethodManager.showSoftInput(searchEditText, 0) + } + + // Resume the WebView timers. For some reason they get automatically paused, which prevents searching. + logcatWebView.resumeTimers() + + // Consume the event. + return true + } + R.id.copy -> { // Copy was selected. // Get a handle for the clipboard manager. val clipboardManager = getSystemService(CLIPBOARD_SERVICE) as ClipboardManager // Save the logcat in a clip data. - val logcatClipData = ClipData.newPlainText(getString(R.string.logcat), logcatTextView.text) + val logcatClipData = ClipData.newPlainText(getString(R.string.logcat), logcatPlainTextStringBuilder) // Place the clip data on the clipboard. clipboardManager.setPrimaryClip(logcatClipData) - // Display a snackbar. - Snackbar.make(logcatTextView, R.string.logcat_copied, Snackbar.LENGTH_SHORT).show() + // Display a snackbar if the API <= 32 (Android 12L). Beginning in Android 13 the OS displays a notification that covers up the snackbar. + if (Build.VERSION.SDK_INT <= 32) + Snackbar.make(logcatWebView, R.string.logcat_copied, Snackbar.LENGTH_SHORT).show() // Consume the event. true @@ -213,11 +304,8 @@ class LogcatActivity : AppCompatActivity() { // Wait for the process to finish. process.waitFor() - // Reset the scroll view Y position int. - scrollViewYPositionInt = 0 - // Reload the logcat. - getLogcat() + populateLogcat() } catch (exception: Exception) { // Do nothing. } @@ -237,14 +325,11 @@ class LogcatActivity : AppCompatActivity() { // Run the default commands. super.onSaveInstanceState(outState) - // Get the scrollview Y position. - val scrollViewYPositionInt = logcatScrollView.scrollY - - // Store the scrollview Y position in the bundle. - outState.putInt(SCROLLVIEW_POSITION, scrollViewYPositionInt) + // Store the scroll Y position in the bundle. + outState.putInt(SCROLL_Y, logcatWebView.scrollY) } - private fun getLogcat() { + private fun populateLogcat() { try { // Get the logcat. `-b all` gets all the buffers (instead of just crash, main, and system). `-v long` produces more complete information. `-d` dumps the logcat and exits. val getLogcatProcess = Runtime.getRuntime().exec("logcat -b all -v long -d") @@ -252,8 +337,83 @@ class LogcatActivity : AppCompatActivity() { // Wrap the logcat in a buffered reader. val logcatBufferedReader = BufferedReader(InputStreamReader(getLogcatProcess.inputStream)) - // Display the logcat. - logcatTextView.text = logcatBufferedReader.readText() + // Reset the logcat plain text string. + logcatPlainTextStringBuilder = StringBuilder() + + // Create a logcat HTML string builder. + val logcatHtmlStringBuilder = StringBuilder() + + // Populate the initial HTML. + logcatHtmlStringBuilder.append("<html>") + logcatHtmlStringBuilder.append("<head>") + logcatHtmlStringBuilder.append("<style>") + + // Set the word break so that lines never exceed the width of the screen. + logcatHtmlStringBuilder.append("body { word-break: break-word; }") + + // Set the colors. + logcatHtmlStringBuilder.append("@media (prefers-color-scheme: dark) { body { color: #C1C1C1; /* Gray 350 */ background-color: #303030; /* Gray 860 */ } }") + logcatHtmlStringBuilder.append("span.header { color: #0D47A1; /* Blue 900 */ } @media (prefers-color-scheme: dark) { span.header { color: #8AB4F8; /* Violet 500 */ } }") + logcatHtmlStringBuilder.append("strong.crash { color: #B71C1C; /* Red 900. */ } @media (prefers-color-scheme: dark) { strong.crash { color: #E24B4C; /* Red Night. */ } }") + logcatHtmlStringBuilder.append("span.crash { color: #EF5350; /* Red 400. */ } @media (prefers-color-scheme: dark) { span.crash { color: #EF9A9A; /* Red Night. */ } }") + + // Close the style tag. + logcatHtmlStringBuilder.append("</style>") + + // Respect dark mode. + logcatHtmlStringBuilder.append("<meta name=\"color-scheme\" content=\"light dark\">") + + // Start the HTML body. + logcatHtmlStringBuilder.append("</head>") + logcatHtmlStringBuilder.append("<body>") + + // Create a logcat line string. + var logcatLineString: String? + + while (logcatBufferedReader.readLine().also { logcatLineString = it } != null) { + // Populate the logcat plain text string builder. + logcatPlainTextStringBuilder.append(logcatLineString) + + // Add a line break. + logcatPlainTextStringBuilder.append("\n") + + // Trim the string, which is necessary for correct detection of lines that start with `at`. + logcatLineString = logcatLineString!!.trim() + + // Apply syntax highlighting to the logcat. + if (logcatLineString!!.contains("crash") || logcatLineString!!.contains("Exception") ) { // Colorize crashes. + logcatHtmlStringBuilder.append("<strong class=\"crash\">") + logcatHtmlStringBuilder.append(logcatLineString) + logcatHtmlStringBuilder.append("</strong>") + } else if (logcatLineString!!.startsWith("at") || logcatLineString!!.startsWith("Process:") || logcatLineString!!.contains("FATAL")) { // Colorize lines relating to crashes. + logcatHtmlStringBuilder.append("<span class=\"crash\">") + logcatHtmlStringBuilder.append(logcatLineString) + logcatHtmlStringBuilder.append("</span>") + } else if (logcatLineString!!.startsWith("-")) { // Colorize the headers. + logcatHtmlStringBuilder.append("<span class=\"header\">") + logcatHtmlStringBuilder.append(logcatLineString) + logcatHtmlStringBuilder.append("</span>") + } else if (logcatLineString!!.startsWith("[ ")) { // Colorize the time stamps. + logcatHtmlStringBuilder.append("<span style=color:gray>") + logcatHtmlStringBuilder.append(logcatLineString) + logcatHtmlStringBuilder.append("</span>") + } else { // Display the standard lines. + logcatHtmlStringBuilder.append(logcatLineString) + } + + // Add a line break. + logcatHtmlStringBuilder.append("<br>") + } + + // Close the HTML. + logcatHtmlStringBuilder.append("</body>") + logcatHtmlStringBuilder.append("</html>") + + // Encode the logcat HTML. + val base64EncodedLogcatHtml: String = Base64.encodeToString(logcatHtmlStringBuilder.toString().toByteArray(Charsets.UTF_8), Base64.NO_PADDING) + + // Load the encoded logcat. + logcatWebView.loadData(base64EncodedLogcatHtml, "text/html", "base64") // Close the buffered reader. logcatBufferedReader.close() @@ -261,13 +421,37 @@ class LogcatActivity : AppCompatActivity() { // Do nothing. } - // Update the scroll position after the text is populated. - logcatTextView.post { - // Set the scroll position. - logcatScrollView.scrollY = scrollViewYPositionInt - } - // Stop the swipe to refresh animation if it is displayed. swipeRefreshLayout.isRefreshing = false } + + // The view parameter cannot be removed because it is called from the layout onClick. + fun closeSearch(@Suppress("UNUSED_PARAMETER")view: View?) { + // Delete the contents of the search edit text. + searchEditText.text = null + + // Clear the highlighted phrases in the logcat WebView. + logcatWebView.clearMatches() + + // Hide the search linear layout. + searchLinearLayout.visibility = View.GONE + + // Show the toolbar. + toolbar.visibility = View.VISIBLE + + // Hide the keyboard. + inputMethodManager.hideSoftInputFromWindow(toolbar.windowToken, 0) + } + + // The view parameter cannot be removed because it is called from the layout onClick. + fun searchNext(@Suppress("UNUSED_PARAMETER")view: View?) { + // Go to the next highlighted phrase on the page. `true` goes forwards instead of backwards. + logcatWebView.findNext(true) + } + + // The view parameter cannot be removed because it is called from the layout onClick. + fun searchPrevious(@Suppress("UNUSED_PARAMETER")view: View?) { + // Go to the previous highlighted phrase on the page. `false` goes backwards instead of forwards. + logcatWebView.findNext(false) + } } diff --git a/app/src/main/java/com/stoutner/privacycell/activities/PrivacyCellActivity.kt b/app/src/main/java/com/stoutner/privacycell/activities/PrivacyCellActivity.kt index 1a23bae..f450d86 100644 --- a/app/src/main/java/com/stoutner/privacycell/activities/PrivacyCellActivity.kt +++ b/app/src/main/java/com/stoutner/privacycell/activities/PrivacyCellActivity.kt @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-FileCopyrightText: 2021-2022 Soren Stoutner <soren@stoutner.com> * - * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software @@ -28,7 +28,6 @@ import android.app.ActivityManager import android.content.Context import android.content.Intent import android.content.pm.PackageManager -import android.net.Uri import android.os.Bundle import android.telephony.PhoneStateListener // This can be replaced by `TelephonyCallback` once the minimum API >= 31. import android.telephony.ServiceState @@ -46,6 +45,7 @@ import androidx.appcompat.app.AppCompatActivity import androidx.appcompat.content.res.AppCompatResources import androidx.appcompat.widget.Toolbar import androidx.core.app.ActivityCompat +import androidx.core.net.toUri import androidx.core.view.GravityCompat import androidx.drawerlayout.widget.DrawerLayout import androidx.preference.PreferenceManager @@ -438,7 +438,7 @@ class PrivacyCellActivity : AppCompatActivity(), NavigationView.OnNavigationItem val newsUrlIntent = Intent(Intent.ACTION_VIEW) // Add the URL to the intent. - newsUrlIntent.data = Uri.parse("https://www.stoutner.com/category/privacy-cell/") + newsUrlIntent.data = "https://www.stoutner.com/category/privacy-cell/".toUri() // Make it so. startActivity(newsUrlIntent) @@ -449,7 +449,7 @@ class PrivacyCellActivity : AppCompatActivity(), NavigationView.OnNavigationItem val roadmapUrlIntent = Intent(Intent.ACTION_VIEW) // Add the URL to the intent. - roadmapUrlIntent.data = Uri.parse("https://www.stoutner.com/category/privacy-cell-roadmap/") + roadmapUrlIntent.data = "https://www.stoutner.com/category/privacy-cell-roadmap/".toUri() // Make it so. startActivity(roadmapUrlIntent) @@ -460,7 +460,7 @@ class PrivacyCellActivity : AppCompatActivity(), NavigationView.OnNavigationItem val bugTrackerUrlIntent = Intent(Intent.ACTION_VIEW) // Add the URL to the intent. - bugTrackerUrlIntent.data = Uri.parse("https://redmine.stoutner.com/projects/privacy-cell/issues") + bugTrackerUrlIntent.data = "https://redmine.stoutner.com/projects/privacy-cell/issues".toUri() // Make it so. startActivity(bugTrackerUrlIntent) @@ -471,7 +471,7 @@ class PrivacyCellActivity : AppCompatActivity(), NavigationView.OnNavigationItem val forumUrlIntent = Intent(Intent.ACTION_VIEW) // Add the URL to the intent. - forumUrlIntent.data = Uri.parse("https://redmine.stoutner.com/projects/privacy-cell/boards") + forumUrlIntent.data = "https://redmine.stoutner.com/projects/privacy-cell/boards".toUri() // Make it so. startActivity(forumUrlIntent) @@ -482,7 +482,7 @@ class PrivacyCellActivity : AppCompatActivity(), NavigationView.OnNavigationItem val donationsUrlIntent = Intent(Intent.ACTION_VIEW) // Add the URL to the intent. - donationsUrlIntent.data = Uri.parse("https://www.stoutner.com/donations/") + donationsUrlIntent.data = "https://www.stoutner.com/donations/".toUri() // Make it so. startActivity(donationsUrlIntent) diff --git a/app/src/main/java/com/stoutner/privacycell/activities/ProtocolsActivity.kt b/app/src/main/java/com/stoutner/privacycell/activities/ProtocolsActivity.kt index 6ebc9a8..c189c24 100644 --- a/app/src/main/java/com/stoutner/privacycell/activities/ProtocolsActivity.kt +++ b/app/src/main/java/com/stoutner/privacycell/activities/ProtocolsActivity.kt @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-FileCopyrightText: 2022 Soren Stoutner <soren@stoutner.com> * - * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/java/com/stoutner/privacycell/activities/SettingsActivity.kt b/app/src/main/java/com/stoutner/privacycell/activities/SettingsActivity.kt index cb8e549..3ead325 100644 --- a/app/src/main/java/com/stoutner/privacycell/activities/SettingsActivity.kt +++ b/app/src/main/java/com/stoutner/privacycell/activities/SettingsActivity.kt @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-FileCopyrightText: 2021-2022 Soren Stoutner <soren@stoutner.com> * - * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/java/com/stoutner/privacycell/adapters/ProtocolArrayAdapter.kt b/app/src/main/java/com/stoutner/privacycell/adapters/ProtocolArrayAdapter.kt index 54bfd65..d4261ef 100644 --- a/app/src/main/java/com/stoutner/privacycell/adapters/ProtocolArrayAdapter.kt +++ b/app/src/main/java/com/stoutner/privacycell/adapters/ProtocolArrayAdapter.kt @@ -1,20 +1,20 @@ -/* - * Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>. +/* SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-FileCopyrightText: 2021-2022 Soren Stoutner <soren@stoutner.com> * - * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. * - * Privacy Cell is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * This program is free software: you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later + * version. * - * Privacy Cell is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. * - * You should have received a copy of the GNU General Public License - * along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <https://www.gnu.org/licenses/>. */ package com.stoutner.privacycell.adapters @@ -55,4 +55,4 @@ class ProtocolArrayAdapter(context: Context, protocolArrayList: ArrayList<Protoc // Return the populated view. return populatedView } -} \ No newline at end of file +} diff --git a/app/src/main/res/drawable/antiquated.xml b/app/src/main/res/drawable/antiquated.xml index 8bebbde..78f00d7 100644 --- a/app/src/main/res/drawable/antiquated.xml +++ b/app/src/main/res/drawable/antiquated.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/antiquated_3g_disabled.xml b/app/src/main/res/drawable/antiquated_3g_disabled.xml index 58361dd..06a731e 100644 --- a/app/src/main/res/drawable/antiquated_3g_disabled.xml +++ b/app/src/main/res/drawable/antiquated_3g_disabled.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2023 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `3g_mobiledata_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `3g_mobiledata_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/antiquated_3g_enabled.xml b/app/src/main/res/drawable/antiquated_3g_enabled.xml index afa8601..37c421d 100644 --- a/app/src/main/res/drawable/antiquated_3g_enabled.xml +++ b/app/src/main/res/drawable/antiquated_3g_enabled.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2023 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `3g_mobiledata_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `3g_mobiledata_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/antiquated_notification_disabled.xml b/app/src/main/res/drawable/antiquated_notification_disabled.xml index 9413e81..8a397c2 100644 --- a/app/src/main/res/drawable/antiquated_notification_disabled.xml +++ b/app/src/main/res/drawable/antiquated_notification_disabled.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/antiquated_notification_enabled.xml b/app/src/main/res/drawable/antiquated_notification_enabled.xml index b92bd73..409a781 100644 --- a/app/src/main/res/drawable/antiquated_notification_enabled.xml +++ b/app/src/main/res/drawable/antiquated_notification_enabled.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/antiquated_notification_ghosted.xml b/app/src/main/res/drawable/antiquated_notification_ghosted.xml index 321ab0f..e231e83 100644 --- a/app/src/main/res/drawable/antiquated_notification_ghosted.xml +++ b/app/src/main/res/drawable/antiquated_notification_ghosted.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/bottom_app_bar_disabled.xml b/app/src/main/res/drawable/bottom_app_bar_disabled.xml index fe24790..8b5837b 100644 --- a/app/src/main/res/drawable/bottom_app_bar_disabled.xml +++ b/app/src/main/res/drawable/bottom_app_bar_disabled.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `call_to_action_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `call_to_action_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/bottom_app_bar_enabled.xml b/app/src/main/res/drawable/bottom_app_bar_enabled.xml index 81b33f1..54fba75 100644 --- a/app/src/main/res/drawable/bottom_app_bar_enabled.xml +++ b/app/src/main/res/drawable/bottom_app_bar_enabled.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `call_to_action_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `call_to_action_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/bug_tracker.xml b/app/src/main/res/drawable/bug_tracker.xml index 018a0c6..3bedf12 100644 --- a/app/src/main/res/drawable/bug_tracker.xml +++ b/app/src/main/res/drawable/bug_tracker.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `bug_report_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `bug_report_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/changelog.xml b/app/src/main/res/drawable/changelog.xml index 08ce8d3..0a2a6dd 100644 --- a/app/src/main/res/drawable/changelog.xml +++ b/app/src/main/res/drawable/changelog.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `format_list_bulleted_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `format_list_bulleted_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/clear.xml b/app/src/main/res/drawable/clear.xml deleted file mode 100644 index f73c37e..0000000 --- a/app/src/main/res/drawable/clear.xml +++ /dev/null @@ -1,13 +0,0 @@ -<!-- This file comes from the Android Material icon set, where it is called `close_rounded`. It is released under the Apache License 2.0. --> - -<vector - xmlns:android="http://schemas.android.com/apk/res/android" - android:height="24dp" - android:width="24dp" - android:viewportHeight="24" - android:viewportWidth="24" > - - <path - android:fillColor="@color/logcat_icon" - android:pathData="M18.3,5.71c-0.39,-0.39 -1.02,-0.39 -1.41,0L12,10.59 7.11,5.7c-0.39,-0.39 -1.02,-0.39 -1.41,0 -0.39,0.39 -0.39,1.02 0,1.41L10.59,12 5.7,16.89c-0.39,0.39 -0.39,1.02 0,1.41 0.39,0.39 1.02,0.39 1.41,0L12,13.41l4.89,4.89c0.39,0.39 1.02,0.39 1.41,0 0.39,-0.39 0.39,-1.02 0,-1.41L13.41,12l4.89,-4.89c0.38,-0.38 0.38,-1.02 0,-1.4z" /> -</vector> \ No newline at end of file diff --git a/app/src/main/res/drawable/close.xml b/app/src/main/res/drawable/close.xml new file mode 100644 index 0000000..02c4fed --- /dev/null +++ b/app/src/main/res/drawable/close.xml @@ -0,0 +1,13 @@ +<!-- This file comes from the Android Material icon set, where it is called `close_rounded_fill0_weight400_grade0_24px`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> + +<vector + xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:viewportHeight="960" + android:viewportWidth="960" > + + <path + android:fillColor="@color/logcat_icon" + android:pathData="M480,536 L284,732q-11,11 -28,11t-28,-11q-11,-11 -11,-28t11,-28l196,-196 -196,-196q-11,-11 -11,-28t11,-28q11,-11 28,-11t28,11l196,196 196,-196q11,-11 28,-11t28,11q11,11 11,28t-11,28L536,480l196,196q11,11 11,28t-11,28q-11,11 -28,11t-28,-11L480,536Z"/> +</vector> diff --git a/app/src/main/res/drawable/close_blue.xml b/app/src/main/res/drawable/close_blue.xml new file mode 100644 index 0000000..6cb599a --- /dev/null +++ b/app/src/main/res/drawable/close_blue.xml @@ -0,0 +1,13 @@ +<!-- This file comes from the Android Material icon set, where it is called `close_rounded_fill0_weight400_grade0_24px`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> + +<vector + xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:viewportHeight="960" + android:viewportWidth="960" > + + <path + android:fillColor="@color/blue_icon" + android:pathData="M480,536 L284,732q-11,11 -28,11t-28,-11q-11,-11 -11,-28t11,-28l196,-196 -196,-196q-11,-11 -11,-28t11,-28q11,-11 28,-11t28,11l196,196 196,-196q11,-11 28,-11t28,11q11,11 11,28t-11,28L536,480l196,196q11,11 11,28t-11,28q-11,11 -28,11t-28,-11L480,536Z"/> +</vector> diff --git a/app/src/main/res/drawable/contributors.xml b/app/src/main/res/drawable/contributors.xml index a193537..ad50e21 100644 --- a/app/src/main/res/drawable/contributors.xml +++ b/app/src/main/res/drawable/contributors.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `groups_filled`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `groups_filled`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/copy.xml b/app/src/main/res/drawable/copy.xml index 8488b34..0f9fa63 100644 --- a/app/src/main/res/drawable/copy.xml +++ b/app/src/main/res/drawable/copy.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `content_copy_outlined`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `content_copy_outlined`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/donations.xml b/app/src/main/res/drawable/donations.xml index 61cbe43..331ae5a 100644 --- a/app/src/main/res/drawable/donations.xml +++ b/app/src/main/res/drawable/donations.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `payments_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `payments_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/forum.xml b/app/src/main/res/drawable/forum.xml index 4d1a0b6..ef65b74 100644 --- a/app/src/main/res/drawable/forum.xml +++ b/app/src/main/res/drawable/forum.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `forum_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `forum_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/insecure.xml b/app/src/main/res/drawable/insecure.xml index ce16bf4..404507a 100644 --- a/app/src/main/res/drawable/insecure.xml +++ b/app/src/main/res/drawable/insecure.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/insecure_notification_disabled.xml b/app/src/main/res/drawable/insecure_notification_disabled.xml index 2e90c58..6c0c099 100644 --- a/app/src/main/res/drawable/insecure_notification_disabled.xml +++ b/app/src/main/res/drawable/insecure_notification_disabled.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/insecure_notification_enabled.xml b/app/src/main/res/drawable/insecure_notification_enabled.xml index 550868f..4e804b8 100644 --- a/app/src/main/res/drawable/insecure_notification_enabled.xml +++ b/app/src/main/res/drawable/insecure_notification_enabled.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/insecure_notification_ghosted.xml b/app/src/main/res/drawable/insecure_notification_ghosted.xml index 261c954..4195651 100644 --- a/app/src/main/res/drawable/insecure_notification_ghosted.xml +++ b/app/src/main/res/drawable/insecure_notification_ghosted.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/licenses.xml b/app/src/main/res/drawable/licenses.xml index 9b74891..99f63ba 100644 --- a/app/src/main/res/drawable/licenses.xml +++ b/app/src/main/res/drawable/licenses.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `text_snippet_outlined`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `text_snippet_outlined`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/logcat.xml b/app/src/main/res/drawable/logcat.xml index a0e1338..24b3ab9 100644 --- a/app/src/main/res/drawable/logcat.xml +++ b/app/src/main/res/drawable/logcat.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `list_alt_rounded_24`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `list_alt_rounded_24`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/news.xml b/app/src/main/res/drawable/news.xml index 5d70ee1..9ee84a2 100644 --- a/app/src/main/res/drawable/news.xml +++ b/app/src/main/res/drawable/news.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `chrome_reader_mode_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `chrome_reader_mode_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/next.xml b/app/src/main/res/drawable/next.xml new file mode 100644 index 0000000..28d3d3a --- /dev/null +++ b/app/src/main/res/drawable/next.xml @@ -0,0 +1,14 @@ +<!-- This file comes from the Android Material icon set, where it is called `keyboard_arrow_up_rounded_fill0_weight400_grade0_24px`. + It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> + +<vector + xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:viewportHeight="960" + android:viewportWidth="960" > + + <path + android:fillColor="@color/blue_icon" + android:pathData="M480,599q-8,0 -15,-2.5t-13,-8.5L268,404q-11,-11 -11,-28t11,-28q11,-11 28,-11t28,11l156,156 156,-156q11,-11 28,-11t28,11q11,11 11,28t-11,28L508,588q-6,6 -13,8.5t-15,2.5Z" /> +</vector> diff --git a/app/src/main/res/drawable/notification_permission.xml b/app/src/main/res/drawable/notification_permission.xml index 24cb942..b792065 100644 --- a/app/src/main/res/drawable/notification_permission.xml +++ b/app/src/main/res/drawable/notification_permission.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `notification_important_rounded_filled`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `notification_important_rounded_filled`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/permissions.xml b/app/src/main/res/drawable/permissions.xml index bae4fa9..30811d1 100644 --- a/app/src/main/res/drawable/permissions.xml +++ b/app/src/main/res/drawable/permissions.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `fact_check_outlined`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `fact_check_outlined`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/phone_permission.xml b/app/src/main/res/drawable/phone_permission.xml index 12f65df..cab9f36 100644 --- a/app/src/main/res/drawable/phone_permission.xml +++ b/app/src/main/res/drawable/phone_permission.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `phone_android_outlined`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `phone_android_outlined`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" diff --git a/app/src/main/res/drawable/previous.xml b/app/src/main/res/drawable/previous.xml new file mode 100644 index 0000000..487bb22 --- /dev/null +++ b/app/src/main/res/drawable/previous.xml @@ -0,0 +1,14 @@ +<!-- This file comes from the Android Material icon set, where it is called `keyboard_arrow_down_rounded_fill0_weight400_grade0_24px`. + It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> + +<vector + xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:viewportHeight="960" + android:viewportWidth="960" > + + <path + android:fillColor="@color/blue_icon" + android:pathData="M480,432 L324,588q-11,11 -28,11t-28,-11q-11,-11 -11,-28t11,-28l184,-184q12,-12 28,-12t28,12l184,184q11,11 11,28t-11,28q-11,11 -28,11t-28,-11L480,432Z" /> +</vector> diff --git a/app/src/main/res/drawable/privacy_cell_foreground.xml b/app/src/main/res/drawable/privacy_cell_foreground.xml index 9f877bb..9e21da8 100644 --- a/app/src/main/res/drawable/privacy_cell_foreground.xml +++ b/app/src/main/res/drawable/privacy_cell_foreground.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/privacy_cell_monochrome.xml b/app/src/main/res/drawable/privacy_cell_monochrome.xml index 2760c7c..5c7d13d 100644 --- a/app/src/main/res/drawable/privacy_cell_monochrome.xml +++ b/app/src/main/res/drawable/privacy_cell_monochrome.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2023 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/privacy_policy.xml b/app/src/main/res/drawable/privacy_policy.xml index b2ea3b5..1d7c5c9 100644 --- a/app/src/main/res/drawable/privacy_policy.xml +++ b/app/src/main/res/drawable/privacy_policy.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `policy_filled`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `policy_filled`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/protocols.xml b/app/src/main/res/drawable/protocols.xml index 6b4efb4..a51b711 100644 --- a/app/src/main/res/drawable/protocols.xml +++ b/app/src/main/res/drawable/protocols.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `settings_input_antenna_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `settings_input_antenna_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/roadmap.xml b/app/src/main/res/drawable/roadmap.xml index bebdbcb..caf79ed 100644 --- a/app/src/main/res/drawable/roadmap.xml +++ b/app/src/main/res/drawable/roadmap.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `map_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `map_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/save.xml b/app/src/main/res/drawable/save.xml index 3d1e203..29549d7 100644 --- a/app/src/main/res/drawable/save.xml +++ b/app/src/main/res/drawable/save.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `save_outlined`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `save_outlined`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/drawable/search.xml b/app/src/main/res/drawable/search.xml new file mode 100644 index 0000000..fea074c --- /dev/null +++ b/app/src/main/res/drawable/search.xml @@ -0,0 +1,14 @@ +<!-- This file comes from the Android Material icon set, where it is called `search_rounded_fill0_weight400_grade0_24px`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> + +<vector + xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" + android:width="24dp" + android:viewportHeight="960" + android:viewportWidth="960" + android:autoMirrored="true" > + + <path + android:fillColor="@color/logcat_icon" + android:pathData="M380,640q-109,0 -184.5,-75.5T120,380q0,-109 75.5,-184.5T380,120q109,0 184.5,75.5T640,380q0,44 -14,83t-38,69l224,224q11,11 11,28t-11,28q-11,11 -28,11t-28,-11L532,588q-30,24 -69,38t-83,14ZM380,560q75,0 127.5,-52.5T560,380q0,-75 -52.5,-127.5T380,200q-75,0 -127.5,52.5T200,380q0,75 52.5,127.5T380,560Z" /> +</vector> diff --git a/app/src/main/res/drawable/secure.xml b/app/src/main/res/drawable/secure.xml index 14972a5..5643da6 100644 --- a/app/src/main/res/drawable/secure.xml +++ b/app/src/main/res/drawable/secure.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2022 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/secure_notification_disabled.xml b/app/src/main/res/drawable/secure_notification_disabled.xml index c28c7f2..05141eb 100644 --- a/app/src/main/res/drawable/secure_notification_disabled.xml +++ b/app/src/main/res/drawable/secure_notification_disabled.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2023 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/secure_notification_enabled.xml b/app/src/main/res/drawable/secure_notification_enabled.xml index 6520b52..ea3fc18 100644 --- a/app/src/main/res/drawable/secure_notification_enabled.xml +++ b/app/src/main/res/drawable/secure_notification_enabled.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2023 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/secure_notification_ghosted.xml b/app/src/main/res/drawable/secure_notification_ghosted.xml index 4a27af1..b25116d 100644 --- a/app/src/main/res/drawable/secure_notification_ghosted.xml +++ b/app/src/main/res/drawable/secure_notification_ghosted.xml @@ -1,9 +1,9 @@ <!-- Copyright © 2016,2021-2023 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. - This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0. + This file is derived from `security` and `5g`, which are part of the Android Material icon set. They are released under the Apache License 2.0 <https://fonts.google.com/icons>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. Privacy Cell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/drawable/settings.xml b/app/src/main/res/drawable/settings.xml index ed9151a..79c6dd2 100644 --- a/app/src/main/res/drawable/settings.xml +++ b/app/src/main/res/drawable/settings.xml @@ -1,4 +1,4 @@ -<!-- This file comes from the Android Material icon set, where it is called `settings_rounded`. It is released under the Apache License 2.0. --> +<!-- This file comes from the Android Material icon set, where it is called `settings_rounded`. It is released under the Apache License 2.0 <https://fonts.google.com/icons>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" diff --git a/app/src/main/res/layout/app_bar_textview.xml b/app/src/main/res/layout/app_bar_textview.xml index e21dd7c..addb681 100644 --- a/app/src/main/res/layout/app_bar_textview.xml +++ b/app/src/main/res/layout/app_bar_textview.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/res/layout/logcat_bottom_appbar.xml b/app/src/main/res/layout/logcat_bottom_appbar.xml index ab52c7a..41e210a 100644 --- a/app/src/main/res/layout/logcat_bottom_appbar.xml +++ b/app/src/main/res/layout/logcat_bottom_appbar.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -23,6 +23,7 @@ <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" android:layout_height="match_parent" android:layout_width="match_parent" android:fitsSystemWindows="true" > @@ -40,18 +41,10 @@ android:layout_width="match_parent" android:layout_weight="1" > - <ScrollView - android:id="@+id/scrollview" + <WebView + android:id="@+id/logcat_webview" android:layout_height="wrap_content" - android:layout_width="match_parent" > - - <TextView - android:id="@+id/logcat_textview" - android:layout_height="wrap_content" - android:layout_width="match_parent" - android:layout_margin="10dp" - android:textIsSelectable="true" /> - </ScrollView> + android:layout_width="match_parent" /> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> <!-- The app bar theme must be specified here because the activity uses a `NoActionBar` theme. --> @@ -65,6 +58,79 @@ android:id="@+id/toolbar" android:layout_height="wrap_content" android:layout_width="match_parent" /> + + <!-- The search linear layout. It is initially `visibility="gone"` and is only displayed when requested. --> + <LinearLayout + android:id="@+id/search_linearlayout" + android:layout_height="wrap_content" + android:layout_width="match_parent" + android:orientation="horizontal" + android:visibility="gone" > + + <!-- `android:imeOptions="actionDone"` sets the keyboard to have a `check mark` key instead of a `new line` key. --> + <EditText + android:id="@+id/search_edittext" + android:layout_height="wrap_content" + android:layout_width="0dp" + android:layout_weight="1" + android:layout_marginStart="8dp" + android:layout_marginEnd="4dp" + android:hint="@string/search" + android:lines="1" + android:imeOptions="actionDone" + android:inputType="text" + tools:ignore="Autofill" /> + + <TextView + android:id="@+id/search_count_textview" + android:layout_height="wrap_content" + android:layout_width="wrap_content" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" + android:text="@string/zero_of_zero" /> + + <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. --> + <ImageView + android:id="@+id/search_previous" + android:layout_height="35dp" + android:layout_width="35dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" + android:layout_gravity="center_vertical" + android:src="@drawable/previous" + android:background="?attr/selectableItemBackground" + android:contentDescription="@string/previous" + android:onClick="searchPrevious" + app:tint="@color/blue_icon" /> + + <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. --> + <ImageView + android:id="@+id/search_next" + android:layout_height="35dp" + android:layout_width="35dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" + android:layout_gravity="center_vertical" + android:src="@drawable/next" + android:background="?attr/selectableItemBackground" + android:contentDescription="@string/next" + android:onClick="searchNext" + app:tint="@color/blue_icon" /> + + <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. --> + <ImageView + android:id="@+id/close_search" + android:layout_height="35dp" + android:layout_width="35dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="8dp" + android:layout_gravity="center_vertical" + android:src="@drawable/close" + android:background="?attr/selectableItemBackground" + android:contentDescription="@string/close" + android:onClick="closeSearch" + app:tint="@color/blue_icon" /> + </LinearLayout> </com.google.android.material.appbar.AppBarLayout> </LinearLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout> \ No newline at end of file diff --git a/app/src/main/res/layout/logcat_top_appbar.xml b/app/src/main/res/layout/logcat_top_appbar.xml index ba31fb4..a8cf2c6 100644 --- a/app/src/main/res/layout/logcat_top_appbar.xml +++ b/app/src/main/res/layout/logcat_top_appbar.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -22,6 +22,8 @@ <!-- API 35 (Android 15) requires setting `android:fitsSystemWindows="true"`. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" android:layout_height="match_parent" android:layout_width="match_parent" android:fitsSystemWindows="true" > @@ -43,6 +45,79 @@ android:id="@+id/toolbar" android:layout_height="wrap_content" android:layout_width="match_parent" /> + + <!-- The search linear layout. It is initially `visibility="gone"` and is only displayed when requested. --> + <LinearLayout + android:id="@+id/search_linearlayout" + android:layout_height="wrap_content" + android:layout_width="match_parent" + android:orientation="horizontal" + android:visibility="gone" > + + <!-- `android:imeOptions="actionDone"` sets the keyboard to have a `check mark` key instead of a `new line` key. --> + <EditText + android:id="@+id/search_edittext" + android:layout_height="wrap_content" + android:layout_width="0dp" + android:layout_weight="1" + android:layout_marginStart="8dp" + android:layout_marginEnd="4dp" + android:hint="@string/search" + android:lines="1" + android:imeOptions="actionDone" + android:inputType="text" + tools:ignore="Autofill" /> + + <TextView + android:id="@+id/search_count_textview" + android:layout_height="wrap_content" + android:layout_width="wrap_content" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" + android:text="@string/zero_of_zero" /> + + <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. --> + <ImageView + android:id="@+id/search_previous" + android:layout_height="35dp" + android:layout_width="35dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" + android:layout_gravity="center_vertical" + android:src="@drawable/previous" + android:background="?attr/selectableItemBackground" + android:contentDescription="@string/previous" + android:onClick="searchPrevious" + app:tint="@color/blue_icon" /> + + <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. --> + <ImageView + android:id="@+id/search_next" + android:layout_height="35dp" + android:layout_width="35dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" + android:layout_gravity="center_vertical" + android:src="@drawable/next" + android:background="?attr/selectableItemBackground" + android:contentDescription="@string/next" + android:onClick="searchNext" + app:tint="@color/blue_icon" /> + + <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. --> + <ImageView + android:id="@+id/close_search" + android:layout_height="35dp" + android:layout_width="35dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="8dp" + android:layout_gravity="center_vertical" + android:src="@drawable/close" + android:background="?attr/selectableItemBackground" + android:contentDescription="@string/close" + android:onClick="closeSearch" + app:tint="@color/blue_icon" /> + </LinearLayout> </com.google.android.material.appbar.AppBarLayout> <androidx.swiperefreshlayout.widget.SwipeRefreshLayout @@ -50,18 +125,10 @@ android:layout_height="match_parent" android:layout_width="match_parent" > - <ScrollView - android:id="@+id/scrollview" + <WebView + android:id="@+id/logcat_webview" android:layout_height="wrap_content" - android:layout_width="match_parent" > - - <TextView - android:id="@+id/logcat_textview" - android:layout_height="wrap_content" - android:layout_width="match_parent" - android:layout_margin="10dp" - android:textIsSelectable="true" /> - </ScrollView> + android:layout_width="match_parent" /> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </LinearLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout> \ No newline at end of file diff --git a/app/src/main/res/layout/privacy_cell_bottom_appbar.xml b/app/src/main/res/layout/privacy_cell_bottom_appbar.xml index 064a632..e2fe4f1 100644 --- a/app/src/main/res/layout/privacy_cell_bottom_appbar.xml +++ b/app/src/main/res/layout/privacy_cell_bottom_appbar.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -181,17 +181,13 @@ </LinearLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout> - <!-- The navigation drawer. - `topInsetScrimEnabled="false"` disables the scrim that draws under display cutouts (even thought the white space is maintained). - `bottomInsetScrimEnabled="false" disables the scrim that draws under the navigation bar. It is only needed on API < 35. --> + <!-- The navigation drawer. --> <com.google.android.material.navigation.NavigationView android:id="@+id/navigationview" android:layout_height="match_parent" android:layout_width="wrap_content" android:layout_gravity="start" app:menu="@menu/navigation_menu_bottom_appbar" - app:itemIconTint="@color/blue_icon" - app:topInsetScrimEnabled="false" - app:bottomInsetScrimEnabled="false" /> + app:itemIconTint="@color/blue_icon" /> </androidx.drawerlayout.widget.DrawerLayout> </FrameLayout> diff --git a/app/src/main/res/layout/privacy_cell_top_appbar.xml b/app/src/main/res/layout/privacy_cell_top_appbar.xml index 307f8f0..614c2e3 100644 --- a/app/src/main/res/layout/privacy_cell_top_appbar.xml +++ b/app/src/main/res/layout/privacy_cell_top_appbar.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/res/layout/protocol_header_textview.xml b/app/src/main/res/layout/protocol_header_textview.xml index 4bd39ec..08b75ef 100644 --- a/app/src/main/res/layout/protocol_header_textview.xml +++ b/app/src/main/res/layout/protocol_header_textview.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2022 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/res/layout/protocol_item_textview.xml b/app/src/main/res/layout/protocol_item_textview.xml index 3166add..69b8984 100644 --- a/app/src/main/res/layout/protocol_item_textview.xml +++ b/app/src/main/res/layout/protocol_item_textview.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2022 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/res/layout/protocols_bottom_appbar.xml b/app/src/main/res/layout/protocols_bottom_appbar.xml index 7f30d51..5bd3b31 100644 --- a/app/src/main/res/layout/protocols_bottom_appbar.xml +++ b/app/src/main/res/layout/protocols_bottom_appbar.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2022, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/res/layout/protocols_top_appbar.xml b/app/src/main/res/layout/protocols_top_appbar.xml index 0964cc6..6d1cda5 100644 --- a/app/src/main/res/layout/protocols_top_appbar.xml +++ b/app/src/main/res/layout/protocols_top_appbar.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2022, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/res/layout/settings_bottom_appbar.xml b/app/src/main/res/layout/settings_bottom_appbar.xml index 0dd74c7..7e1b838 100644 --- a/app/src/main/res/layout/settings_bottom_appbar.xml +++ b/app/src/main/res/layout/settings_bottom_appbar.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/res/layout/settings_top_appbar.xml b/app/src/main/res/layout/settings_top_appbar.xml index 6abd124..876fdd6 100644 --- a/app/src/main/res/layout/settings_top_appbar.xml +++ b/app/src/main/res/layout/settings_top_appbar.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/res/layout/webview_dialog.xml b/app/src/main/res/layout/webview_dialog.xml index e37ac41..a777595 100644 --- a/app/src/main/res/layout/webview_dialog.xml +++ b/app/src/main/res/layout/webview_dialog.xml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2021-2022 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/app/src/main/res/menu/logcat_options_menu.xml b/app/src/main/res/menu/logcat_options_menu.xml index 150ced2..5dd3a9d 100644 --- a/app/src/main/res/menu/logcat_options_menu.xml +++ b/app/src/main/res/menu/logcat_options_menu.xml @@ -1,27 +1,35 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" > + <item + android:id="@+id/search" + android:title="@string/search" + android:orderInCategory="10" + android:icon="@drawable/search" + app:showAsAction="ifRoom" /> + <item android:id="@+id/copy" android:title="@string/copy_string" @@ -40,6 +48,6 @@ android:id="@+id/clear" android:title="@string/clear" android:orderInCategory="30" - android:icon="@drawable/clear" + android:icon="@drawable/close" app:showAsAction="ifRoom" /> </menu> \ No newline at end of file diff --git a/app/src/main/res/menu/navigation_menu_bottom_appbar.xml b/app/src/main/res/menu/navigation_menu_bottom_appbar.xml index a319bf1..cd09c58 100644 --- a/app/src/main/res/menu/navigation_menu_bottom_appbar.xml +++ b/app/src/main/res/menu/navigation_menu_bottom_appbar.xml @@ -1,22 +1,23 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021-2022 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item diff --git a/app/src/main/res/menu/navigation_menu_top_appbar.xml b/app/src/main/res/menu/navigation_menu_top_appbar.xml index 8900ab2..9ae96e1 100644 --- a/app/src/main/res/menu/navigation_menu_top_appbar.xml +++ b/app/src/main/res/menu/navigation_menu_top_appbar.xml @@ -1,22 +1,23 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021-2022 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 9fb8c9a..e3803e2 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1,24 +1,25 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright 2021-2022 Soren Stoutner <soren@stoutner.com>. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - Translation 2021-2022 Bernhard G. Keller. Copyright assigned to Soren Stoutner <soren@stoutner.com>. + Translation 2021-2022, 2025 Bernhard G. Keller. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <resources xmlns:tools="http://schemas.android.com/tools"> <!-- General. --> @@ -145,6 +146,9 @@ <!-- Logcat. Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting. The `%1$s` code inserts variables into the displayed text and should be preserved in translation.--> + <string name="search">Suche</string> + <string name="previous">Vorheriges</string> + <string name="next">Nächstes</string> <string name="copy_string">Kopieren</string> <string name="save">Speichern</string> <string name="clear">Löschen</string> diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index a839c1c..0c2ea21 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,24 +1,25 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright 2021-2022 Soren Stoutner <soren@stoutner.com>. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - Translation 2021-2022 Jose A. León. Copyright assigned to Soren Stoutner <soren@stoutner.com>. + Translation 2021-2022, 2025 Jose A. León. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <resources > <!-- General. --> @@ -145,6 +146,9 @@ <!-- Logcat. Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting. The `%1$s` code inserts variables into the displayed text and should be preserved in translation.--> + <string name="search">Buscar</string> + <string name="previous">Anterior</string> + <string name="next">Siguiente</string> <string name="copy_string">Copiar</string> <string name="save">Guardar</string> <string name="clear">Limpiar</string> diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 1773a36..4876470 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -1,24 +1,25 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright 2021-2022 Soren Stoutner <soren@stoutner.com>. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - Translation 2021-2022 Kévin L. <kevinliste@framalistes.org>. Copyright assigned to Soren Stoutner <soren@stoutner.com>. + Translation 2021-2022, 2025 Kévin L. <kevinliste@framalistes.org>. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <resources> <!-- General. --> @@ -145,6 +146,9 @@ <!-- Logcat. Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting. The `%1$s` code inserts variables into the displayed text and should be preserved in translation.--> + <string name="search">Rechercher</string> + <string name="previous">Précédent</string> + <string name="next">Suivant</string> <string name="copy_string">Copier</string> <string name="save">Sauvegarder</string> <string name="clear">Nettoyer</string> diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index dc1dc29..6c70d09 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1,24 +1,25 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright 2021-2022 Soren Stoutner <soren@stoutner.com>. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - Translation 2021-2022 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>. + Translation 2021-2022, 2025 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>. - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <resources> <!-- General. --> @@ -145,6 +146,9 @@ <!-- Logcat. Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting. The `%1$s` code inserts variables into the displayed text and should be preserved in translation.--> + <string name="search">Ricerca</string> + <string name="previous">Precedente</string> + <string name="next">Successivo</string> <string name="copy_string">Copia</string> <string name="save">Salva</string> <string name="clear">Cancella</string> diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index fab1a37..5e7ac58 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1,22 +1,23 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright 2021-2022 Soren Stoutner <soren@stoutner.com>. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <resources> <!-- General. --> @@ -142,6 +143,9 @@ <!-- Logcat. Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting. The `%1$s` code inserts variables into the displayed text and should be preserved in translation.--> + <string name="search">ÐоиÑк</string> + <string name="previous">ÐÑедÑдÑÑий</string> + <string name="next">СледÑÑÑий</string> <string name="copy_string">СкопиÑоваÑÑ</string> <string name="save">Ð¡Ð¾Ñ ÑаниÑÑ</string> <string name="clear">ÐÑиÑÑиÑÑ</string> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 609cde0..4a18d0c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,22 +1,23 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright 2021-2022 Soren Stoutner <soren@stoutner.com>. + SPDX-License-Identifier: GPL-3.0-or-later + SPDX-FileCopyrightText: 2021-2022, 2025 Soren Stoutner <soren@stoutner.com> - This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. - Privacy Cell is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any later + version. - Privacy Cell is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. - You should have received a copy of the GNU General Public License - along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. --> + You should have received a copy of the GNU General Public License along with + this program. If not, see <https://www.gnu.org/licenses/>. --> <!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing. The missing strings will fall back to English. --> <resources @@ -146,6 +147,10 @@ <!-- Logcat. Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting. The `%1$s` code inserts variables into the displayed text and should be preserved in translation.--> + <string name="search">Search</string> + <string name="zero_of_zero" translatable="false">0/0</string> + <string name="previous">Previous</string> + <string name="next">Next</string> <string name="copy_string">Copy</string> <string name="save">Save</string> <string name="clear">Clear</string> diff --git a/build.gradle b/build.gradle index b2c93d4..081b389 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-FileCopyrightText: 2021-2025 Soren Stoutner <soren@stoutner.com> * - * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. + * This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software @@ -25,8 +25,8 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.8.2' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21" + classpath 'com.android.tools.build:gradle:8.9.1' + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle.properties b/gradle.properties index 582e979..6983486 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,19 +1,21 @@ -# Copyright 2023-2024 Soren Stoutner <soren@stoutner.com>. +# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-FileCopyrightText: 2023-2025 Soren Stoutner <soren@stoutner.com> # -# This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. +# This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. # -# Privacy Cell is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later +# version. # -# Privacy Cell is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. # -# You should have received a copy of the GNU General Public License -# along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# this program. If not, see <https://www.gnu.org/licenses/>. + # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: @@ -46,5 +48,3 @@ android.nonTransitiveRClass=true # Use non-final resource IDs for faster incremental compilation. android.nonFinalResIds=true - -android.defaults.buildfeatures.buildconfig=true \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9a5adda..c2db36c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,23 +1,23 @@ -# Copyright 2023 Soren Stoutner <soren@stoutner.com>. +# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-FileCopyrightText: 2023, 2025 Soren Stoutner <soren@stoutner.com> # -# This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>. +# This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>. # -# Privacy Cell is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later +# version. # -# Privacy Cell is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. # -# You should have received a copy of the GNU General Public License -# along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. +# You should have received a copy of the GNU General Public License along with +# this program. If not, see <https://www.gnu.org/licenses/>. -#Thu Aug 12 09:15:13 MST 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME -- 2.47.2