]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Add copyright and GPLv3+ licensing information. Create an About AlertDialog.
authorSoren Stoutner <soren@stoutner.com>
Tue, 29 Dec 2015 00:22:20 +0000 (17:22 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 29 Dec 2015 00:22:20 +0000 (17:22 -0700)
commita7e15f550848e50703320e8811d24a7cf0d8d189
tree2bcaf66d7f27f5ae66f1afe04b9459cdd903ad49
parentb72fd06c1e378ca01c1cccd83ed0c7ae5297b8f4
Add copyright and GPLv3+ licensing information.  Create an About AlertDialog.
13 files changed:
.idea/dictionaries/soren.xml
COPYING [new file with mode: 0644]
app/src/main/AndroidManifest.xml
app/src/main/assets/about_text.html [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/AboutDialog.java [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/CreateHomeScreenShortcut.java
app/src/main/java/com/stoutner/privacybrowser/Webview.java
app/src/main/res/layout/activity_webview.xml
app/src/main/res/layout/app_bar.xml
app/src/main/res/layout/create_home_screen_shortcut_dialog.xml
app/src/main/res/menu/menu_webview.xml
app/src/main/res/values/strings.xml
app/src/main/res/values/styles.xml