]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit - app/src/main/res/xml/preferences.xml
Impliment scrolling of the app bar. https://redmine.stoutner.com/issues/8
authorSoren Stoutner <soren@stoutner.com>
Sat, 23 Feb 2019 04:01:23 +0000 (21:01 -0700)
committerSoren Stoutner <soren@stoutner.com>
Sat, 23 Feb 2019 04:01:23 +0000 (21:01 -0700)
commitbe5c6472390dd054ffb15593388bc103944a99e4
treebd06ab31572af57c6b0b6dc0ba2b599a7af6acab
parentba40295dffd761ccdc95d3b46ca7acbad1f00d5e
Impliment scrolling of the app bar.  https://redmine.stoutner.com/issues/8
62 files changed:
.idea/assetWizardSettings.xml
.idea/misc.xml
app/src/free/java/com/stoutner/privacybrowser/helpers/AdHelper.java
app/src/free/res/layout/adview.xml [new file with mode: 0644]
app/src/free/res/layout/main_webview.xml [deleted file]
app/src/main/assets/de/about_licenses_dark.html
app/src/main/assets/de/about_licenses_light.html
app/src/main/assets/en/about_licenses_dark.html
app/src/main/assets/en/about_licenses_light.html
app/src/main/assets/es/about_licenses_dark.html
app/src/main/assets/es/about_licenses_light.html
app/src/main/assets/it/about_licenses_dark.html
app/src/main/assets/it/about_licenses_light.html
app/src/main/assets/ru/about_licenses_dark.html
app/src/main/assets/ru/about_licenses_light.html
app/src/main/assets/shared_images/call_to_action_dark.png [deleted file]
app/src/main/assets/shared_images/call_to_action_light.png [deleted file]
app/src/main/assets/shared_images/fullscreen_dark.png [deleted file]
app/src/main/assets/shared_images/fullscreen_light.png [deleted file]
app/src/main/assets/shared_images/payment_dark.png [new file with mode: 0644]
app/src/main/assets/shared_images/payment_light.png [new file with mode: 0644]
app/src/main/assets/tr/about_licenses_dark.html
app/src/main/assets/tr/about_licenses_light.html
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/java/com/stoutner/privacybrowser/fragments/SettingsFragment.java
app/src/main/java/com/stoutner/privacybrowser/helpers/ImportExportDatabaseHelper.java
app/src/main/java/com/stoutner/privacybrowser/views/NestedScrollWebView.java
app/src/main/res/drawable/app_bar_disabled_dark.xml [new file with mode: 0644]
app/src/main/res/drawable/app_bar_disabled_light.xml [new file with mode: 0644]
app/src/main/res/drawable/app_bar_enabled_dark.xml [new file with mode: 0644]
app/src/main/res/drawable/app_bar_enabled_light.xml [new file with mode: 0644]
app/src/main/res/drawable/app_bar_ghosted_dark.xml [new file with mode: 0644]
app/src/main/res/drawable/app_bar_ghosted_light.xml [new file with mode: 0644]
app/src/main/res/drawable/full_screen_disabled_dark.xml
app/src/main/res/drawable/full_screen_disabled_light.xml
app/src/main/res/drawable/full_screen_enabled_dark.xml
app/src/main/res/drawable/full_screen_enabled_light.xml
app/src/main/res/drawable/hide_system_bars_disabled_dark.xml [deleted file]
app/src/main/res/drawable/hide_system_bars_disabled_light.xml [deleted file]
app/src/main/res/drawable/hide_system_bars_enabled_dark.xml [deleted file]
app/src/main/res/drawable/hide_system_bars_enabled_light.xml [deleted file]
app/src/main/res/drawable/hide_system_bars_ghosted_dark.xml [deleted file]
app/src/main/res/drawable/hide_system_bars_ghosted_light.xml [deleted file]
app/src/main/res/drawable/translucent_bar_disabled_dark.xml [deleted file]
app/src/main/res/drawable/translucent_bar_disabled_light.xml [deleted file]
app/src/main/res/drawable/translucent_bar_enabled_dark.xml [deleted file]
app/src/main/res/drawable/translucent_bar_enabled_light.xml [deleted file]
app/src/main/res/drawable/translucent_bar_ghosted_dark.xml [deleted file]
app/src/main/res/drawable/translucent_bar_ghosted_light.xml [deleted file]
app/src/main/res/layout-w900dp/bookmarks_drawer.xml
app/src/main/res/layout/adview.xml [new file with mode: 0644]
app/src/main/res/layout/bookmarks_drawer.xml
app/src/main/res/layout/find_on_page_app_bar.xml [deleted file]
app/src/main/res/layout/main_drawerlayout.xml [deleted file]
app/src/main/res/layout/main_framelayout.xml [new file with mode: 0644]
app/src/main/res/layout/main_webview.xml [deleted file]
app/src/main/res/values-es/strings.xml
app/src/main/res/values-it/strings.xml
app/src/main/res/values-ru/strings.xml
app/src/main/res/values-tr/strings.xml
app/src/main/res/values/strings.xml
app/src/main/res/xml/preferences.xml