]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Add a preference to control opening of intents in new tabs. https://redmine.stoutner...
authorSoren Stoutner <soren@stoutner.com>
Tue, 23 Apr 2019 21:31:30 +0000 (14:31 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 23 Apr 2019 21:31:30 +0000 (14:31 -0700)
commitb4ad3d976ddc7902546f820df9d8e0e3172b7c69
treeb9ddd2ebe9997d0aa6cf4f09732ccf8c445b0a9c
parent16c71df36aa4c1a82d4afdb040758902049e4cb0
Add a preference to control opening of intents in new tabs.  https://redmine.stoutner.com/issues/357
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/tab.xml [deleted file]
app/src/main/res/drawable/tab_disabled_dark.xml [new file with mode: 0644]
app/src/main/res/drawable/tab_disabled_light.xml [new file with mode: 0644]
app/src/main/res/drawable/tab_enabled_dark.xml [new file with mode: 0644]
app/src/main/res/drawable/tab_enabled_light.xml [new file with mode: 0644]
app/src/main/res/menu/webview_navigation_menu.xml
app/src/main/res/values/strings.xml
app/src/main/res/xml/preferences.xml