]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Fix custom headers not being loaded for links initialed from the WebView. https...
authorSoren Stoutner <soren@stoutner.com>
Sat, 20 Jun 2020 19:24:47 +0000 (12:24 -0700)
committerSoren Stoutner <soren@stoutner.com>
Sat, 20 Jun 2020 19:24:47 +0000 (12:24 -0700)
commit9d621a09cdc72a3ad434084b3aab297f3a7a9d44
tree2cd10972144bee58f19604861d32acffa0966eba
parent27e33047e14466c84212bca02a14a7fc4ff15af8
Fix custom headers not being loaded for links initialed from the WebView.  https://redmine.stoutner.com/issues/584
27 files changed:
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/java/com/stoutner/privacybrowser/fragments/DomainSettingsFragment.java
app/src/main/java/com/stoutner/privacybrowser/fragments/SettingsFragment.java
app/src/main/res/drawable/night_mode_disabled_day.xml [deleted file]
app/src/main/res/drawable/night_mode_disabled_night.xml [deleted file]
app/src/main/res/drawable/night_mode_enabled_day.xml [deleted file]
app/src/main/res/drawable/night_mode_enabled_night.xml [deleted file]
app/src/main/res/drawable/webview_theme_disabled_day.xml [new file with mode: 0644]
app/src/main/res/drawable/webview_theme_disabled_night.xml [new file with mode: 0644]
app/src/main/res/drawable/webview_theme_enabled_day.xml [new file with mode: 0644]
app/src/main/res/drawable/webview_theme_enabled_night.xml [new file with mode: 0644]
app/src/main/res/layout/domain_settings_fragment.xml
app/src/main/res/values-de/strings.xml
app/src/main/res/values-es/strings.xml
app/src/main/res/values-fr/strings.xml
app/src/main/res/values-it/strings.xml
app/src/main/res/values-night-v23/styles.xml
app/src/main/res/values-night-v27/styles.xml
app/src/main/res/values-night/styles.xml
app/src/main/res/values-ru/strings.xml
app/src/main/res/values-tr/strings.xml
app/src/main/res/values-v23/styles.xml
app/src/main/res/values-v27/styles.xml
app/src/main/res/values/attrs.xml
app/src/main/res/values/strings.xml
app/src/main/res/values/styles.xml
app/src/main/res/xml/preferences.xml