]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Create a TabLayout for About and populate the Version tab.
authorSoren Stoutner <soren@stoutner.com>
Tue, 31 May 2016 04:49:23 +0000 (21:49 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 31 May 2016 04:49:23 +0000 (21:49 -0700)
commit8498a3be7602976764d5b707fda012519deb88b4
treeef5de5f526e162bbab3e2278f9bb1de031f99651
parentf4315c29db9e9f38d3c84998c159c1b246290c70
Create a TabLayout for About and populate the Version tab.
31 files changed:
.idea/dictionaries/soren.xml
.idea/gradle.xml
app/build.gradle
app/src/main/AndroidManifest.xml
app/src/main/assets/about_changelog.html [new file with mode: 0644]
app/src/main/assets/about_contributors.html [new file with mode: 0644]
app/src/main/assets/about_license.html [new file with mode: 0644]
app/src/main/assets/about_permissions.html [new file with mode: 0644]
app/src/main/assets/about_text.html [deleted file]
app/src/main/java/com/stoutner/privacybrowser/AboutActivity.java [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/AboutDialog.java [deleted file]
app/src/main/java/com/stoutner/privacybrowser/AboutTabFragment.java [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/MainWebViewActivity.java
app/src/main/res/drawable/about.xml
app/src/main/res/drawable/back.xml
app/src/main/res/drawable/downloads.xml
app/src/main/res/drawable/exit.xml
app/src/main/res/drawable/forward.xml
app/src/main/res/drawable/guide.xml [new file with mode: 0644]
app/src/main/res/drawable/home.xml
app/src/main/res/drawable/javascript_enabled.xml
app/src/main/res/drawable/privacy_mode.xml
app/src/main/res/drawable/settings.xml
app/src/main/res/drawable/warning.xml
app/src/main/res/drawable/world.xml
app/src/main/res/layout/about_linearlayout.xml [new file with mode: 0644]
app/src/main/res/layout/about_tab_version.xml [new file with mode: 0644]
app/src/main/res/layout/about_tab_webview.xml [new file with mode: 0644]
app/src/main/res/menu/menu_navigation.xml
app/src/main/res/values/colors.xml
app/src/main/res/values/strings.xml