]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Add an option to display under the camera cutouts. https://redmine.stoutner.com...
authorSoren Stoutner <soren@stoutner.com>
Tue, 28 Nov 2023 17:51:07 +0000 (10:51 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 28 Nov 2023 17:51:07 +0000 (10:51 -0700)
commita94835709a5871399463fb956812026699d6e3f9
treedfb0eaccd31f3debd6d2b3339332609bcb344cd0
parent13e40f25aef5ddfcb5cd7b398c514cf2aa03e334
Add an option to display under the camera cutouts.  https://redmine.stoutner.com/issues/1073
35 files changed:
app/src/main/assets/de/about_changelog.html
app/src/main/assets/de/about_licenses.html
app/src/main/assets/en/about_changelog.html
app/src/main/assets/en/about_licenses.html
app/src/main/assets/es/about_changelog.html
app/src/main/assets/es/about_licenses.html
app/src/main/assets/fr/about_changelog.html
app/src/main/assets/fr/about_licenses.html
app/src/main/assets/it/about_changelog.html
app/src/main/assets/it/about_licenses.html
app/src/main/assets/pt-rBR/about_changelog.html
app/src/main/assets/pt-rBR/about_licenses.html
app/src/main/assets/ru/about_changelog.html
app/src/main/assets/ru/about_licenses.html
app/src/main/assets/shared_images/list_alt_rounded_24.svg [deleted file]
app/src/main/assets/shared_images/list_alt_rounded_24px.svg [new file with mode: 0644]
app/src/main/assets/shared_images/subheader_rounded_weight400_grade0_48px.svg [new file with mode: 0644]
app/src/main/assets/tr/about_changelog.html
app/src/main/assets/tr/about_licenses.html
app/src/main/assets/zh-rCN/about_changelog.html
app/src/main/assets/zh-rCN/about_licenses.html
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.kt
app/src/main/java/com/stoutner/privacybrowser/fragments/SettingsFragment.kt
app/src/main/java/com/stoutner/privacybrowser/helpers/ImportExportDatabaseHelper.kt
app/src/main/res/drawable/app_bar_disabled.xml
app/src/main/res/drawable/app_bar_enabled.xml
app/src/main/res/drawable/app_bar_ghosted.xml
app/src/main/res/drawable/clear_logcat_disabled.xml
app/src/main/res/drawable/clear_logcat_enabled.xml
app/src/main/res/drawable/display_under_cutouts_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/display_under_cutouts_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/full_screen_disabled.xml
app/src/main/res/drawable/full_screen_enabled.xml
app/src/main/res/values/strings.xml
app/src/main/res/xml/preferences.xml