Compare commits

...

4 Commits

Author SHA1 Message Date
Lukáš Jelínek 59d0a98729
Translated using Weblate (Czech)
Currently translated at 100.0% (1189 of 1189 strings)

Co-authored-by: Lukáš Jelínek <devel@aiken.cz>
Translate-URL: https://hosted.weblate.org/projects/fedilab/strings/cs/
Translation: Fedilab/Strings
2024-03-22 00:48:59 +01:00
Anna K 3a13c0635f
Translated using Weblate (German)
Currently translated at 15.2% (9 of 59 strings)

Co-authored-by: Anna K <anna@montanha.de>
Translate-URL: https://hosted.weblate.org/projects/fedilab/description/de/
Translation: Fedilab/description
2024-03-22 00:47:58 +01:00
Thomas b9b381a780 Release 3.28.2 2024-03-21 17:57:29 +01:00
Thomas 38b72e7732 align icon 2024-03-21 17:52:34 +01:00
6 changed files with 27 additions and 9 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 514
versionName "3.28.1"
versionCode 515
versionName "3.28.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.28.2",
"code": "515",
"note": "Added:\n- Display a QR code on profiles\n\nFixed:\n- Fix tap on messages in conversations\n- Pronouns taking too much place"
},
{
"version": "3.28.1",
"code": "514",

View File

@ -145,7 +145,6 @@
style="@style/Widget.Material3.Button.OutlinedButton"
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_marginTop="6dp"
android:layout_marginStart="10dp"
app:iconGravity="textStart"
app:iconPadding="0dp"
@ -154,7 +153,8 @@
android:visibility="gone"
app:icon="@drawable/baseline_qr_code_24"
app:layout_constraintStart_toEndOf="@id/account_dn"
app:layout_constraintTop_toBottomOf="@id/avatar_container"
app:layout_constraintTop_toTopOf="@id/account_dn"
app:layout_constraintBottom_toBottomOf="@+id/account_dn"
tools:visibility="visible" />
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/account_un_container"

View File

@ -219,7 +219,7 @@
<string name="settings_time_to">a</string>
<string name="embedded_browser">Použít vestavěný prohlížeč</string>
<string name="custom_tabs">Prohlížeč v aplikaci</string>
<string name="expand_cw">Automaticky ukázat varování před obsahem</string>
<string name="expand_cw">Automaticky ukazovat varování před obsahem</string>
<string name="set_led_colour">Barva LED:</string>
<string-array name="led_colours">
<item>Modrá</item>
@ -365,7 +365,7 @@
<string name="any_tags">Kterýkoliv</string>
<string name="all_tags">Všechny</string>
<string name="none_tags">Žádný</string>
<string name="some_words_any">Kterékoliv slovo (odělené mezerami)</string>
<string name="some_words_any">Kterékoliv slovo (oddělené mezerami)</string>
<string name="some_words_all">Všechna slova (oddělená mezerami)</string>
<string name="some_tags">Přidejte do filtru nějaká slova (oddělená mezerami)</string>
<string name="change_tag_column">Změnit název sloupce</string>
@ -380,7 +380,7 @@
<string name="settings_category_label_timelines">Časové osy</string>
<string name="settings_category_label_interface">Rozhraní</string>
<string name="contact">Kontakty</string>
<string name="toot_select_file_error">Při výběru zálohového souboru nastala chyba!</string>
<string name="toot_select_file_error">Při výběru souboru se zálohou nastala chyba!</string>
<string name="action_logout_account">Odhlásit účet</string>
<string name="all">Vše</string>
<string name="copy_link">Kopírovat odkaz</string>
@ -1063,7 +1063,7 @@
<string name="set_custom_accent_value_light_description">Barva, která se použije pro světlé téma</string>
<string name="set_custom_accent_indication">Definovat barvu tématu pro účet</string>
<string name="set_custom_accent_value_dark_description">Barva, která se použije pro tmavé téma</string>
<string name="requested_by">Žádá o možnost sledovat</string>
<string name="requested_by">Žádá o možnost vás sledovat</string>
<string name="set_alt_text_mandatory_description_warn">Pokud existují chybějící média, zobrazí se dialog s možností odeslat zprávu bez popisu médií</string>
<string name="set_remote_conversation_title">Vzdálené konverzace</string>
<string name="set_remote_conversation">Aplikace bude veřejně zobrazovat konverzace, aby získala všechny zprávy. Interakce budou k federaci zpráv potřebovat samostatný krok.</string>
@ -1071,7 +1071,7 @@
<string name="self">Vlastní</string>
<string name="markdown_support">Podpora pro Markdown</string>
<string name="show_self_boosts">Zobrazit boosty sebe sama</string>
<string name="show_self_replies">Zobrazit odpovědi na sebe</string>
<string name="show_self_replies">Zobrazit odpovědi na sebe sama</string>
<string name="show_my_messages">Ukázat mé zprávy</string>
<string name="thread_long_message">Rozdělit dlouhé zprávy v odpovědích</string>
<string name="thread_long_message_yes">Rozdělit zprávu</string>
@ -1088,4 +1088,5 @@
<string name="underline_links">Podtrhávat klikatelné prvky</string>
<string name="Pronouns">Zájmena</string>
<string name="pronouns_support">Podpora zájmen</string>
<string name="qr_code_generator">Generátor QR kódů</string>
</resources>

View File

@ -0,0 +1,6 @@
Hinzugefügt:
- Anzeige eines QR-Codes on Profilen
Repariert:
- Tippen auf Nachrichten in Gesprächen
- Namensformen nehmen zuviel Platz weg

View File

@ -0,0 +1,6 @@
Added:
- Display a QR code on profiles
Fixed:
- Fix tap on messages in conversations
- Pronouns taking too much place