() {
+
+ override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
+ super.onViewCreated(view, savedInstanceState)
+ binding.textView.apply {
+ text =
+ SpannableStringBuilder(resources.openRawResource(R.raw.gratitudes).bufferedReader()
+ .readText()
+ .parseAsHtml(HtmlCompat.FROM_HTML_SEPARATOR_LINE_BREAK_LIST))
+ movementMethod = LinkMovementMethod.getInstance()
+ }
+ }
+
+ override fun onInflateView(
+ inflater: LayoutInflater,
+ container: ViewGroup?
+ ) = FragmentGratitudesBinding.inflate(inflater, container, false)
+
+ override fun onResume() {
+ super.onResume()
+ activity?.setTitle(R.string.about_gratitudes)
+ }
+
+ override fun onWindowInsetsChanged(insets: Insets) = Unit
+
+}
\ No newline at end of file
diff --git a/app/src/main/res/drawable/ic_copyright.xml b/app/src/main/res/drawable/ic_copyright.xml
new file mode 100644
index 000000000..7cb1adcdc
--- /dev/null
+++ b/app/src/main/res/drawable/ic_copyright.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/layout/fragment_copyright.xml b/app/src/main/res/layout/fragment_copyright.xml
new file mode 100644
index 000000000..d77f49e1d
--- /dev/null
+++ b/app/src/main/res/layout/fragment_copyright.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_gratitudes.xml b/app/src/main/res/layout/fragment_gratitudes.xml
new file mode 100644
index 000000000..d77f49e1d
--- /dev/null
+++ b/app/src/main/res/layout/fragment_gratitudes.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/menu/nav_drawer.xml b/app/src/main/res/menu/nav_drawer.xml
index f55898559..75869c7a7 100644
--- a/app/src/main/res/menu/nav_drawer.xml
+++ b/app/src/main/res/menu/nav_drawer.xml
@@ -37,9 +37,5 @@
android:id="@+id/nav_action_settings"
android:icon="@drawable/ic_settings"
android:title="@string/settings" />
-
\ No newline at end of file
diff --git a/app/src/main/res/raw-ru/gratitudes b/app/src/main/res/raw-ru/gratitudes
new file mode 100644
index 000000000..4d74c4cac
--- /dev/null
+++ b/app/src/main/res/raw-ru/gratitudes
@@ -0,0 +1,5 @@
+Благодарности:
+Zakhar Timoshenko (Xtimms) - активная помощь в разработке в плане пользовательского интерфейса и перевод на белорусский язык
+Allan Nordhøy (comradekingu) - перевод на норвежский букмол
+sguinetti - перевод на испанский
+J. Lavoie - перевод на французский, итальянский и немецкий
\ No newline at end of file
diff --git a/app/src/main/res/raw/copyright b/app/src/main/res/raw/copyright
new file mode 100644
index 000000000..bf4212730
--- /dev/null
+++ b/app/src/main/res/raw/copyright
@@ -0,0 +1,24 @@
+Kotatsu is a free and open source manga reader for Android.
+Copyright (C) 2020 by Koitharu
+This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+You should have received a copy of the GNU General Public License
+ along with this program. If not, see http://www.gnu.org/licenses/.
+Open Source Licenses
+
\ No newline at end of file
diff --git a/app/src/main/res/raw/gratitudes b/app/src/main/res/raw/gratitudes
new file mode 100644
index 000000000..fbf8de215
--- /dev/null
+++ b/app/src/main/res/raw/gratitudes
@@ -0,0 +1,5 @@
+Thanks:
+Zakhar Timoshenko (Xtimms) - active assistance in the development from the point of view of the UI and translation into the Belarusian language
+Allan Nordhøy (comradekingu) - Norwegian Bokmål translation
+sguinetti - Spanish translation
+J. Lavoie - French, German and Italian translation
\ No newline at end of file
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index fb6c6d6fe..8a2e65b13 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -227,4 +227,10 @@
Автор
Тема на 4PDA
Обратная связь
+ Поддержать разработчика
+ Если вам нравится это приложение, вы можете помочь финансово с помощью ЮMoney (бывш. Яндекс.Деньги)
+ Благодарности
+ Эти люди помогают Kotatsu стать лучше!
+ Авторские права и лицензии
+ Авторские права
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b2b753608..0f844b714 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -230,4 +230,10 @@
Author
Feedback
Topic on 4PDA
+ Support the developer
+ If you like this app, you can help financially through Yoomoney (ex. Yandex.Money)
+ Gratitudes
+ These people make Kotatsu become better!
+ Copyright & Licenses
+ Copyright
\ No newline at end of file
diff --git a/app/src/main/res/xml/pref_about.xml b/app/src/main/res/xml/pref_about.xml
index cd7919264..dcc47a0cc 100644
--- a/app/src/main/res/xml/pref_about.xml
+++ b/app/src/main/res/xml/pref_about.xml
@@ -1,7 +1,9 @@
+ xmlns:tools="http://schemas.android.com/tools"
+ app:initialExpandedChildrenCount="5">
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/xml/pref_main.xml b/app/src/main/res/xml/pref_main.xml
index 0a5948c24..7f9d8bf84 100644
--- a/app/src/main/res/xml/pref_main.xml
+++ b/app/src/main/res/xml/pref_main.xml
@@ -84,4 +84,9 @@
android:title="@string/backup_restore"
app:iconSpaceReserved="false" />
+
+
\ No newline at end of file