summaryrefslogtreecommitdiff
path: root/app/src/main/templates/about.html
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-05-03 10:29:18 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-05-03 10:29:18 -0400
commitb79c0926e53a90d3f1ac5d065f24bb93f091c7fa (patch)
treeb5f1a13d3f48dca9701cb61b9f4c4482373bf29c /app/src/main/templates/about.html
parent4e78205e624b6f3b19272c2a04f02d14f44875fd (diff)
downloadAntennaPod-b79c0926e53a90d3f1ac5d065f24bb93f091c7fa.zip
populating the version name and code in about.html at build time
Diffstat (limited to 'app/src/main/templates/about.html')
-rw-r--r--app/src/main/templates/about.html87
1 files changed, 87 insertions, 0 deletions
diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html
new file mode 100644
index 000000000..df7a05b70
--- /dev/null
+++ b/app/src/main/templates/about.html
@@ -0,0 +1,87 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+ <style type="text/css">
+
+ * {
+ font-family: Helvetica
+ }
+ header {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ padding-bottom: 500px;
+
+
+ }
+
+ versiontag {
+ color: gray;
+ }
+
+ h1 {
+ font-size: 15pt;
+ }
+
+ h2 {
+ font-size: 13pt;
+ }
+
+ a {
+ font-size: 14px;
+ color: #00A8DF;
+ text-decoration: none;
+ }
+
+ </style>
+ <title>About AntennaPod</title>
+</head>
+<body>
+<div id="header" align="center">
+ <img src="logo.png" alt="Logo" width="100px" height="100px"/>
+
+ <p>AntennaPod, Version @versionname@, Build @versioncode@</p>
+
+ <p>Copyright © 2014 Daniel Oeh</p>
+
+ <p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p>
+</div>
+<h1>Used libraries</h1>
+
+<h2>Apache Commons <a href="http://commons.apache.org/">(Link)</a></h2>
+by The Apache Software Foundation, licensed under the Apache 2.0 license <a
+ href="LICENSE_APACHE_COMMONS.txt">(View)</a>
+
+<h2>flattr4j <a href="http://www.shredzone.org/projects/flattr4j/wiki">(Link)</a></h2>
+licensed under the Apache 2.0 license <a href="LICENSE_FLATTR4J.txt">(View)</a>
+
+<h2>drag-sort-listview <a href="https://github.com/bauerca/drag-sort-listview">(Link)</a></h2>
+licensed under the Apache 2.0 license <a href="LICENSE_DSLV.txt">(View)</a>
+
+<h2>Presto Client <a href="http://www.aocate.com/presto/">(Link)</a></h2>
+licensed under the Apache 2.0 license <a href="LICENSE_PRESTO.txt">(View)</a>
+
+<h2>jsoup <a href="http://jsoup.org/">(Link)</a></h2>
+licensed under the MIT license <a href="LICENSE_JSOUP.txt">(View)</a>
+
+<h2>Picasso <a href="https://github.com/square/picasso">(Link)</a></h2>
+licensed under the Apache 2.0 license <a href="LICENSE_PICASSO.txt">(View)</a>
+
+<h2>OkHttp <a href="https://github.com/square/okhttp">(Link)</a></h2>
+licensed under the Apache 2.0 license <a href="LICENSE_OKHTTP.txt">(View)</a>
+
+<h2>Okio <a href="https://github.com/square/okio">(Link)</a></h2>
+licensed under the Apache 2.0 license <a href="LICENSE_OKIO.txt">(View)</a>
+
+<h2>Material Design Icons <a href="https://github.com/google/material-design-icons">(Link)</a></h2>
+by Google, licensed under an Attribution-ShareAlike 4.0 International license <a href="LICENSE_MATERIAL_DESIGN_ICONS.txt">(View)</a>
+
+<h2>EventBus <a href="https://github.com/greenrobot/EventBus">(Link>)</a></h2>
+by greenrobot, licensed under the Apache 2.0 license <a href="LICENSE_EVENTBUS.txt">(View)</a>
+
+<h2>Iconify <a href="https://github.com/JoanZapata/android-iconify">(Link>)</a></h2>
+by Joan Zapata, licensed under the Apache 2.0 license <a href="LICENSE_ANDROID_ICONIFY.txt">(View)</a>
+
+</body>
+</html>