2018-06-25 13:02:34 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-12-17 15:25:35 +01:00
|
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-06-25 13:02:34 +02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:license="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2021-03-07 19:05:51 +01:00
|
|
|
tools:context=".LicenseActivity">
|
2018-06-25 13:02:34 +02:00
|
|
|
|
2021-03-07 19:05:51 +01:00
|
|
|
<include
|
|
|
|
android:id="@+id/includedToolbar"
|
|
|
|
layout="@layout/toolbar_basic" />
|
2018-06-25 13:02:34 +02:00
|
|
|
|
|
|
|
<ScrollView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:clipChildren="false"
|
|
|
|
android:orientation="vertical"
|
2018-12-25 20:07:03 +01:00
|
|
|
android:textDirection="anyRtl"
|
2018-06-25 13:02:34 +02:00
|
|
|
android:paddingBottom="12dp">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="18dp"
|
|
|
|
android:layout_marginStart="18dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:lineSpacingMultiplier="1.1"
|
|
|
|
android:text="@string/license_description" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
2020-02-10 14:45:30 +01:00
|
|
|
license:link="https://kotlinlang.org/"
|
|
|
|
license:name="Kotlin" />
|
2018-06-25 13:02:34 +02:00
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
2020-02-10 14:45:30 +01:00
|
|
|
license:link="https://developer.android.com/jetpack/androidx"
|
|
|
|
license:name="AndroidX" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
|
|
|
license:link="https://github.com/material-components/material-components-android"
|
|
|
|
license:name="Material Components for Android" />
|
2018-06-25 13:02:34 +02:00
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
|
|
|
license:link="https://square.github.io/okhttp/"
|
|
|
|
license:name="OkHttp" />
|
|
|
|
|
2019-03-28 21:11:18 +01:00
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
|
|
|
license:link="https://github.com/google/conscrypt"
|
|
|
|
license:name="Conscrypt" />
|
|
|
|
|
2018-06-25 13:02:34 +02:00
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
|
|
|
license:link="https://square.github.io/retrofit/"
|
|
|
|
license:name="Retrofit" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
2019-04-16 21:39:12 +02:00
|
|
|
license:link="https://bumptech.github.io/glide/"
|
|
|
|
license:name="Glide" />
|
2018-06-25 13:02:34 +02:00
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
|
|
|
license:link="https://google.github.io/dagger/"
|
|
|
|
license:name="Dagger 2" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
2018-08-31 20:39:28 +02:00
|
|
|
license:link="https://github.com/ReactiveX/RxJava"
|
|
|
|
license:name="RxJava" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
|
|
|
license:link="https://github.com/uber/AutoDispose"
|
|
|
|
license:name="AutoDispose" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
2018-06-25 13:02:34 +02:00
|
|
|
license:link="https://github.com/mikepenz/MaterialDrawer"
|
|
|
|
license:name="MaterialDrawer" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
|
|
|
license:link="https://github.com/connyduck/SparkButton"
|
|
|
|
license:name="SparkButton" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
|
|
|
license:link="https://github.com/chrisbanes/PhotoView"
|
|
|
|
license:name="PhotoView" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
2021-05-21 17:51:47 +02:00
|
|
|
license:link="https://github.com/CanHub/Android-Image-Cropper"
|
2018-06-25 13:02:34 +02:00
|
|
|
license:name="Android Image Cropper" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_apache_2"
|
2019-05-25 16:44:51 +02:00
|
|
|
license:link="https://github.com/C1710/FileMojiCompat"
|
2018-06-25 13:02:34 +02:00
|
|
|
license:name="FileMojiCompat" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_cc_by_4"
|
|
|
|
license:link="https://twemoji.twitter.com/"
|
|
|
|
license:name="Twemoji" />
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_cc_by_4"
|
2018-06-25 16:23:43 +02:00
|
|
|
license:link="https://github.com/c1710/blobmoji"
|
2018-06-25 13:02:34 +02:00
|
|
|
license:name="Blobmoji" />
|
|
|
|
|
2018-08-15 20:51:35 +02:00
|
|
|
<com.keylesspalace.tusky.view.LicenseCard
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
license:license="@string/license_cc_by_sa_4"
|
|
|
|
license:link="https://github.com/tuskyapp/artwork"
|
|
|
|
license:name="Tusky elephant artwork" />
|
|
|
|
|
2018-06-25 13:02:34 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/licenseApacheTextView"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="18dp"
|
|
|
|
android:layout_marginStart="18dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
<include layout="@layout/item_status_bottom_sheet" />
|
|
|
|
|
2019-05-25 16:44:51 +02:00
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|