Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7a95651
remove experimental 'encrypted url preview' (#438)
Airyzz Mar 30, 2025
e7c30ff
refactoring emoticon code (#437)
Airyzz Mar 30, 2025
0783a62
include sticker file extension in body (#439)
Airyzz Mar 30, 2025
73d5ca1
Optimize decoded images memory usage (#440)
Airyzz Mar 30, 2025
c24e7ac
change APPLICATION_ID on linux for dev builds (#442)
Airyzz Apr 5, 2025
25a8639
video player improvements (#443)
Airyzz Apr 12, 2025
eaebb6b
fix stretching in shortcut icons (#444)
Airyzz Apr 12, 2025
9f78da0
Add toggles for media preview in private / public rooms (#445)
Airyzz Apr 13, 2025
17a64a8
Translated using Weblate (Chinese (Simplified Han script))
Mar 2, 2025
70aed4d
Translated using Weblate (Ukrainian)
Kefir2105 Mar 3, 2025
a0c1e91
Translated using Weblate (Estonian)
Mar 2, 2025
b4321bd
Translated using Weblate (Japanese)
kuroamemikan Mar 3, 2025
1918fd0
Translated using Weblate (Portuguese)
SantosSi Mar 5, 2025
5f36bc6
Translated using Weblate (Portuguese (Brazil))
Mar 5, 2025
49069ac
Translated using Weblate (Portuguese (Brazil))
Mar 9, 2025
70b7abc
Translated using Weblate (Basque)
xabirequejo Mar 16, 2025
cb9c140
Translated using Weblate (Portuguese (Brazil))
Mar 21, 2025
d171a6e
Translated using Weblate (Basque)
Mar 21, 2025
7940d24
Translated using Weblate (German)
Atalanttore Mar 22, 2025
d4043f5
Translated using Weblate (Ukrainian)
Kefir2105 Mar 22, 2025
b65c9a7
Translated using Weblate (Estonian)
Mar 23, 2025
cf8c2ce
Translated using Weblate (Basque)
xabirequejo Mar 24, 2025
7ecf766
Translated using Weblate (Portuguese (Brazil))
Mar 29, 2025
33f07b9
Translations update from Hosted Weblate (#424)
Airyzz Apr 13, 2025
829a2b2
Update matrix_client.dart
Airyzz Apr 13, 2025
8190a75
Merge pull request #446 from commetchat/fix/sso-login-error
Airyzz Apr 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
PROJECT_PATH: commet
COMMET_PROD: 1

jobs:
release-windows:
Expand Down
18 changes: 18 additions & 0 deletions commet/assets/l10n/intl_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1543,5 +1543,23 @@
"placeholders": {
"user": {}
}
},
"promptCancelEventSend": "Abbrechen",
"@promptCancelEventSend": {
"description": "When a message failed to send, this prompts to cancel sending the event",
"type": "text",
"placeholders": {}
},
"promptRetryEventSend": "Wiederholen",
"@promptRetryEventSend": {
"description": "When a message failed to send, this prompts to retry sending the event",
"type": "text",
"placeholders": {}
},
"noPinnedMessages": "Es wurden noch keine Nachrichten angeheftet!",
"@noPinnedMessages": {
"description": "Placeholder label in the pinned messages menu that is shown when there are no pinned messages",
"type": "text",
"placeholders": {}
}
}
96 changes: 51 additions & 45 deletions commet/assets/l10n/intl_en.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2025-03-21T16:22:16.121908",
"@@last_modified": "2025-04-12T14:27:37.583027",
"labelRoomsList": "Rooms",
"@labelRoomsList": {
"description": "Header label for the list of rooms",
Expand Down Expand Up @@ -576,19 +576,17 @@
"proxyUrl": {}
}
},
"labelEncryptedPreview": "URL Preview in Encrypted Chats (Experimental)",
"@labelEncryptedPreview": {
"description": "Label for the toggle for enabling and disabling encrypted url preview",
"labelUrlPreviewInEncryptedChatTitle": "URL Preview in Encrypted Chats",
"@labelUrlPreviewInEncryptedChatTitle": {
"description": "Label for the toggle for enabling and disabling use of url previews in encrypted chats",
"type": "text",
"placeholders": {}
},
"labelEncryptedPreviewDescription": "Enable use of a proxy server ({proxyUrl}) to get url preview in an encrypted chat. The content of these requests will be hidden from your homeserver using Commet's 'encrypted url preview'\nLearn more: https://github.com/commetchat/encrypted_url_preview",
"@labelEncryptedPreviewDescription": {
"description": "Explains briefly how encrypted url preview works",
"labelUrlPreviewInEncryptedChatDescription": "This will expose any URLs sent in your encrypted chats to your homeserver in order to fetch the preview",
"@labelUrlPreviewInEncryptedChatDescription": {
"description": "description for the toggle for enabling and disabling use of url previews in encrypted chats",
"type": "text",
"placeholders": {
"proxyUrl": {}
}
"placeholders": {}
},
"labelMessageEffectsTitle": "Message Effects",
"@labelMessageEffectsTitle": {
Expand All @@ -602,6 +600,36 @@
"type": "text",
"placeholders": {}
},
"labelMediaPreviewSettingsTitle": "Media Preview",
"@labelMediaPreviewSettingsTitle": {
"description": "Header for the settings tile for for media preview toggles",
"type": "text",
"placeholders": {}
},
"labelMediaPreviewPrivateRoomsToggle": "Private Rooms",
"@labelMediaPreviewPrivateRoomsToggle": {
"description": "Short label for the private rooms toggle in media previews section",
"type": "text",
"placeholders": {}
},
"labelMediaPreviewPrivateRoomsToggleDescription": "Toggle previewing of images, videos, stickers and urls in private chats",
"@labelMediaPreviewPrivateRoomsToggleDescription": {
"description": "Label describing toggle of media previews for private rooms",
"type": "text",
"placeholders": {}
},
"labelMediaPreviewPublicRoomsToggle": "Public Rooms",
"@labelMediaPreviewPublicRoomsToggle": {
"description": "Short label for the private rooms toggle in media previews section",
"type": "text",
"placeholders": {}
},
"labelMediaPreviewPublicRoomsToggleDescription": "Toggle previewing of images, videos, stickers and urls in public chat rooms",
"@labelMediaPreviewPublicRoomsToggleDescription": {
"description": "Label describing toggle of media previews for public rooms",
"type": "text",
"placeholders": {}
},
"labelThemeDark": "Dark Theme",
"@labelThemeDark": {
"description": "Label for the dark theme",
Expand Down Expand Up @@ -686,43 +714,21 @@
"type": "text",
"placeholders": {}
},
"promptCreateEmoticonPack": "Create pack",
"@promptCreateEmoticonPack": {
"description": "Prompt to create a new emoticon pack, for emoji or stickers",
"type": "text",
"placeholders": {}
},
"promptImportPack": "Import pack",
"@promptImportPack": {
"description": "Prompt to import a set of emoticons from an existing pack",
"type": "text",
"placeholders": {}
},
"promptConfirmDeleteEmoticonPack": "Are you sure you want to delete the **{packName}** pack?",
"@promptConfirmDeleteEmoticonPack": {
"description": "Prompt to confirm deletion of an emoticon pack, supports markdown to emphasise the pack name",
"type": "text",
"placeholders": {
"packName": {}
}
},
"createEmoticonDialogTitle": "Create Emote",
"@createEmoticonDialogTitle": {
"description": "Title of a dialog that pops up when choosing to create a new emoticon",
"type": "text",
"placeholders": {}
},
"promptConfirmDeleteEmoticon": "Are you sure you want to delete **{emoticon}**?",
"@promptConfirmDeleteEmoticon": {
"description": "Prompt to confirm deletion of an emoticon pack, supports markdown to emphasise the emote name",
"type": "text",
"placeholders": {
"emoticon": {}
}
},
"promptRenameEmoticon": "Rename emote",
"@promptRenameEmoticon": {
"description": "Tooltip for button to rename emoticon",
"editEmoticonDialogTitle": "Edit Emote",
"@editEmoticonDialogTitle": {
"description": "Title of a dialog that pops up when choosing to edit an existing emoticon",
"type": "text",
"placeholders": {}
},
Expand All @@ -732,20 +738,14 @@
"type": "text",
"placeholders": {}
},
"promptEmojiName": "Emoji name",
"@promptEmojiName": {
"promptEmoteName": "Emote name",
"@promptEmoteName": {
"description": "Prompt for the input of the name of an emoji",
"type": "text",
"placeholders": {}
},
"promptStickerName": "Sticker name",
"@promptStickerName": {
"description": "Prompt for the input of a sticker",
"type": "text",
"placeholders": {}
},
"promptConfirmCreateEmoticon": "Create!",
"@promptConfirmCreateEmoticon": {
"promptConfirmSaveEmoticon": "Save!",
"@promptConfirmSaveEmoticon": {
"description": "Prompt to confirm the creation of an Emoticon Pack, Emoji, or Sticker",
"type": "text",
"placeholders": {}
Expand Down Expand Up @@ -1350,6 +1350,12 @@
"type": "text",
"placeholders": {}
},
"promptShowSticker": "Show sticker",
"@promptShowSticker": {
"description": "Prompt to display a sticker, shown when media previews are disabled",
"type": "text",
"placeholders": {}
},
"messageFailedToDecrypt": "Failed to decrypt event",
"@messageFailedToDecrypt": {
"description": "Placeholde text for when a message fails to decrypt",
Expand Down
50 changes: 49 additions & 1 deletion commet/assets/l10n/intl_et.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@
"type": "text",
"placeholders": {}
},
"messagePlaceholderUserUpdatedNameDetailed": "{user} muutis oma uueks kuvatavaks nimeks '{newName}'",
"messagePlaceholderUserUpdatedNameDetailed": "{user} muutis oma uueks kuvatavaks nimeks {newName}",
"@messagePlaceholderUserUpdatedNameDetailed": {
"description": "Message body for when a user updates their display name",
"type": "text",
Expand Down Expand Up @@ -1651,5 +1651,53 @@
"sender": {},
"user": {}
}
},
"labelEnableRoomIconsDescription": "Näita jututubade ikoonide asemel tunnuspilte",
"@labelEnableRoomIconsDescription": {
"description": "Description for the enable room icons setting",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatarPlaceholders": "Kasuta kohatäitena loodud tunnuspilte",
"@labelUseRoomAvatarPlaceholders": {
"description": "Label for enabling generic icons in the appearance settings",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatars": "Kasuta jututubade tunnuspilte",
"@labelUseRoomAvatars": {
"description": "Label for enabling using room avatars instead of icons",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatarPlaceholdersDescription": "Kui jututoa pole tunnuspilti kirjeldatud või nende kasutamine on keelatud, siis loo tunnuspilt üldisest taustavärvist ja jututoa nime esitähest",
"@labelUseRoomAvatarPlaceholdersDescription": {
"description": "Description for the enable generic icons setting",
"type": "text",
"placeholders": {}
},
"placeholderRoomAlias": "#vahva-jututuba",
"@placeholderRoomAlias": {
"description": "Placeholder / Example for a room alias.",
"type": "text",
"placeholders": {}
},
"placeholderSpaceAlias": "#toimekas-kogukond",
"@placeholderSpaceAlias": {
"description": "Placeholder / Example for a space alias.",
"type": "text",
"placeholders": {}
},
"promptCancelEventSend": "Katkesta",
"@promptCancelEventSend": {
"description": "When a message failed to send, this prompts to cancel sending the event",
"type": "text",
"placeholders": {}
},
"promptRetryEventSend": "Proovi uuesti",
"@promptRetryEventSend": {
"description": "When a message failed to send, this prompts to retry sending the event",
"type": "text",
"placeholders": {}
}
}
54 changes: 51 additions & 3 deletions commet/assets/l10n/intl_eu.arb
Original file line number Diff line number Diff line change
Expand Up @@ -550,13 +550,13 @@
"type": "text",
"placeholders": {}
},
"placeholderRoomAddress": "#gela-zoragarria:matrix.org",
"placeholderRoomAddress": "#gela-zoragarria:example.com",
"@placeholderRoomAddress": {
"description": "Placeholder / Example for a room address. Please do not translate 'example.com' and keep the domain as is, this is a reserved domain specifically for use in examples, and translations could end up pointing to untrusted domains",
"type": "text",
"placeholders": {}
},
"placeholderSpaceAddress": "#gune-zoragarria:matrix.org",
"placeholderSpaceAddress": "#gune-zoragarria:example.com",
"@placeholderSpaceAddress": {
"description": "Placeholder / Example for a space address. Please do not translate 'example.com' and keep the domain as is, this is a reserved domain specifically for use in examples, and translations could end up pointing to untrusted domains",
"type": "text",
Expand Down Expand Up @@ -1544,7 +1544,7 @@
"type": "text",
"placeholders": {}
},
"messagePlaceholderUserUpdatedNameDetailed": "{user}(e)k pantaila-izena '{newName}'(e)ra aldatu du",
"messagePlaceholderUserUpdatedNameDetailed": "{user}(e)k pantaila-izena \"{newName}\"(e)ra aldatu du",
"@messagePlaceholderUserUpdatedNameDetailed": {
"description": "Message body for when a user updates their display name",
"type": "text",
Expand Down Expand Up @@ -1645,5 +1645,53 @@
"description": "If a message was sent with an effect, this prompts to replay the effect",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatars": "Erabili gelen abatarrak",
"@labelUseRoomAvatars": {
"description": "Label for enabling using room avatars instead of icons",
"type": "text",
"placeholders": {}
},
"labelEnableRoomIconsDescription": "Gelen abatar-irudia erakutsiko da ikonoen ordez",
"@labelEnableRoomIconsDescription": {
"description": "Description for the enable room icons setting",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatarPlaceholders": "Erabili abatar generikoak",
"@labelUseRoomAvatarPlaceholders": {
"description": "Label for enabling generic icons in the appearance settings",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatarPlaceholdersDescription": "Gela batek abatarrik ezarrita ez duenean, edo aukera ezgaituta dagoenean, kolore generiko bat eta lehen hizkia erabiliko da irudi orokor gisa",
"@labelUseRoomAvatarPlaceholdersDescription": {
"description": "Description for the enable generic icons setting",
"type": "text",
"placeholders": {}
},
"placeholderRoomAlias": "#gela-zoragarria",
"@placeholderRoomAlias": {
"description": "Placeholder / Example for a room alias.",
"type": "text",
"placeholders": {}
},
"placeholderSpaceAlias": "#gune-zoragarria",
"@placeholderSpaceAlias": {
"description": "Placeholder / Example for a space alias.",
"type": "text",
"placeholders": {}
},
"promptCancelEventSend": "Utzi",
"@promptCancelEventSend": {
"description": "When a message failed to send, this prompts to cancel sending the event",
"type": "text",
"placeholders": {}
},
"promptRetryEventSend": "Saiatu berriro",
"@promptRetryEventSend": {
"description": "When a message failed to send, this prompts to retry sending the event",
"type": "text",
"placeholders": {}
}
}
42 changes: 42 additions & 0 deletions commet/assets/l10n/intl_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1543,5 +1543,47 @@
"description": "Title for permission to manage children",
"type": "text",
"placeholders": {}
},
"promptPinMessage": "メッセージをピン留めする",
"@promptPinMessage": {
"description": "Label for the menu option to pin a message",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatars": "ルームアバターを使用する",
"@labelUseRoomAvatars": {
"description": "Label for enabling using room avatars instead of icons",
"type": "text",
"placeholders": {}
},
"promptUnpinMessage": "メッセージのピン留めを外す",
"@promptUnpinMessage": {
"description": "Label for the menu option to unpin a message",
"type": "text",
"placeholders": {}
},
"promptReplyInThread": "スレッドで返信",
"@promptReplyInThread": {
"description": "Label for the menu option to reply to a message inside a thread",
"type": "text",
"placeholders": {}
},
"labelMessageEffectsTitle": "メッセージエフェクト",
"@labelMessageEffectsTitle": {
"description": "Header for the settings tile for message effects, such as confetti",
"type": "text",
"placeholders": {}
},
"labelMessageEffectsDescription": "紙吹雪のようなエフェクトを追加してメッセージを送信することができます",
"@labelMessageEffectsDescription": {
"description": "Label describing what message effects are",
"type": "text",
"placeholders": {}
},
"promptShowSource": "ソースを表示",
"@promptShowSource": {
"description": "Label for the menu option to view the JSON source of an event",
"type": "text",
"placeholders": {}
}
}
Loading
Loading