]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Partial Find on Page implimentation.
authorSoren Stoutner <soren@stoutner.com>
Sun, 23 Oct 2016 00:28:58 +0000 (17:28 -0700)
committerSoren Stoutner <soren@stoutner.com>
Sun, 23 Oct 2016 00:28:58 +0000 (17:28 -0700)
commite4395e4c0786da8ce5c00cb2762e78ad706e86db
treecefb0740ef8155c638fe9f7198d8ddb69e5190cf
parent015b8984ce72dc3c4c541d8caab6ef78d4fb6a17
Partial Find on Page implimentation.
16 files changed:
app/build.gradle
app/src/main/assets/de/about_licenses.html
app/src/main/assets/en/about_licenses.html
app/src/main/assets/en/images/ic_close.png [new file with mode: 0644]
app/src/main/assets/en/images/ic_expand_less.png [new file with mode: 0644]
app/src/main/assets/en/images/ic_expand_more.png [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/MainWebViewActivity.java
app/src/main/res/drawable/close.xml [new file with mode: 0644]
app/src/main/res/drawable/next.xml [new file with mode: 0644]
app/src/main/res/drawable/previous.xml [new file with mode: 0644]
app/src/main/res/layout/find_on_page_app_bar.xml [new file with mode: 0644]
app/src/main/res/layout/url_app_bar.xml [new file with mode: 0644]
app/src/main/res/layout/url_bar.xml [deleted file]
app/src/main/res/menu/webview_options_menu.xml
app/src/main/res/values/strings.xml
build.gradle