From 69ed48842ac85514293ecd91e12199ab6d82d145 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Wed, 28 Mar 2018 13:25:05 +0200 Subject: [PATCH] Add missing library definitions Only temporary until they get included by the upstream projects or AboutLibraries --- .../res/values/aboutlibraries_definitions.xml | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 app/src/main/res/values/aboutlibraries_definitions.xml diff --git a/app/src/main/res/values/aboutlibraries_definitions.xml b/app/src/main/res/values/aboutlibraries_definitions.xml new file mode 100644 index 00000000..43a3bdd9 --- /dev/null +++ b/app/src/main/res/values/aboutlibraries_definitions.xml @@ -0,0 +1,88 @@ + + + + + + + The Apache Software Foundation + http://apache.org + + Apache Commons Codec + Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs. + http://commons.apache.org/proper/commons-codec + 1.11 + + true + https://github.com/apache/commons-codec + + org.apache.commons.codec + + apache_2_0 + + + + Akira Aratani + + Expandable Layout + This library provides an expandable layout with various animations. + https://github.com/AAkira/ExpandableLayout + 1.6.0 + + true + https://github.com/AAkira/ExpandableLayout + + com.github.aakira.expandablelayout.ExpandableLayout + + apache_2_0 + + + + Jan Heinrich Reimer + https://heinrichreimer.com/ + + material-intro + A simple material design app intro with cool animations and a fluent API. + https://github.com/heinrichreimer/material-intro + 1.6.1 + + true + https://github.com/heinrichreimer/material-intro + + com.heinrichreimersoftware.materialintro.IntroActivity + + mit + + + + Dominik Schürmann + https://www.schuermann.eu/ + + OpenPGP API library + Library to perform OpenPGP operations (sign, encrypt, decrypt, verify and more) by connecting your app to remote services (for example provided by OpenKeychain). + https://github.com/open-keychain/openpgp-api + 12 + + true + https://github.com/open-keychain/openpgp-api + + org.openintents.openpgp.util.OpenPgpApi + + apache_2_0 + + + + Journey Mobile + https://journeyapps.com + + ZXing Android Embedded + Barcode scanning library for Android, using ZXing for decoding. + https://github.com/journeyapps/zxing-android-embedded + 3.6.0 + + true + https://github.com/journeyapps/zxing-android-embedded + + com.journeyapps.barcodescanner.CaptureActivity + + mit + \ No newline at end of file