]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Add controls for `Clear and Exit`. Implements https://redmine.stoutner.com/issues...
authorSoren Stoutner <soren@stoutner.com>
Wed, 31 May 2017 00:16:35 +0000 (17:16 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 31 May 2017 00:16:35 +0000 (17:16 -0700)
commit4d7e0bfa2399670591dc585f94a976b904787a9d
tree933f55d5cb8196778ad71768b133beba275be38d
parent08a9cd90dcf5977eb64c26e1bbdbc2bfc65be9b5
Add controls for `Clear and Exit`.  Implements https://redmine.stoutner.com/issues/133.
21 files changed:
app/src/main/assets/de/about_licenses.html
app/src/main/assets/en/about_licenses.html
app/src/main/assets/en/images/ic_delete_forever.png [new file with mode: 0644]
app/src/main/assets/en/images/ic_donut_small.png [new file with mode: 0644]
app/src/main/assets/es/about_licenses.html
app/src/main/assets/es/about_links.html
app/src/main/assets/it/about_licenses.html
app/src/main/assets/zh-rTW/about_licenses.html
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/java/com/stoutner/privacybrowser/fragments/SettingsFragment.java
app/src/main/res/drawable/cache_cleared.xml [new file with mode: 0644]
app/src/main/res/drawable/cache_warning.xml [new file with mode: 0644]
app/src/main/res/drawable/clear_everything_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/clear_everything_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/cookies_cleared.xml [new file with mode: 0644]
app/src/main/res/drawable/dom_storage_cleared.xml [new file with mode: 0644]
app/src/main/res/drawable/dom_storage_warning.xml [new file with mode: 0644]
app/src/main/res/drawable/form_data_cleared.xml [new file with mode: 0644]
app/src/main/res/drawable/form_data_warning.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml
app/src/main/res/xml/preferences.xml