]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit - build.gradle
Use the public download directory. https://redmine.stoutner.com/issues/224
authorSoren Stoutner <soren@stoutner.com>
Thu, 5 Apr 2018 21:57:49 +0000 (14:57 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 5 Apr 2018 21:57:49 +0000 (14:57 -0700)
commitd420aa6be32a78b27905074edc3881a6e71d2263
treeada2cda50259da19f653431177f33427ff403ddd
parent4c03f0a5063c9a16e05dc2cbeb5d7ab4960a6fcc
Use the public download directory.  https://redmine.stoutner.com/issues/224
70 files changed:
.idea/codeStyles/Project.xml
app/build.gradle
app/src/free/assets/de/about_permissions_dark.html
app/src/free/assets/de/about_permissions_light.html
app/src/free/assets/de/about_privacy_policy_dark.html
app/src/free/assets/de/about_privacy_policy_light.html
app/src/free/assets/en/about_permissions_dark.html
app/src/free/assets/en/about_permissions_light.html
app/src/free/assets/en/about_privacy_policy_dark.html
app/src/free/assets/en/about_privacy_policy_light.html
app/src/free/assets/es/about_permissions_dark.html
app/src/free/assets/es/about_permissions_light.html
app/src/free/assets/es/about_privacy_policy_dark.html
app/src/free/assets/es/about_privacy_policy_light.html
app/src/free/assets/it/about_permissions_dark.html
app/src/free/assets/it/about_permissions_light.html
app/src/free/assets/it/about_privacy_policy_dark.html
app/src/free/assets/it/about_privacy_policy_light.html
app/src/free/assets/ru/about_permissions_dark.html [new file with mode: 0644]
app/src/free/assets/ru/about_permissions_light.html [new file with mode: 0644]
app/src/free/assets/ru/about_privacy_policy_dark.html [new file with mode: 0644]
app/src/free/assets/ru/about_privacy_policy_light.html [new file with mode: 0644]
app/src/free/res/values-de/strings.xml
app/src/free/res/values-es/strings.xml
app/src/free/res/values-ru/strings.xml [new file with mode: 0644]
app/src/main/AndroidManifest.xml
app/src/main/assets/de/about_contributors_dark.html
app/src/main/assets/de/about_contributors_light.html
app/src/main/assets/de/about_permissions_dark.html
app/src/main/assets/de/about_permissions_light.html
app/src/main/assets/en/about_contributors_dark.html
app/src/main/assets/en/about_contributors_light.html
app/src/main/assets/en/about_permissions_dark.html
app/src/main/assets/en/about_permissions_light.html
app/src/main/assets/es/about_contributors_dark.html
app/src/main/assets/es/about_contributors_light.html
app/src/main/assets/es/about_permissions_dark.html
app/src/main/assets/es/about_permissions_light.html
app/src/main/assets/it/about_contributors_dark.html
app/src/main/assets/it/about_contributors_light.html
app/src/main/assets/it/about_permissions_dark.html
app/src/main/assets/it/about_permissions_light.html
app/src/main/assets/it/about_privacy_policy_dark.html
app/src/main/assets/it/about_privacy_policy_light.html
app/src/main/assets/ru/about_contributors_dark.html
app/src/main/assets/ru/about_contributors_light.html
app/src/main/assets/ru/about_permissions_dark.html [new file with mode: 0644]
app/src/main/assets/ru/about_permissions_light.html [new file with mode: 0644]
app/src/main/assets/ru/about_privacy_policy_dark.html [new file with mode: 0644]
app/src/main/assets/ru/about_privacy_policy_light.html [new file with mode: 0644]
app/src/main/assets/ru/guide_domain_settings_dark.html [new file with mode: 0644]
app/src/main/assets/ru/guide_domain_settings_light.html [new file with mode: 0644]
app/src/main/assets/ru/images/bookmarks.png [new file with mode: 0644]
app/src/main/assets/ru/images/domain_settings.png [new file with mode: 0644]
app/src/main/assets/ru/images/green_url_bar.png [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/java/com/stoutner/privacybrowser/dialogs/AboutViewSourceDialog.java
app/src/main/java/com/stoutner/privacybrowser/dialogs/DownloadFileDialog.java
app/src/main/java/com/stoutner/privacybrowser/dialogs/DownloadImageDialog.java
app/src/main/java/com/stoutner/privacybrowser/dialogs/DownloadLocationPermissionDialog.java [new file with mode: 0644]
app/src/main/res/drawable/downloads.xml [deleted file]
app/src/main/res/drawable/downloads_dark.xml [new file with mode: 0644]
app/src/main/res/drawable/downloads_light.xml [new file with mode: 0644]
app/src/main/res/layout/about_tab_version.xml
app/src/main/res/menu/webview_navigation_menu.xml
app/src/main/res/values-de/strings.xml
app/src/main/res/values-es/strings.xml
app/src/main/res/values/strings.xml
build.gradle
gradle/wrapper/gradle-wrapper.properties