Commit graph

2293 commits

Author SHA1 Message Date
Nicolas Werner
87c063b112
Speedup room switching by forcing a bigger initial item size 2024-01-08 00:21:42 +01:00
DeepBlueV7.X
96c4d05730
Merge pull request #1649 from duarm/swipe-toggle
disable swipe motions toggle
2024-01-07 19:52:44 +01:00
DeepBlueV7.X
45cc7ab6f7
Merge pull request #1635 from NepNep21/ignore-command
Add /ignore, fixes #1634
2024-01-06 14:38:45 +00:00
duarm
000681b25e disable swipe motions toggle 2023-12-31 16:15:38 -03:00
Weblate
9abc44efe9 Translated using Weblate (Portuguese (Portugal))
Currently translated at 40.5% (420 of 1037 strings)

Co-authored-by: Tmpod <tom@tmpod.dev>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2023-12-27 04:20:22 +00:00
Nicolas Werner
9a87a0e0c6
Fix red outline alignment in default style 2023-12-22 03:00:06 +01:00
Weblate
818bc00429 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1037 of 1037 strings)

Co-authored-by: Integral <integral@murena.io>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
2023-12-22 00:20:22 +00:00
DeepBlueV7.X
8049297cd1
Merge pull request #1630 from FallenValkyrie/allow_sticker_pack_removal
Allow sticker pack removal
2023-12-22 01:00:26 +01:00
Nep Nep
a691f5de3c
Merge branch 'Nheko-Reborn:master' into ignore-command 2023-12-20 20:31:48 -03:00
Nicolas Werner
4b685030dc
Bump minimum Windows version to possibly fix msix 2023-12-20 05:44:30 +01:00
Nicolas Werner
faaeef134f
Add appinstaller for windows nightlies 2023-12-20 01:28:26 +01:00
FallenValkyrie
c254697eaa
move destroyOnClose into ImagePackSettingsDialog 2023-12-19 16:33:54 +01:00
Nep Nep
7dbad2c648
Merge branch 'Nheko-Reborn:master' into ignore-command 2023-12-17 21:35:01 -03:00
NepNep21
bfdf87a92d
Multiple changes
More consistent language with similar description strings
Add manpage entry
Add /unignore
Add ignore & decline button in the invite page
Add invite rejection to all ignore methods
2023-12-17 20:17:43 -03:00
FallenValkyrie
c605fb6ca8
make ImagePackDialog text translatable 2023-12-16 15:48:11 +01:00
FallenValkyrie
b91c70a8ea
Fix review issues 2023-12-16 15:48:11 +01:00
FallenValkyrie
adc7fb8655
remove unnecessary destryoOnClose 2023-12-16 15:48:11 +01:00
FallenValkyrie
2aefe78a63
Integrate ImagePackDeleteDialog in ImagePackSettingsDialog as delete confirmation 2023-12-16 15:48:11 +01:00
FallenValkyrie
e3fe1703fa
Create ImagePackDeleteDialog component 2023-12-16 15:48:11 +01:00
Nicolas Werner
021eed8388
Add windows code signing 2023-12-14 06:36:25 +01:00
Nicolas Werner
d116deedd7
Allow clicking notifications on Windows 2023-12-12 23:53:32 +01:00
Nicolas Werner
68114427a8
Remove background color in msix 2023-12-12 03:19:59 +01:00
Nicolas Werner
791cb660b5
Fix joined spaces having no description 2023-12-10 02:59:05 +01:00
CM0use
c753862646 Spanish translation completed
I was lazy to make the changes in the weblate page, I hope this is not a problem.

question: I am new to github, why am I not listed in the contributors list (just out of curiosity)?
2023-11-21 17:21:46 -04:00
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
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
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
0e0a93914e
Replace mediafiles
fixes #1590
2023-11-09 21:32:19 +01:00
Nicolas Werner
63a2d4b4bb
Fix crash during calls 2023-11-05 23:18:43 +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
2b584f3a4b
Update German Translation 2023-10-31 13:04:39 +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
Weblate
c3db2bc843 Translated using Weblate (Finnish)
Currently translated at 93.5% (935 of 1000 strings)

Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
2023-10-28 03:20:17 +00:00
Weblate
29b5068190 Translated using Weblate (French)
Currently translated at 67.7% (677 of 1000 strings)

Co-authored-by: CB <chb0@lavache.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
2023-10-28 03:20:17 +00:00
Nicolas Werner
661d029d7a
Bring back double tap and drag to reply 2023-10-27 20:19:07 +02:00
Nicolas Werner
6fef6ad5f1
Enable even more qml linter warnings 2023-10-26 21:48:55 +02:00
Nicolas Werner
2b1c9af311
More qml cleanups 2023-10-26 20:52:18 +02:00
DeepBlueV7.X
1512810303
Merge pull request #1539 from Nheko-Reborn/issue1410
Add report message functionality
2023-10-26 09:57:47 +02:00
Loren Burkholder
bb971b0575
Add report message functionality 2023-10-25 22:24:40 -04:00
Nicolas Werner
904d3f257a
Fix some qml warnings 2023-10-26 02:31:31 +02:00