DeepBlueV7.X
|
add5dfce7f
|
Merge pull request #798 from LorenDB/fixRRDialog
Fix clicking on avatar
|
2021-11-09 03:30:24 +01:00 |
|
Loren Burkholder
|
2c725bd1e5
|
Fix clicking on avatar
|
2021-11-08 21:26:35 -05:00 |
|
Nicolas Werner
|
ebc93c8870
|
Explicitly namespace platform module
|
2021-11-09 02:57:01 +01:00 |
|
Nicolas Werner
|
d0939dc96e
|
Update translations
|
2021-11-08 19:42:20 +01:00 |
|
Weblate
|
acb5ed6160
|
Translated using Weblate (French)
Currently translated at 100.0% (604 of 604 strings)
Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
|
2021-11-08 01:17:30 -05:00 |
|
Weblate
|
a2389dbe5a
|
Translated using Weblate (Dutch)
Currently translated at 100.0% (604 of 604 strings)
Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
|
2021-11-08 01:17:30 -05:00 |
|
Weblate
|
3908275194
|
Translated using Weblate (Esperanto)
Currently translated at 93.0% (562 of 604 strings)
Co-authored-by: Tirifto <tirifto@posteo.cz>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/
Translation: Nheko/nheko
|
2021-11-08 01:17:30 -05:00 |
|
DeepBlueV7.X
|
1bdf4ebd21
|
Merge pull request #791 from Nheko-Reborn/secret-storage-fixes
Move away from using an event loop to access secrets
|
2021-11-07 12:42:40 +01:00 |
|
Nicolas Werner
|
5ca1fb18bb
|
Move away from using an event loop to access secrets
Fixes messages in room flickering and being stuck
fixes #760
relates to #770
relates to #789
|
2021-11-07 03:52:57 +01:00 |
|
Loren Burkholder
|
66e40eed65
|
Merge pull request #790 from LorenDB/fixRRDialog
Fix clicking on read receipts for profiles
|
2021-11-06 20:02:03 -04:00 |
|
Loren Burkholder
|
b5b5c95246
|
Use ItemDelegate for read receipts
|
2021-11-06 20:00:20 -04:00 |
|
Weblate
|
6134817941
|
Translated using Weblate (Estonian)
Currently translated at 100.0% (604 of 604 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
|
2021-11-06 01:08:21 -04:00 |
|
Nicolas Werner
|
3758c42ed6
|
Fix leave room dialog
|
2021-11-05 23:04:44 +01:00 |
|
Weblate
|
ac9601e4b1
|
Translated using Weblate (Indonesian)
Currently translated at 100.0% (604 of 604 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
|
2021-11-05 01:22:48 -04:00 |
|
Weblate
|
8f64f0bb1c
|
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/
Translation: Nheko/nheko
|
2021-11-04 17:19:28 -04:00 |
|
Nicolas Werner
|
4ea87a26c5
|
Update translations
|
2021-11-04 22:18:51 +01:00 |
|
Nicolas Werner
|
535039066a
|
Update German translation
|
2021-11-04 22:18:49 +01:00 |
|
Weblate
|
30db2b2dd7
|
Translated using Weblate (Estonian)
Currently translated at 100.0% (604 of 604 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
|
2021-11-04 17:16:13 -04:00 |
|
Nicolas Werner
|
b442fd77c3
|
Translate some german texts
|
2021-11-04 01:18:57 +01:00 |
|
Weblate
|
c98abc87ce
|
Translated using Weblate (Dutch)
Currently translated at 100.0% (604 of 604 strings)
Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
|
2021-11-03 20:10:20 -04:00 |
|
Nicolas Werner
|
e1b9a0c619
|
Update translations
|
2021-11-03 23:44:55 +01:00 |
|
Nicolas Werner
|
8563ec002d
|
Use ItemDelegate for CommunitiesList
|
2021-11-03 23:20:28 +01:00 |
|
Nicolas Werner
|
1e22274d8c
|
Use ItemDelegate in RoomList instead of a Rectangle with handlers
fixes #683
relates to #571
|
2021-11-03 23:01:36 +01:00 |
|
Nicolas Werner
|
1a163f49e2
|
Fix unjoinable invites on mobile as well as unclickable previews
|
2021-11-03 22:35:54 +01:00 |
|
Nicolas Werner
|
912a8c43b2
|
Fix copyright order
|
2021-11-03 18:52:28 +01:00 |
|
Nicolas Werner
|
211fd9d76c
|
Fix registration on matrix.org
This was a bit of a journey:
https://github.com/matrix-org/matrix-doc/pull/3471
But it should work now and we now use the UIAHandler everywhere.
fixes #670
|
2021-11-03 18:39:51 +01:00 |
|
Nicolas Werner
|
2aabe9dcac
|
Prompt user when there are unverified devices
|
2021-11-01 22:20:15 +01:00 |
|
Nicolas Werner
|
5bd6208c43
|
Some people consider Nheko not an AAAAA title
|
2021-10-30 01:01:39 +02:00 |
|
Nicolas Werner
|
5688b2647e
|
Add self verification after login
|
2021-10-30 00:23:07 +02:00 |
|
Loren Burkholder
|
0c2522684b
|
Auto-focus search bar in room directory
|
2021-10-28 21:44:24 -04:00 |
|
Weblate
|
923b815713
|
Translated using Weblate (Indonesian)
Currently translated at 100.0% (569 of 569 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
|
2021-10-26 05:02:29 -04:00 |
|
Weblate
|
32eb247e02
|
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/
Translation: Nheko/nheko
|
2021-10-26 05:02:29 -04:00 |
|
Thulinma
|
662cb573e1
|
Allow changing device names, display last seen time and IP
|
2021-10-20 18:31:57 +02:00 |
|
Weblate
|
582c5215fe
|
Translated using Weblate (Portuguese (Portugal))
Currently translated at 74.8% (426 of 569 strings)
Co-authored-by: Tnpod <tmpod@pm.me>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
|
2021-10-20 08:47:22 -04:00 |
|
Weblate
|
af8dec908d
|
Translated using Weblate (Dutch)
Currently translated at 100.0% (569 of 569 strings)
Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
|
2021-10-19 21:17:38 -04:00 |
|
DeepBlueV7.X
|
702d3cf3a8
|
Merge pull request #768 from ISSOtm/patch-2
Fix incorrect pluralization of "rooms"
|
2021-10-19 17:42:38 +00:00 |
|
Weblate
|
eb3dd47bcf
|
Translated using Weblate (Portuguese (Portugal))
Currently translated at 73.2% (417 of 569 strings)
Co-authored-by: Tnpod <tmpod@pm.me>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
|
2021-10-19 13:42:15 -04:00 |
|
Weblate
|
fab9ecd052
|
Translated using Weblate (French)
Currently translated at 100.0% (569 of 569 strings)
Co-authored-by: Eldred HABERT <stuff@eldred.fr>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
|
2021-10-19 13:42:15 -04:00 |
|
Eldred Habert
|
d56a48215a
|
Fix incorrect pluralization of "rooms"
|
2021-10-19 18:25:59 +02:00 |
|
Weblate
|
eb94e699a1
|
Translated using Weblate (French)
Currently translated at 98.2% (559 of 569 strings)
Co-authored-by: Eldred HABERT <stuff@eldred.fr>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
|
2021-10-19 03:26:52 -04:00 |
|
Nicolas Werner
|
6793bdf3fd
|
lint
|
2021-10-17 17:20:51 +02:00 |
|
Nicolas Werner
|
b030eb923b
|
WIP
|
2021-10-17 17:18:14 +02:00 |
|
Nicolas Werner
|
a5030bdd4d
|
move device verification management to its own file
|
2021-10-17 17:18:14 +02:00 |
|
Thulinma
|
649c5ff86d
|
Add support for listing devices that do not support encryption, add support for logging out devices.
Ticks off another box in #23!
|
2021-10-17 00:00:14 +02:00 |
|
Eldred Habert
|
a0e1f97f2c
|
Use correct Monopoly quote
Hi if you're reading this commit message wondering "what the fuck?"
|
2021-10-15 19:18:10 +02:00 |
|
Weblate
|
75022dee87
|
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/
Translation: Nheko/nheko
|
2021-10-15 12:55:46 -04:00 |
|
tastytea
|
0516892759
|
Allow JPEG in image picker for stickers and emotes.
The file ending list is translated, so all the translations are updated
too.
|
2021-10-15 16:51:20 +02:00 |
|
Loren Burkholder
|
14488a8fe7
|
Use the same leave room dialog everywhere
This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs.
|
2021-10-11 19:00:40 -04:00 |
|
DeepBlueV7.X
|
088765b427
|
Merge pull request #741 from LorenDB/qmlJoinRoomDlg
QML the join room dialog
|
2021-10-11 19:53:17 +00:00 |
|
DeepBlueV7.X
|
281d764aa3
|
Merge pull request #755 from Nheko-Reborn/bootstrapping
Support bootstrapping crosssigning
|
2021-10-09 23:35:09 +00:00 |
|