diff --git a/app/build.gradle b/app/build.gradle index 0519ff8..e384b2b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,6 @@ dependencies { implementation 'com.google.firebase:firebase-messaging:20.0.0' implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' - implementation 'com.jaredrummler:android-device-names:1.1.8' implementation 'org.jsoup:jsoup:1.11.3' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" diff --git a/app/src/main/java/com/denizd/substitutionplan/fragments/SettingsFragment.kt b/app/src/main/java/com/denizd/substitutionplan/fragments/SettingsFragment.kt index 4106585..cba7b22 100644 --- a/app/src/main/java/com/denizd/substitutionplan/fragments/SettingsFragment.kt +++ b/app/src/main/java/com/denizd/substitutionplan/fragments/SettingsFragment.kt @@ -36,8 +36,6 @@ import com.google.android.material.bottomnavigation.BottomNavigationView import com.google.android.material.button.MaterialButton import com.google.android.material.textfield.TextInputEditText import com.google.firebase.messaging.FirebaseMessaging -import com.jaredrummler.android.device.DeviceName -import kotlinx.android.synthetic.main.content_settings.* import kotlin.collections.ArrayList internal class SettingsFragment : Fragment(R.layout.content_settings), View.OnClickListener, @@ -215,8 +213,7 @@ internal class SettingsFragment : Fragment(R.layout.content_settings), View.OnCl } } R.id.btnLicences -> { - createDialog("Licences", "Libraries:\n • Android Device Names © 2015 Jared Rummler, licensed under the Apache Licence, Version 2.0" + - "\n • jsoup HTML parser © 2009-2018 Jonathan Hedley, licensed under the open source MIT Licence" + + createDialog("Licences", "Libraries:\n • jsoup HTML parser © 2009-2018 Jonathan Hedley, licensed under the open source MIT Licence" + "\n\nFont:\n • Manrope © 2018-2019 Michael Sharanda, licensed under the SIL Open Font Licence 1.1" + "\n\nIcons:\n • bqlqn\n • fjstudio\n • Freepik\n • Smashicons\n • © 2013-2019 Freepik Company S.L., licensed under Creative Commons BY 3.0" + "\n\nAdditional help:\n • Leon Becker\n • Alex Lick\n • Batuhan Özcan\n • Erich Kerkesner") diff --git a/app/src/main/res/layout/app_bar_main.xml b/app/src/main/res/layout/app_bar_main.xml index 606b3ee..1ce41ad 100644 --- a/app/src/main/res/layout/app_bar_main.xml +++ b/app/src/main/res/layout/app_bar_main.xml @@ -34,6 +34,7 @@ android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginTop="8dp" + android:layout_marginEnd="16dp" android:textColor="@color/colorAccent" android:textSize="18sp" android:fontFamily="@font/manrope_semibold"