Weblate
3109508e85
Translated using Weblate (Estonian)
...
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
2 years ago
Nicolas Werner
ccd2465066
Fix windows build...
2 years ago
Nicolas Werner
e9a0f0a89e
Fix previews getting sorted above normal rooms
2 years ago
Nicolas Werner
74128cf8bd
Fix excessive summary calls
2 years ago
Nicolas Werner
1423011dd9
bump mtxclient to fix notification bug
2 years ago
Rohit Sutradhar
ac48c33286
VoIP v1 implementation ( #1161 )
...
* 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
2 years ago
Nicolas Werner
8a4bb32b4a
Add toggle to disable decrypting notifications
2 years ago
Nicolas Werner
37009906bb
Evaluate push rules locally
2 years ago
Nicolas Werner
a1dd02d763
Bump mtxclient
2 years ago
Weblate
03fc88281d
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)
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
2 years ago
Weblate
e2ea5650a2
Added translation using Weblate (Occidental)
...
Co-authored-by: Carmina16 <mistresssilvara@hotmail.com>
2 years ago
Weblate
32752df028
Translated using Weblate (Indonesian)
...
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
2 years ago
Nicolas Werner
af699eb83e
Mark classes as final where possible
2 years ago
Weblate
00cc9a09a5
Translated using Weblate (Indonesian)
...
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
2 years ago
Nicolas Werner
4002b1ecf1
Properly propagate pack usage to UI
...
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
2 years ago
Nicolas Werner
30fde1f8ac
Don't send avatars over dbus by default
...
This should reduce payload size a lot
2 years ago
Nicolas Werner
7e0ea12ebb
Update to unicode 15 and make script jinja:3 compatible
2 years ago
Nicolas Werner
a4524cd9af
Fix date separator
2 years ago
Nicolas Werner
f2f9359f7f
Add a shortcut for search
2 years ago
Nicolas Werner
f1c1f18f81
Add a slow way to search a room
2 years ago
Nicolas Werner
857d9cf2b6
Basic thread filtering
...
The reply pagination logic is a bit weird rn though.
2 years ago
Weblate
a87f1be688
Translated using Weblate (Finnish)
...
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
2 years ago
Nicolas Werner
aed1440d26
Don't let old server lookups overwrite new ones
2 years ago
Nicolas Werner
d70a344a4d
Fix userprofile on roomlist
2 years ago
Nicolas Werner
005a4978bf
Update translations
2 years ago
Nicolas Werner
b205819ba6
Swap thread and edit button
2 years ago
Nicolas Werner
d8993c14e1
Fix raw message dialog
2 years ago
Loren Burkholder
8ecbb39dc6
cppcheck stuff ( #1200 )
...
* 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>
2 years ago
DeepBlueV7.X
5e9eb845ab
Merge pull request #1202 from Nheko-Reborn/grammar
...
Grammar
2 years ago
Loren Burkholder
e7d0344997
Fixed a crash in member list loading ( #1199 )
2 years ago
Nicolas Werner
33403d650a
Don't strip fallbacks on plain text bodies
2 years ago
DeepBlueV7.X
cfcdc23d4a
Merge pull request #1201 from Nheko-Reborn/eoUpdates
...
Update some Esperanto translations
2 years ago
Nicolas Werner
b3c5f41625
Fix a few more windows warnings
2 years ago
Nicolas Werner
1365e4e266
Try to fix qtjdenticon build in appveyor
2 years ago
Nicolas Werner
a55fc8e43b
Work around MSVC bug with structured bindings in lambdas
...
Causes error messages like:
error C3493: 'key_id' cannot be implicitly captured because no default capture mode has been specified
2 years ago
Nicolas Werner
b55b5a8321
Fix a few more warnings
2 years ago
Nicolas Werner
09babc91d2
Green is not Svg::green
...
fixes #1203
2 years ago
Loren Burkholder
2aef39fda8
Update some Esperanto translations
2 years ago
Nicolas Werner
42a23e1859
Reduce windows ci warnings
2 years ago
Nicolas Werner
22a6b8ddb4
Properly qualify fmt function
...
Otherwise it conflicts with C++20 fmt.
2 years ago
Nicolas Werner
944e369d50
Fix clazy
2 years ago
DeepBlueV7.X
f8724fdea8
Merge pull request #1198 from rnhmjoj/pr-green
...
Add green theme color, make "error" configurable
2 years ago
Nicolas Werner
b2b2932c98
Fix linting
2 years ago
Nicolas Werner
7ec842ba51
Replace some user visible mentions of spaces
2 years ago
Nicolas Werner
30882d4aa9
Fix wrong file urls
2 years ago
rnhmjoj
f5d5bea840
Add green theme color, make "error" configurable
2 years ago
Nicolas Werner
2a7c6f2d86
Load components on demand
2 years ago
Nicolas Werner
570d7b8b30
Prepare for adding proxy before chat.model
2 years ago
Loren Burkholder
08aa383a62
Remove unnecessary emit
2 years ago
Loren Burkholder
df834ffc48
Various grammar fixes (mostly removing commas)
2 years ago