From 2463d092188916cfd46f4d0d6e6e4a72371d2643 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Mon, 28 May 2018 01:03:56 +0200
Subject: [PATCH] Fixed library info

---
 README.md                                                   | 2 ++
 .../quasseldroid/ui/clientsettings/about/AboutFragment.kt   | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 0a37d4e7c..aee0a4e7c 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,8 @@ Authors of the previous version of Quasseldroid:
   CC0
 * [**Retrofit**](https://square.github.io/retrofit/)
   Apache-2.0
+* [**RecyclerView-FastScroll**](https://github.com/timusus/RecyclerView-FastScroll)
+  Apache-2.0
 * [**RxJava**](https://github.com/ReactiveX/RxJava)
   Apache-2.0
 * [**ThreeTen backport project**](http://www.threeten.org/threetenbp/)
diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt
index 1a9b9d71c..9394e8feb 100644
--- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt
+++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt
@@ -288,6 +288,12 @@ class AboutFragment : DaggerFragment() {
         ),
         url = "https://github.com/ReactiveX/RxJava"
       ),
+      Library(
+        name = "RecyclerView-FastScroll",
+        version = "1.0.18",
+        license = apache2,
+        url = "https://github.com/timusus/RecyclerView-FastScroll"
+      ),
       Library(
         name = "Retrofit",
         version = "2.4.0",
-- 
GitLab