From 9b681d95e2714af4b0d551bfa0f8fbc414fb9245 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 2 Jun 2016 19:24:36 +0200 Subject: [PATCH] add licences --- app/src/main/AndroidManifest.xml | 5 +++ .../camera/AboutActivity.java | 9 +++++ .../camera/LicenseActivity.java | 28 +++++++++++++++ app/src/main/res/layout/activity_about.xml | 6 ++-- app/src/main/res/layout/activity_license.xml | 35 +++++++++++++++++++ app/src/main/res/values/strings.xml | 13 +++++-- 6 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 app/src/main/java/com/simplemobiletools/camera/LicenseActivity.java create mode 100644 app/src/main/res/layout/activity_license.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a4beede1..0c8f5db1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -26,6 +26,11 @@ + + + android:paddingBottom="@dimen/activity_margin" + android:paddingTop="@dimen/activity_margin" + android:text="@string/third_party_licences_underlined" + android:textColor="@color/colorPrimary"/> + + + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f196406e..c7fcda25 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -4,10 +4,17 @@ About - For more simple apps please visit:\nhttp://simplemobiletools.com - You can send your feedback and new app suggestions at: + For more simple apps or source codes please visit:\nhttp://simplemobiletools.com + You can send your feedback or new app suggestions at: hello@simplemobiletools.com - License + Third party licences v %1$s Copyright © Simple Mobile Tools %1$d + + + This app uses the following third party libraries to make my life easier. Thank you. + Third party licences + Butter Knife (view injector) + Copyright 2013 Jake Wharton\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License. + https://github.com/JakeWharton/butterknife