Commit 19c66f8b authored by Thomas's avatar Thomas
Browse files

Merge remote-tracking branch 'origin/develop' into develop

parents dcd2553d 61d0372e
Loading
Loading
Loading
Loading
+22 −14
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@
                android:fitsSystemWindows="true"
                app:layout_scrollFlags="scroll|enterAlways">

                <androidx.appcompat.widget.LinearLayoutCompat
                    android:layout_width="wrap_content"
                    android:layout_height="match_parent"
                    android:gravity="center_vertical">

                    <ImageView
                        android:id="@+id/profile_picture"
                        android:layout_width="30dp"
@@ -56,6 +61,9 @@
                        android:layout_gravity="center_vertical"
                        android:ellipsize="end"
                        android:maxLines="1" />

                </androidx.appcompat.widget.LinearLayoutCompat>

            </androidx.appcompat.widget.Toolbar>

        </com.google.android.material.appbar.AppBarLayout>
+3 −3
Original line number Diff line number Diff line
@@ -720,7 +720,7 @@
    <string name="label_rectangle">مستطیل</string>
    <string name="messages_in_cache_for_other_timelines">بوق‌های نهان‌شده برای دیگر خط‌های زمانی</string>
    <string name="delete_cache_message">آیا مطمئنید که می‌خواهید حافظه نهان را پاک کنید؟ اگر پیش‌نویس‌هایی با رسانه دارید، رسانه‌های پیوست از دست می‌روند.</string>
    <string name="change_logo_description">تغییر لوگوی برنامه در دستگاه شما</string>
    <string name="change_logo_description">تغییر نماد برنامه در دستگاه شما</string>
    <string name="action_pin">سنجاق بوق</string>
    <string name="set_unlisted_replies">پاسخ‌های فهرست‌نشده</string>
    <string name="notification_remove_from_cache">آگاه‌سازی‌ها از حافظه نهان پاک شدند.</string>
@@ -876,7 +876,7 @@
    <string name="set_display_bookmark_indication">همیشه دکمه نشانه‌گذاری را نمایش بده</string>
    <string name="fetch_more_messages">دریافت بوق‌های بیشتر…</string>
    <string name="label_oval">بیضی</string>
    <string name="pickup_logo">انتخاب لوگو</string>
    <string name="pickup_logo">انتخاب نماد</string>
    <string name="restart">بازآغاز</string>
    <string name="chart_home_cache">سوابق حافظه نهان خانه در هر ساعت</string>
    <string name="auto">خودکار</string>
@@ -934,7 +934,7 @@
    <string name="poll_type_single">تک‌گزینه‌ای</string>
    <string name="poll_duration">مدت نظرسنجی:</string>
    <string name="set_display_translate_indication">همیشه دکمه ترجمه را نمایش بده</string>
    <string name="change_logo">تغییر لوگو</string>
    <string name="change_logo">تغییر نماد</string>
    <string name="toast_unpin">بوق دیگر سنجاق نیست!</string>
    <string name="keep_notifications">نگهداری آگاه‌سازی‌ها</string>
    <string name="set_notif_update">آگاه‌سازی برای به‌روزرسانی‌ها</string>
+2 −0
Original line number Diff line number Diff line
@@ -1040,6 +1040,7 @@
        <item>pl</item>
        <item>sr</item>
        <item>uk</item>
        <item>fa</item>
        <item>ru</item>
        <item>no</item>
        <item>kab</item>
@@ -1136,6 +1137,7 @@
        <item>Polski</item>
        <item>Српски</item>
        <item>Українська</item>
        <item>فارسی</item>
        <item>Русский</item>
        <item>Norsk</item>
        <item>Taqbaylit</item>
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
        app:entryValues="@array/SET_TRANSLATE_ENTRIES"
        app:iconSpaceReserved="false"
        app:key="@string/SET_DEFAULT_LOCALE_NEW"
        app:summary="@string/set_push_notifications"
        app:title="@string/set_change_locale"
        app:useSimpleSummaryProvider="true" />

+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ Added:
- Add accessibility action to toggle media sensitivity of posts in timelines
- Add accessibility actions to translate, download, share in media viewer
- Add a language indicator to focused status
- Add Persian language to "Change the language" preference

Changed:
- Show placeholders while profile pictures are loading
@@ -20,3 +21,4 @@ Fixed:
- Tapping publish button multiple times publishes status multiple times
- Alt text popup does not resize when swiping
- Video controls not visible in light theme
- Profile picture appears on left side of title in conversation page in RTL mode