From b79c0926e53a90d3f1ac5d065f24bb93f091c7fa Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Sun, 3 May 2015 10:29:18 -0400 Subject: populating the version name and code in about.html at build time --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/assets/.gitignore | 2 + app/src/main/assets/about.html | 87 --------------------------------------- app/src/main/templates/about.html | 87 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 90 insertions(+), 88 deletions(-) create mode 100644 app/src/main/assets/.gitignore delete mode 100644 app/src/main/assets/about.html create mode 100644 app/src/main/templates/about.html (limited to 'app/src') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7a4c8366e..97f8bbdad 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="1.2"> diff --git a/app/src/main/assets/.gitignore b/app/src/main/assets/.gitignore new file mode 100644 index 000000000..328840cfc --- /dev/null +++ b/app/src/main/assets/.gitignore @@ -0,0 +1,2 @@ +# this file is generated automatically +about.html diff --git a/app/src/main/assets/about.html b/app/src/main/assets/about.html deleted file mode 100644 index af7297564..000000000 --- a/app/src/main/assets/about.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - About AntennaPod - - - -

Used libraries

- -

Apache Commons (Link)

-by The Apache Software Foundation, licensed under the Apache 2.0 license (View) - -

flattr4j (Link)

-licensed under the Apache 2.0 license (View) - -

drag-sort-listview (Link)

-licensed under the Apache 2.0 license (View) - -

Presto Client (Link)

-licensed under the Apache 2.0 license (View) - -

jsoup (Link)

-licensed under the MIT license (View) - -

Picasso (Link)

-licensed under the Apache 2.0 license (View) - -

OkHttp (Link)

-licensed under the Apache 2.0 license (View) - -

Okio (Link)

-licensed under the Apache 2.0 license (View) - -

Material Design Icons (Link)

-by Google, licensed under an Attribution-ShareAlike 4.0 International license (View) - -

EventBus (Link>)

-by greenrobot, licensed under the Apache 2.0 license (View) - -

Iconify (Link>)

-by Joan Zapata, licensed under the Apache 2.0 license (View) - - - 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 @@ + + + + + + About AntennaPod + + + +

Used libraries

+ +

Apache Commons (Link)

+by The Apache Software Foundation, licensed under the Apache 2.0 license (View) + +

flattr4j (Link)

+licensed under the Apache 2.0 license (View) + +

drag-sort-listview (Link)

+licensed under the Apache 2.0 license (View) + +

Presto Client (Link)

+licensed under the Apache 2.0 license (View) + +

jsoup (Link)

+licensed under the MIT license (View) + +

Picasso (Link)

+licensed under the Apache 2.0 license (View) + +

OkHttp (Link)

+licensed under the Apache 2.0 license (View) + +

Okio (Link)

+licensed under the Apache 2.0 license (View) + +

Material Design Icons (Link)

+by Google, licensed under an Attribution-ShareAlike 4.0 International license (View) + +

EventBus (Link>)

+by greenrobot, licensed under the Apache 2.0 license (View) + +

Iconify (Link>)

+by Joan Zapata, licensed under the Apache 2.0 license (View) + + + -- cgit v1.2.3 From 5a8702c299bfa9695ee4f359c2f9a0a6e8d653e3 Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Sun, 3 May 2015 10:33:21 -0400 Subject: Updated copyright and contributors file --- app/src/main/templates/about.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/src') diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html index df7a05b70..3a48eeec1 100644 --- a/app/src/main/templates/about.html +++ b/app/src/main/templates/about.html @@ -43,7 +43,9 @@

AntennaPod, Version @versionname@, Build @versioncode@

-

Copyright © 2014 Daniel Oeh

+

Created by Daniel Oeh

+ +

Copyright © 2015 AntennaPod Contributors (View)

Licensed under the MIT License (View)

-- cgit v1.2.3