]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Fix View Source crashing on release builds. https://redmine.stoutner.com/issues/642
authorSoren Stoutner <soren@stoutner.com>
Tue, 24 Nov 2020 08:09:35 +0000 (01:09 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 24 Nov 2020 08:12:53 +0000 (01:12 -0700)
commit606b5659cfd41c546fcbf248dcde72fd3c60d1c3
treec902e86fbbf178e1f9cd8bc1b881fb3c6c0d1db2
parent8a06558b0071fa94e2a7d1093b3118417ac5cc8f
Fix View Source crashing on release builds.  https://redmine.stoutner.com/issues/642
33 files changed:
app/build.gradle
app/proguard-rules.pro
app/src/free/assets/pt-rBR/about_permissions.html [new file with mode: 0644]
app/src/free/assets/pt-rBR/about_privacy_policy.html [new file with mode: 0644]
app/src/free/res/values-pt-rBR/strings.xml
app/src/main/assets/de/about_changelog.html
app/src/main/assets/en/about_changelog.html
app/src/main/assets/es/about_changelog.html
app/src/main/assets/fr/about_changelog.html
app/src/main/assets/it/about_changelog.html
app/src/main/assets/pt-rBR/about_changelog.html
app/src/main/assets/pt-rBR/guide_domain_settings.html
app/src/main/assets/pt-rBR/guide_javascript.html
app/src/main/assets/pt-rBR/guide_local_storage.html
app/src/main/assets/pt-rBR/guide_overview.html
app/src/main/assets/pt-rBR/guide_proxies.html
app/src/main/assets/pt-rBR/guide_requests.html
app/src/main/assets/pt-rBR/guide_ssl_certificates.html
app/src/main/assets/pt-rBR/guide_tracking_ids.html
app/src/main/assets/pt-rBR/guide_user_agent.html
app/src/main/assets/ru/about_changelog.html
app/src/main/assets/tr/about_changelog.html
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/java/com/stoutner/privacybrowser/activities/ViewSourceActivity.java [deleted file]
app/src/main/java/com/stoutner/privacybrowser/activities/ViewSourceActivity.kt [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/backgroundtasks/GetSourceBackgroundTask.java
app/src/main/java/com/stoutner/privacybrowser/viewmodelfactories/WebViewSourceFactory.kt
app/src/main/java/com/stoutner/privacybrowser/viewmodels/WebViewSource.java [deleted file]
app/src/main/java/com/stoutner/privacybrowser/viewmodels/WebViewSource.kt [new file with mode: 0644]
app/src/main/res/values/strings.xml
build.gradle
fastlane/metadata/android/pt-rBR/changelogs/52.txt
gradle.properties