2018-06-25 21:02:34 +10:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-12-18 01:25:35 +11:00
|
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-06-25 21:02:34 +10: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"
|
|
|
|
tools:context="com.keylesspalace.tusky.AboutActivity">
|
|
|
|
|
|
|
|
<include layout="@layout/toolbar_basic" />
|
|
|
|
|
|
|
|
<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-26 06:07:03 +11:00
|
|
|
android:textDirection="anyRtl"
|
2018-06-25 21:02:34 +10: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-11 00:45:30 +11:00
|
|
|
license:link="https://kotlinlang.org/"
|
|
|
|
license:name="Kotlin" />
|
2018-06-25 21:02:34 +10: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-11 00:45:30 +11: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 21:02:34 +10: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-29 07:11:18 +11: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 21:02:34 +10: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-17 05:39:12 +10:00
|
|
|
license:link="https://bumptech.github.io/glide/"
|
|
|
|
license:name="Glide" />
|
2018-06-25 21:02:34 +10: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-09-01 04:39:28 +10: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 21:02:34 +10: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"
|
|
|
|
license:link="https://github.com/ArthurHub/Android-Image-Cropper"
|
|
|
|
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-26 00:44:51 +10:00
|
|
|
license:link="https://github.com/C1710/FileMojiCompat"
|
2018-06-25 21:02:34 +10: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-26 00:23:43 +10:00
|
|
|
license:link="https://github.com/c1710/blobmoji"
|
2018-06-25 21:02:34 +10:00
|
|
|
license:name="Blobmoji" />
|
|
|
|
|
2018-08-16 04:51:35 +10: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 21:02:34 +10: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-26 00:44:51 +10:00
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|