Nicolas Werner
|
c4c13a1da9
|
Fix redaction of edited messages
|
2021-11-08 19:32:14 +01:00 |
|
Nicolas Werner
|
cfca7157b9
|
Change indentation to 4 spaces
|
2021-09-18 00:45:50 +02:00 |
|
Loren Burkholder
|
87bff3493d
|
Add direct chat handling for previews and invites
|
2021-09-11 19:35:31 -04:00 |
|
Loren Burkholder
|
0e3f3f2b20
|
make lint
|
2021-09-11 19:35:31 -04:00 |
|
Loren Burkholder
|
356723fe06
|
Use more descriptive property name
|
2021-09-11 19:35:31 -04:00 |
|
Loren Burkholder
|
350fc593ed
|
Use better id loading methodology
|
2021-09-11 19:35:31 -04:00 |
|
Loren Burkholder
|
1fdecdcc21
|
Get direct chat jdenticons to line up
|
2021-09-11 19:35:31 -04:00 |
|
Nicolas Werner
|
09c041c8ac
|
Use in memory media player instead of storing unencrypted files on disk
|
2021-08-29 16:32:22 +02:00 |
|
Nicolas Werner
|
5b460861b1
|
Allow accepting knocks in the timeline
As well as selecting more join rules.
|
2021-08-17 23:31:25 +02:00 |
|
Nicolas Werner
|
18ea01e198
|
Show if there are unverified devices in a room
Also fixes some issues where nested transactions will poison the
verification cache.
|
2021-08-13 23:19:54 +02:00 |
|
Nicolas Werner
|
72bbad7485
|
Show encryption errors in qml and add request keys button
|
2021-08-07 22:51:09 +02:00 |
|
Nicolas Werner
|
a57a15a2e0
|
Basic sticker pack editor
|
2021-08-06 04:31:53 +02:00 |
|
Loren Burkholder
|
dab1c9068a
|
QML the raw message dialog
|
2021-07-31 12:11:15 -04:00 |
|
Loren Burkholder
|
7e538851d6
|
Use a QSortFilterProxyModel instead of resetting the model
|
2021-07-29 21:07:52 -04:00 |
|
Loren Burkholder
|
4dd994ae00
|
QML the read receipts list
There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit
|
2021-07-29 21:07:16 -04:00 |
|
Loren Burkholder
|
44be4c1f4a
|
Move various room auxiliary functions to TimelineManager
|
2021-07-21 18:56:20 -04:00 |
|
Loren Burkholder
|
b17002929c
|
Open room members when member info label clicked
|
2021-07-21 12:36:02 -04:00 |
|
Loren Burkholder
|
44d2818e0c
|
Add property for plain room name
|
2021-07-20 21:48:10 -04:00 |
|
Loren Burkholder
|
60b3c34d78
|
Permissions only needs a roomid to function
|
2021-07-20 21:47:32 -04:00 |
|
Loren Burkholder
|
a176de5f11
|
Make sure to use the default room id if none is specified
|
2021-07-20 21:47:22 -04:00 |
|
Loren Burkholder
|
e1acf5d324
|
make lint
|
2021-07-20 21:47:22 -04:00 |
|
Loren Burkholder
|
6c57fa6c5b
|
QML the invite dialog
This also adds a property `roomId` to TimelineModel.
|
2021-07-20 21:47:22 -04:00 |
|
Loren Burkholder
|
77a0c574bf
|
QML the room member list
|
2021-07-20 21:47:05 -04:00 |
|
Nicolas Werner
|
88ed0fade7
|
Explicitly reload data in delegates, if related events got loaded
|
2021-07-20 14:09:19 +02:00 |
|
Nicolas Werner
|
8a1666bc88
|
Basic sticker support
|
2021-07-19 01:28:07 +02:00 |
|
Nicolas Werner
|
0b864d9485
|
Fix replies not reloading after fetching them
|
2021-07-16 11:47:49 +02:00 |
|
Nicolas Werner
|
9d6bc706ff
|
Don't use full dump for replies
|
2021-07-12 22:28:01 +02:00 |
|
Nicolas Werner
|
bd26624ed8
|
Prepare for reuseItems in timeline
The actual reuseItems is still blocked on a few upstream bugs.
|
2021-07-12 00:24:33 +02:00 |
|
Nicolas Werner
|
c755d54243
|
Remove db bottleneck by caching ro txn for 100 requests
|
2021-07-10 16:12:38 +02:00 |
|
Nicolas Werner
|
884fb74d2d
|
Add a basic 'Space page'
|
2021-06-25 11:34:19 +02:00 |
|
Nicolas Werner
|
f349b0cce0
|
Hide spaces by default, unless they are in the current space filter
|
2021-06-25 11:34:18 +02:00 |
|
Nicolas Werner
|
f3d956aebc
|
Fix emoji in new RoomList
|
2021-05-22 10:16:42 +02:00 |
|
Nicolas Werner
|
beeb60e4a1
|
Sort the room list
|
2021-05-22 00:57:14 +02:00 |
|
Nicolas Werner
|
cd67046f60
|
Make roomlist look nice
|
2021-05-21 21:19:03 +02:00 |
|
Nicolas Werner
|
0d0709ccd3
|
Show verification status next to messages
|
2021-05-07 17:01:57 +02:00 |
|
Nicolas Werner
|
ab0baf5d9e
|
Only show actions, when you have permissions to do them
|
2021-05-02 18:06:56 +02:00 |
|
Nicolas Werner
|
986b561c34
|
Fix crash when you have no rooms and open the profile as well as not rendering rooms without groups
|
2021-04-30 15:33:17 +02:00 |
|
Nicolas Werner
|
f626de0447
|
Copy link to message
fixes #499
|
2021-04-29 21:46:49 +02:00 |
|
Nicolas Werner
|
82fa8ab292
|
Highlight navigated to message
|
2021-04-29 19:09:16 +02:00 |
|
targetakhil
|
06e12a0a16
|
move detection code to nheko namespace and fix a few other bugs
|
2021-04-17 22:58:04 +05:30 |
|
targetakhil
|
9934004702
|
remove unused function and set position to center of timeline view
|
2021-04-15 22:37:47 +05:30 |
|
targetakhil
|
6893e3a8d5
|
show forward menu item only for relevant events, changes to ui
|
2021-04-15 22:37:47 +05:30 |
|
targetakhil
|
603ff33ea6
|
added basic forwarding
|
2021-04-15 22:37:41 +05:30 |
|
Nicolas Werner
|
a6f0d2ea7d
|
Update license headers
|
2021-03-05 01:04:07 +01:00 |
|
Nicolas Werner
|
345dc1e61f
|
Fix text input restoring after edits
|
2021-02-25 00:50:17 +01:00 |
|
Nicolas Werner
|
f6b5b24d64
|
Allow editing via up and down arrows
|
2021-02-24 23:51:05 +01:00 |
|
Akhil Nair
|
8400540428
|
Merge branch 'master' into room_settings_qml
|
2021-02-14 00:04:27 -05:00 |
|
Jedi18
|
1a406f79e6
|
replaced with togglebutton using qtquickcontrols2
|
2021-02-13 23:59:42 +05:30 |
|
Jedi18
|
35aa0126ac
|
added changing of name through edit modal, removed old roomsettings
|
2021-02-12 12:48:12 +05:30 |
|
Jedi18
|
f044e2d2a1
|
fix avatar update on timeline sync
|
2021-02-11 23:50:45 +05:30 |
|