diff --git a/app/build.gradle b/app/build.gradle
index 4f251a7..61006dc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -31,6 +31,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.jakewharton:butterknife:8.0.1'
compile 'com.squareup:otto:1.3.8'
+ compile 'com.github.yukuku:ambilwarna:2.0.1'
apt 'com.jakewharton:butterknife-compiler:8.0.1'
}
diff --git a/app/src/main/java/com/simplemobiletools/flashlight/activities/LicenseActivity.java b/app/src/main/java/com/simplemobiletools/flashlight/activities/LicenseActivity.java
index 1cace45..9d2d0fb 100644
--- a/app/src/main/java/com/simplemobiletools/flashlight/activities/LicenseActivity.java
+++ b/app/src/main/java/com/simplemobiletools/flashlight/activities/LicenseActivity.java
@@ -23,6 +23,11 @@ public class LicenseActivity extends SimpleActivity {
openUrl(R.string.butterknife_url);
}
+ @OnClick(R.id.license_ambilwarna_title)
+ public void ambilwarnaClicked() {
+ openUrl(R.string.ambilwarna_url);
+ }
+
@OnClick(R.id.license_otto_title)
public void ottoClicked() {
openUrl(R.string.otto_url);
diff --git a/app/src/main/res/layout/activity_license.xml b/app/src/main/res/layout/activity_license.xml
index b82212d..48b063b 100644
--- a/app/src/main/res/layout/activity_license.xml
+++ b/app/src/main/res/layout/activity_license.xml
@@ -31,6 +31,20 @@
android:layout_height="wrap_content"
android:text="@string/butterknife_text"/>
+
+
+
+
Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie.
Licenze di terze parti
Butter Knife (view injector)
+ AmbilWarna (color picker)
Otto (event bus)
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 7866019..a530d64 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -25,5 +25,6 @@
このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。
サードパーティー ライセンス
Butter Knife (ビュー インジェクター)
+ AmbilWarna (color picker)
Otto (イベント バス)
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 2e9499a..78885f1 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -25,5 +25,6 @@
Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack.
Tredjepartslicenser
Butter Knife (view injector)
+ AmbilWarna (color picker)
Otto (event bus)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e8b8ab4..4d271d7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -28,6 +28,9 @@
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
+ AmbilWarna (color picker)
+ Copyright 2009-2015 Yuku\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/yukuku/ambilwarna
Otto (event bus)
Copyright 2012 Square, Inc.\nCopyright 2010 Google, Inc.\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/square/otto