Commit graph

5742 commits

Author SHA1 Message Date
Nicolas Werner
ff82452816
Upgrade trust of megolm sessions when receiving RoomKey
Before we only did that, when we basically didn't have the key yet. But
since we usually get sent a RoomKey when a new message is sent after we
sign in, we were discarding, that those messages should usually now be
trusted.
2023-11-19 20:11:21 +01:00
Weblate
5ddc11d9b4 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1037 of 1037 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1037 of 1037 strings)

Co-authored-by: Eric <alchemillatruth@purelymail.com>
Co-authored-by: Integral <integral@murena.io>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
2023-11-18 13:20:19 +00:00
DeepBlueV7.X
90256a785a
Merge pull request #1615 from CM0use/spanish-translation
Spanish translation update
2023-11-15 23:38:48 +01:00
CM0use
5b7bdd27b1 Spanish translation update
A lot of text translated and improved
In a few days I will translate this again looking for errors and some things I missed.
Enjoy!
2023-11-15 06:12:45 -04:00
Nicolas Werner
02ebee87c2
Fix shadow for spinner 2023-11-11 12:46:44 +01:00
Nicolas Werner
9bd3cfb0fe
Speedup qt install on macos 2023-11-10 23:12:09 +01:00
Nicolas Werner
ffd17e1d4b
Fix cmake builds missing libicudata 2023-11-10 22:01:56 +01:00
Weblate
7e66224ae8 Translated using Weblate (Finnish)
Currently translated at 82.4% (855 of 1037 strings)

Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
2023-11-10 10:20:18 +00:00
Nicolas Werner
c69f0f95a9
Fix Nheko freezing after stopping a call on Wayland 2023-11-09 23:55:42 +01:00
Nicolas Werner
34ebd2b30e
Fix call only ringing the second time 2023-11-09 21:47:03 +01:00
Nicolas Werner
2f98a4475f
Get rid of useless capture 2023-11-09 21:40:46 +01:00
Nicolas Werner
0e0a93914e
Replace mediafiles
fixes #1590
2023-11-09 21:32:19 +01:00
Nicolas Werner
31aebb33ae
Fix macos builds with newer icu 2023-11-06 20:49:54 +01:00
Nicolas Werner
63a2d4b4bb
Fix crash during calls 2023-11-05 23:18:43 +01:00
Nicolas Werner
89df4aa150
Fix active user check 2023-11-05 12:09:29 +01:00
Nicolas Werner
67c69fd861
Make clazy happy 2023-11-02 18:33:15 +01:00
Nicolas Werner
3c7c8d66b4
Use sha256 to encode the database name instead of just hex encoding it 2023-11-02 18:27:58 +01:00
Nicolas Werner
64860357c4
Fix gstreamer element names 2023-11-02 00:38:13 +01:00
Nicolas Werner
457f42c9ca
Fix pending reply sizing 2023-11-01 22:28:58 +01:00
Nicolas Werner
bd1cadb6bb
Spaces are now bold 2023-11-01 21:44:21 +01:00
Nicolas Werner
8b39b65d43
Possibly fix pagination in search 2023-11-01 21:31:08 +01:00
Nicolas Werner
81cf29f924
Possibly fix crash when room is cleared on event delegate 2023-11-01 20:57:39 +01:00
Nicolas Werner
7982c2bd75
Fix trailing whitespace 2023-11-01 20:16:20 +01:00
Nicolas Werner
c2d50d52a4
Remove unused function 2023-11-01 16:39:47 +01:00
Nicolas Werner
aeda42111b
Throttle sync processing if the window is unfocused for a while 2023-11-01 16:15:46 +01:00
Nicolas Werner
7823aceb58
Save profile when explicitly specified
Not just when any setting is modified...

fixes #1563
2023-11-01 06:20:44 +01:00
Nicolas Werner
092b12361e
Downgrade self verification status logging to debug
fixes #1560
2023-11-01 06:13:24 +01:00
Nicolas Werner
d44f905801
Fix decrypt notification settings persistent under the wrong key
fixes #1561
2023-11-01 06:10:58 +01:00
Nicolas Werner
59ed44879a
Fix hidden event types empty string means unsupported
fixes #1600
2023-11-01 04:19:50 +01:00
Nicolas Werner
1392cf056c
Fix schannel support on Windows 2023-10-31 21:11:10 +01:00
Nicolas Werner
60ce61b2d1
Update nlohmann/json in flatpak 2023-10-31 19:59:44 +01:00
Nicolas Werner
7824c77234
Cleanup headers a bit more 2023-10-31 18:47:58 +01:00
Nicolas Werner
488a93575a
Fix version code having too many segments 2023-10-31 13:04:39 +01:00
Nicolas Werner
4357c47ebe
A few more small speedups 2023-10-31 13:04:39 +01:00
Nicolas Werner
22c5076c64
Save appveyor cache on failure 2023-10-31 13:04:39 +01:00
Nicolas Werner
a524524a80
Try to fix notification in packaged app 2023-10-31 13:04:39 +01:00
Nicolas Werner
99a3e8bcf2
Speed up compilation a bit 2023-10-31 13:04:39 +01:00
Nicolas Werner
3f5c8929c3
Set version in msix 2023-10-31 13:04:39 +01:00
Nicolas Werner
2b584f3a4b
Update German Translation 2023-10-31 13:04:39 +01:00
Nicolas Werner
2928b3647c
Fix hunter curl version string 2023-10-31 13:04:39 +01:00
Nicolas Werner
50bce25838
Fix a few conversions 2023-10-31 13:04:38 +01:00
Nicolas Werner
4faeae5c73
Update dependencies 2023-10-31 13:04:38 +01:00
Nicolas Werner
d4c0c2e945
Add basic unsigned msix 2023-10-31 13:04:35 +01:00
DeepBlueV7.X
846f85071f
Merge pull request #1570 from discapes/master
Set AppStream id to im.nheko.Nheko.desktop
2023-10-31 10:00:59 +01:00
Miika Tuominen
8ddd10e225
Change appid to im.nheko.Nheko
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2023-10-31 10:56:25 +02:00
Weblate
ee6ee46e7c Translated using Weblate (Estonian)
Currently translated at 100.0% (1037 of 1037 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
2023-10-30 21:58:01 +00:00
Weblate
aa418c8934 Translated using Weblate (Indonesian)
Currently translated at 100.0% (1037 of 1037 strings)

Co-authored-by: Linerly <linerly@proton.me>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
2023-10-30 21:58:01 +00:00
Weblate
3d1a224be2 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1037 of 1037 strings)

Co-authored-by: Poesty Li <poesty7450@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
2023-10-30 03:20:17 +00:00
Nicolas Werner
2b1844d412
Update translations 2023-10-28 13:57:04 +02:00
Nicolas Werner
7c21c41638
fix room name calculation with 3 members
fixes #1598
2023-10-28 13:47:58 +02:00