| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
See merge request nheko-reborn/nheko!22
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Fix UploadBox thumbnail size
|
| | |
|
|/
|
|
|
|
|
|
| |
Currently translated at 92.0% (787 of 855 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
Translation: Nheko/nheko
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial commit for VoIP v1 implementation
* Added draft of event handlers for voip methods
* Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility
* Added call events to the general message pipeline. Modified Call Reject mechanism
* Added message delegates for new events. Modified hidden events. Updated handle events.
* Updated implementation to keep track of calls on other devices
* Fixed linting
* Fixed code warnings
* Fixed minor bugs
* fixed ci
* Added acceptNegotiation method definition when missing gstreamer
* Fixed warnings
* Fixed linting
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 30.5% (261 of 855 strings)
Translated using Weblate (Russian)
Currently translated at 30.5% (261 of 855 strings)
Translated using Weblate (Russian)
Currently translated at 30.5% (261 of 855 strings)
Co-authored-by: Carmina16 <mistresssilvara@hotmail.com>
Co-authored-by: Mihail Iosilevich <mihail.iosilevitch@yandex.ru>
Co-authored-by: SOT-TECH <sblazhko@sot-te.ch>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
|
|
|
|
| |
Co-authored-by: Carmina16 <mistresssilvara@hotmail.com>
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (855 of 855 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 99.8% (854 of 855 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
| |
We can't have a pack that is neither sticker nor emoji. Which is why
none defaults to both on. That wasn't propagated to the UI, which made
the interaction very confusing. It also made some states unsettable,
since you can't turn anything off from the none state.
fixes #1152
|
|
|
|
| |
This should reduce payload size a lot
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The reply pagination logic is a bit weird rn though.
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (855 of 855 strings)
Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* cppcheck stuff
* Update src/ui/RoomSettings.cpp
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Update src/ui/RoomSettings.cpp
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Fix linting
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
|
|\
| |
| | |
Grammar
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Update some Esperanto translations
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Causes error messages like:
error C3493: 'key_id' cannot be implicitly captured because no default capture mode has been specified
|
| | | |
|
| | |
| | |
| | |
| | | |
fixes #1203
|
| | | |
|
| | |
| | |
| | |
| | | |
Otherwise it conflicts with C++20 fmt.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add green theme color, make "error" configurable
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Correctly verify that the reply to a secrets request is actually coming
from a verified device. While we did verify that it was us who replied,
we didn't properly cancel storing the secret if the sending device was
one of ours but was maliciously inserted by the homeserver and
unverified. We only send secret requests to verified devices in the
first place, so only the homeserver could abuse this issue.
Additionally we protected against malicious secret poisoning by
verifying that the secret is actually the reply to a request. This means
the server only has 2 places where it can poison the secrets:
- After a verification when we automatically request the secrets
- When the user manually hits the request button
It also needs to prevent other secret answers to reach the client first
since we ignore all replies after that one.
The impact of this might be quite severe. It could allow the server to
replace the cross-signing keys silently and while we might not trust
that key, we possibly could trust it in the future if we rely on the
stored secret. Similarly this could potentially be abused to make the
client trust a malicious online key backup.
If your deployment is not patched yet and you don't control your
homeserver, you can protect against this by simply not doing any
verifications of your own devices and not pressing the request button in
the settings menu.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Since this is used across different threads, we have to delete it on the
event loop.
Thank you, q234rty, for the help with debugging this.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 31.9% (265 of 830 strings)
Translated using Weblate (Russian)
Currently translated at 31.9% (265 of 830 strings)
Translated using Weblate (Russian)
Currently translated at 31.9% (265 of 830 strings)
Co-authored-by: Artem <ego.cordatus@gmail.com>
Co-authored-by: Mihail Iosilevich <mihail.iosilevitch@yandex.ru>
Co-authored-by: SOT-TECH <sblazhko@sot-te.ch>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 31.5% (262 of 830 strings)
Co-authored-by: SOT-TECH <sblazhko@sot-te.ch>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 31.5% (262 of 830 strings)
Co-authored-by: SOT-TECH <sblazhko@sot-te.ch>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
|
|\ \
| | |
| | | |
Readme: fix steam deck instructions
|
| | |
| | |
| | |
| | |
| | |
| | | |
Turns out that setting the desktop env isn't enough we also need to
manually ensure kwalletd is started. As we can't tell steam to run
multiple commands, people will need a small wrapper script that
does this.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently translated at 31.5% (262 of 830 strings)
Translated using Weblate (Russian)
Currently translated at 31.5% (262 of 830 strings)
Translated using Weblate (Russian)
Currently translated at 31.5% (262 of 830 strings)
Co-authored-by: Herecore <herecore@protonmail.com>
Co-authored-by: Mihail Iosilevich <mihail.iosilevitch@yandex.ru>
Co-authored-by: SOT-TECH <sblazhko@sot-te.ch>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently translated at 31.0% (258 of 830 strings)
Translated using Weblate (Russian)
Currently translated at 31.0% (258 of 830 strings)
Translated using Weblate (Russian)
Currently translated at 31.0% (258 of 830 strings)
Co-authored-by: Alexey Murz Korepov <murznn@gmail.com>
Co-authored-by: SOT-TECH <sblazhko@sot-te.ch>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: glebasson <glebasson@yandex.ru>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently translated at 99.7% (828 of 830 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
Translation: Nheko/nheko
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Readme: add Steam Deck instructions
|
|/ / |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fix "Send by enter" on Windows
|
|/ /
| |
| | |
Apparently on windows `Qt.inputMethod.visible` is always true when an input method is installed. Also on windows even after removing the check enter is still consumed by the input method, not nheko.
|
| | |
|
|\ \
| | |
| | | |
Update nheko_de.ts: typo "Animiete"
|
|/ /
| |
| | |
Typo "Animiete"->"Animierte" and shorten the German phrase somewhat. Sigh, it is such a verbose language...
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (830 of 830 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* First draft of unread line feature.
* Minor visual fix.
* Removed unnecessary ternary operator.
* Extended unread line functionality to work on minimised window or focusing another window.
* Fix for unread line not showing when last read message is hidden.
* Minor performance improvement. Fix for misbehaving event2order DB at application start.
* Fix for possible performance issues when user has joined a large number of rooms.
* Fix for breaking macos and clazy builds.
* Changed on windows focus function to refresh unread line if room is unread.
* Unread line is removed when user sends a message.
* Linting.
* Fixed unread line to work in standalone room windows.
* Switch isRoomUnread for index 0.
* Merged try/catch blocks.
* Fix for crash on opening a room invite.
* Call fullyReadEventId function when used instead of storing it and passing it through.
* Function that was meant to sync the unread line was relying on an async function, oops.
* Linting again.
* More linting...
* Minor changes.
|
|\ \
| | |
| | | |
Control logging via command line or environment variable
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Nheko is very chatty in its log output, generating log noise (which
complicates diagnostics) and needless disk writes (which affect power
consumption and SSD life). This patch introduces command line options
and environment variables to control log levels and output type.
The old --debug command line option still works, at least for now.
It is overridden by the new command line options when they are used.
Partially addresses #665.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (830 of 830 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (830 of 830 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (830 of 830 strings)
Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (830 of 830 strings)
Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #1180
|
| |
|
| |
|
| |
|
|
|
|
| |
relates to #1168
|
| |
|
| |
|
|
|
|
| |
fixes #1172
|
|\
| |
| | |
Restore compatibility with clang-format v11
|
| |
| |
| |
| |
| |
| |
| | |
This reverts commit e6b6a76437920cb3abd72db2b28dd7570ee3b8ad,
because it broke compatibility with clang-format 11 (which is current
on some linux distros) and because it didn't achieve its original
goal. See PR #1166 for discussion.
|
|\ \
| |/
|/| |
Fix the position of version
|
|/ |
|
|\
| |
| | |
Added discrete edit button to room profiles.
|
|/ |
|
|\
| |
| | |
Focus message input box when pressing Esc
|
| |
| |
| | |
This helps with #1065, although I think making sure the message input box gets focus by default would be worthwhile.
|
|\ \
| | |
| | | |
Reactions: avoid highlight color misuse, subdue bright border color
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This addresses a few problems with reaction colors:
- The state-checking conditionals for reaction text, background, and border
were inconsistent, making it difficult to choose colors for each state
(normal, hovered, and self reactions) that worked well in all themes.
- The QPalette::Highlight color was being misused as a text/foreground color.
This color role is intended for background areas. It has little contrast
against the background in themes like KDE Plasma's Breeze High Contrast,
so using it for text and icons makes those things difficult to read.
https://doc.qt.io/qt-5/qpalette.html#ColorRole-enum
- The reaction border was drawn in the same color as normal text, making it
so bright in some dark themes that it distracted from reading nearby text.
Fixes Nheko-Reborn/nheko#1159
|
|/ |
|
| |
|
|
|
|
|
|
|
| |
mode
see #1042
see #483
|
|\
| |
| | |
Grammar fix: Group's sidebar -> Groups sidebar
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
|
| |
|
|
|
|
|
|
| |
Requires MSC3266
Fixes #1129
|
| |
|
|
|
|
| |
fixes #1137
|
|
|
|
|
|
|
|
| |
Currently translated at 99.8% (806 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
Translation: Nheko/nheko
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 99.8% (806 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
| |
Currently translated at 99.8% (806 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
| |
Currently translated at 99.8% (806 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
| |
Currently translated at 99.8% (806 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
| |
|
| |
|
|\
| |
| | |
Do less work when building completion trie
|
| |
| |
| |
| | |
Convert to lower case only once per string.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/
Translation: Nheko/nheko
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 99.8% (806 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 99.8% (806 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 99.8% (806 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 99.8% (806 of 807 strings)
Co-authored-by: AXD <dexkingcrazy@gmail.com>
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Stanisław Borowy <stabor7@protonmail.com>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 77.6% (627 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 77.6% (627 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 77.3% (624 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 77.3% (624 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 70.0% (565 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 70.0% (565 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 69.8% (564 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 69.8% (564 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 69.6% (562 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 69.6% (562 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 69.5% (561 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 69.5% (561 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 69.2% (559 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 69.2% (559 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 69.0% (557 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 69.0% (557 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 68.7% (555 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 68.7% (555 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 68.2% (551 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 68.2% (551 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
| |
Currently translated at 68.1% (550 of 807 strings)
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 68.0% (549 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 68.0% (549 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 67.6% (546 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 67.6% (546 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 67.5% (545 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 67.5% (545 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 63.8% (515 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 63.8% (515 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 63.6% (514 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 63.6% (514 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 63.3% (511 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 63.3% (511 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 55.0% (444 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 55.0% (444 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 53.5% (432 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 53.4% (431 of 807 strings)
Translated using Weblate (Polish)
Currently translated at 53.4% (431 of 807 strings)
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 31.3% (253 of 807 strings)
Translated using Weblate (Russian)
Currently translated at 31.3% (253 of 807 strings)
Translated using Weblate (Russian)
Currently translated at 31.3% (253 of 807 strings)
Co-authored-by: Alexey Murz Korepov <murznn@gmail.com>
Co-authored-by: Artem <ego.cordatus@gmail.com>
Co-authored-by: Herecore <herecore@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 30.6% (247 of 807 strings)
Translated using Weblate (Russian)
Currently translated at 30.6% (247 of 807 strings)
Translated using Weblate (Russian)
Currently translated at 30.6% (247 of 807 strings)
Translated using Weblate (Russian)
Currently translated at 30.6% (247 of 807 strings)
Translated using Weblate (Russian)
Currently translated at 30.6% (247 of 807 strings)
Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru>
Co-authored-by: Herecore <herecore@protonmail.com>
Co-authored-by: Libre Hacker <librehacker@snopyta.org>
Co-authored-by: Mihail Iosilevich <mihail.iosilevitch@yandex.ru>
Co-authored-by: glebasson <glebasson@yandex.ru>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
|
|
|
|
|
|
| |
Properly escapes in replies and with unmatched [].
fixes #854
|
|\
| |
| | |
Better handle 32-bit platforms by limitting database size
|
| | |
|
| |
| |
| |
| |
| |
| | |
Experimentally, setting the database size to 2GB didn't work.
These values are quite arbitrary, and should probably be settings or
automatically adjusted.
|
|\ \
| | |
| | | |
add rofi-nheko to the list of known DBus plugins
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (807 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Nekogawa Mio <mio@lolic.at>
Co-authored-by: Poesty Li <poesty7450@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/
Translation: Nheko/nheko
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (807 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (807 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (807 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (807 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (807 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Nekogawa Mio <mio@lolic.at>
Co-authored-by: Poesty Li <poesty7450@gmail.com>
Co-authored-by: Reiuji Utsuho <netap495l@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: hulb <hulb@live.cn>
Co-authored-by: ling <xll520yzl@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 95.7% (773 of 807 strings)
Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 99.8% (806 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (806 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (806 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (806 of 807 strings)
Co-authored-by: Poesty Li <poesty7450@gmail.com>
Co-authored-by: RainSlide <RainSlide@outlook.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: hulb <hulb@live.cn>
Co-authored-by: ling <xll520yzl@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 94.7% (765 of 807 strings)
Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
|
| |
| |
| |
| | |
fixes #1114
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 85.0% (686 of 807 strings)
Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
|
|/ |
|
|
|
|
|
|
|
|
| |
Currently translated at 95.7% (773 of 807 strings)
Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 32.5% (263 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 32.5% (263 of 807 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 32.5% (263 of 807 strings)
Co-authored-by: Poesty Li <poesty7450@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: hosxy <hosxy@live.com>
Co-authored-by: ling <xll520yzl@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/
Translation: Nheko/nheko
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
Translation: Nheko/nheko
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (807 of 807 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
|