mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-09-15 08:20:18 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
19c66f8b90
5 changed files with 29 additions and 18 deletions
|
@ -41,21 +41,29 @@
|
|||
android:fitsSystemWindows="true"
|
||||
app:layout_scrollFlags="scroll|enterAlways">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/profile_picture"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:contentDescription="@string/profile_picture" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/title"
|
||||
style="@style/TextAppearance.AppCompat.Title"
|
||||
<androidx.appcompat.widget.LinearLayoutCompat
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1" />
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/profile_picture"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:contentDescription="@string/profile_picture" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/title"
|
||||
style="@style/TextAppearance.AppCompat.Title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue