]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Pass cookies (if enabled) to download manager. This allows downloading of files...
authorSoren Stoutner <soren@stoutner.com>
Tue, 24 Jan 2017 22:45:43 +0000 (15:45 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 24 Jan 2017 22:45:43 +0000 (15:45 -0700)
commit3326976f52dfb9ab06530128c8ef6bb4027b0391
tree5721263e502a468fdf3f1ac961a7a0c62d933ced
parent64a6619a90b004521e549cd284f76d9a9d9e95f0
Pass cookies (if enabled) to download manager.  This allows downloading of files from websites that require a login.  Code submitted by Hendrik Knackstedt.  Fixes https://redmine.stoutner.com/issues/73.
.idea/dictionaries/soren.xml
app/src/free/assets/es/about_privacy_policy.html [new file with mode: 0644]
app/src/free/assets/it/about_permissions.html [new file with mode: 0644]
app/src/free/assets/it/about_privacy_policy.html [new file with mode: 0644]
app/src/main/assets/de/about_contributors.html
app/src/main/assets/en/about_contributors.html
app/src/main/assets/es/about_contributors.html
app/src/main/assets/it/about_contributors.html
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebView.java