]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Create a dark theme for `MainWebViewActivity`.
authorSoren Stoutner <soren@stoutner.com>
Tue, 13 Jun 2017 04:39:08 +0000 (21:39 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 13 Jun 2017 04:39:08 +0000 (21:39 -0700)
commit792956e409a0a191f0e1a2da9bdc9c46941215ca
tree51ea4283eb4af55d84596c2b3f5d4f2196ec8e4a
parent6b80f3b394479dc49a3a4dfce730fada4bba8a70
Create a dark theme for `MainWebViewActivity`.
51 files changed:
.idea/dictionaries/soren.xml
app/src/free/assets/zh-rTW/about_permissions.html [deleted file]
app/src/free/assets/zh-rTW/about_privacy_policy.html [deleted file]
app/src/free/res/values-zh-rTW/strings.xml [deleted file]
app/src/main/AndroidManifest.xml
app/src/main/assets/de/about_licenses.html
app/src/main/assets/en/about_licenses.html
app/src/main/assets/en/images/ic_style.png [new file with mode: 0644]
app/src/main/assets/es/about_licenses.html
app/src/main/assets/it/about_licenses.html
app/src/main/assets/zh-rTW/about_changelog.html [deleted file]
app/src/main/assets/zh-rTW/about_contributors.html [deleted file]
app/src/main/assets/zh-rTW/about_licenses.html [deleted file]
app/src/main/assets/zh-rTW/about_links.html [deleted file]
app/src/main/assets/zh-rTW/about_permissions.html [deleted file]
app/src/main/assets/zh-rTW/about_privacy_policy.html [deleted file]
app/src/main/assets/zh-rTW/guide_domain_settings.html [deleted file]
app/src/main/assets/zh-rTW/guide_javascript.html [deleted file]
app/src/main/assets/zh-rTW/guide_local_storage.html [deleted file]
app/src/main/assets/zh-rTW/guide_overview.html [deleted file]
app/src/main/assets/zh-rTW/guide_tor.html [deleted file]
app/src/main/assets/zh-rTW/guide_tracking_ids.html [deleted file]
app/src/main/assets/zh-rTW/guide_user_agent.html [deleted file]
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/OrbotProxyHelper.java
app/src/main/res/color/dark_primary_text_color_selector.xml [new file with mode: 0644]
app/src/main/res/drawable/theme_dark.xml [new file with mode: 0644]
app/src/main/res/drawable/theme_light.xml [new file with mode: 0644]
app/src/main/res/drawable/url_bar_background_dark_blue.xml [new file with mode: 0644]
app/src/main/res/drawable/url_bar_background_green.xml [deleted file]
app/src/main/res/drawable/url_bar_background_light_green.xml [new file with mode: 0644]
app/src/main/res/layout/about_coordinatorlayout.xml
app/src/main/res/layout/bookmarks_coordinatorlayout.xml
app/src/main/res/layout/bookmarks_database_view_coordinatorlayout.xml
app/src/main/res/layout/domain_settings_coordinatorlayout.xml
app/src/main/res/layout/domains_coordinatorlayout.xml
app/src/main/res/layout/guide_coordinatorlayout.xml
app/src/main/res/layout/main_drawerlayout.xml [deleted file]
app/src/main/res/layout/main_drawerlayout_dark.xml [new file with mode: 0644]
app/src/main/res/layout/main_drawerlayout_light.xml [new file with mode: 0644]
app/src/main/res/layout/main_webview.xml
app/src/main/res/layout/navigation_header.xml [deleted file]
app/src/main/res/layout/navigation_header_dark.xml [new file with mode: 0644]
app/src/main/res/layout/navigation_header_light.xml [new file with mode: 0644]
app/src/main/res/values-zh-rTW/strings.xml [deleted file]
app/src/main/res/values/colors.xml
app/src/main/res/values/strings.xml
app/src/main/res/values/styles.xml
app/src/main/res/xml/preferences.xml
build.gradle