]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Add a forward and back history list. Resolves https://redmine.stoutner.com/issues/24.
authorSoren Stoutner <soren@stoutner.com>
Wed, 9 Nov 2016 18:07:32 +0000 (11:07 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 9 Nov 2016 18:07:32 +0000 (11:07 -0700)
commiteb1e349d876e09e2b82e4eb9d6dc199147e1cde5
tree8a41a4580d5165773dd1395db761a8fe0f9149f6
parenta3f354a396a97e465412dad957b2cd4b757efeb6
Add a forward and back history list.  Resolves https://redmine.stoutner.com/issues/24.
15 files changed:
.idea/misc.xml
app/src/main/assets/de/about_licenses.html
app/src/main/assets/en/about_licenses.html
app/src/main/assets/en/images/ic_list.png [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/DownloadFile.java
app/src/main/java/com/stoutner/privacybrowser/History.java [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/HistoryArrayAdapter.java [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/MainWebViewActivity.java
app/src/main/java/com/stoutner/privacybrowser/UrlHistory.java [new file with mode: 0644]
app/src/main/res/drawable/history.xml [new file with mode: 0644]
app/src/main/res/layout/url_history_dialog.xml [new file with mode: 0644]
app/src/main/res/layout/url_history_item_linearlayout.xml [new file with mode: 0644]
app/src/main/res/menu/webview_navigation_menu.xml
app/src/main/res/values-de/strings.xml
app/src/main/res/values/strings.xml