Sorunome
|
f5b1c5fc5f
|
fix: Don't assume a power level of a person is an int
|
2020-12-22 10:05:44 +01:00 |
Christian Pauly
|
57286d4c28
|
feat: Use logger package
|
2020-12-19 12:04:25 +00:00 |
Sorunome
|
405306f84e
|
feat: Add == operator to the Receipt, User and Room objects
|
2020-12-19 12:15:50 +01:00 |
Christian Pauly
|
5167e92913
|
feat: Update room api
|
2020-12-04 12:23:40 +01:00 |
Christian Pauly
|
bec1761172
|
refactor: content parsing
|
2020-11-30 15:34:46 +01:00 |
Marcus Hoffmann
|
2e3a2d38c0
|
fix: mark read wasn't sending read receipts
|
2020-11-26 01:58:49 +01:00 |
Sorunome
|
bed7de81c7
|
fix: Wrong emote pack identifier
|
2020-11-25 15:17:22 +01:00 |
Marcus Hoffmann
|
9b3f9e4ef7
|
feature: allow marking rooms as unread
|
2020-11-25 12:03:19 +01:00 |
Christian Pauly
|
411d29cc89
|
feat: Implement room tombstones
|
2020-11-21 15:28:05 +01:00 |
Sorunome
|
b67ab870fa
|
fix: Use Uri.tryParse where applicable
|
2020-11-19 15:20:27 +01:00 |
Sorunome
|
588d7eb1a6
|
fix: Set new state events by sortOrder, rather than originServerTs
|
2020-11-08 15:13:02 +01:00 |
Sorunome
|
33b1e36efd
|
fix: Timeline history requests causing "scrolling" and sometimes ordering things wrong
|
2020-11-07 11:32:51 +01:00 |
Christian Pauly
|
793d398d72
|
fix: Automatic leave broken invites
|
2020-11-06 09:43:48 +01:00 |
Christian Pauly
|
cbae6b9c84
|
fix: Better handling leave broken room on join
|
2020-11-05 14:03:58 +01:00 |
Christian Pauly
|
388598ef67
|
fix: Join broken room handling
|
2020-11-05 13:43:36 +01:00 |
Sorunome
|
343c26b3ed
|
fix: Decrypt last message on received megolm key
|
2020-10-26 07:49:02 +00:00 |
Christian Pauly
|
66e590073e
|
refactor: Event Update Type
|
2020-10-22 13:01:35 +02:00 |
Sorunome
|
c571fe4dd5
|
fix: don't assume msgtype is a string
|
2020-10-08 12:29:59 +00:00 |
Sorunome
|
74bd1d331b
|
fix: Messages being encrypted for too many devices
|
2020-10-04 14:20:17 +02:00 |
Sorunome
|
b6754fbc46
|
chore: update emote stuff
|
2020-09-24 15:59:46 +02:00 |
Christian Pauly
|
5019ebfeb5
|
feat: Auto retry send events
|
2020-09-21 16:51:40 +00:00 |
Sorunome
|
3187275ed7
|
fix: Don't query /members over and over
|
2020-09-18 12:41:26 +02:00 |
Sorunome
|
053585852e
|
Merge branch 'send-location' of gitlab.com:JohnAZoidberg/famedlysdk into main
|
2020-09-18 09:43:10 +02:00 |
Christian Pauly
|
b05e4da34f
|
fix: Last event calculation
|
2020-09-16 10:23:37 +02:00 |
Sorunome
|
aa9940fdbc
|
fix: Room.requestUser sometimes throws an error
|
2020-09-10 09:37:56 +02:00 |
Sorunome
|
f7e63097b4
|
chore: Update emotes to match MSC
|
2020-09-07 09:34:14 +00:00 |
Christian Pauly
|
0d159c2db4
|
Fix: Send messages in web delay
|
2020-08-19 09:08:30 +02:00 |
Christian Pauly
|
84c27129d2
|
Hotfix: Send correct message type
|
2020-08-17 16:29:29 +02:00 |
Christian Pauly
|
cbc66ea308
|
Fix unencrypted calls
|
2020-08-17 08:46:04 +02:00 |
Christian Pauly
|
50d97ebeb2
|
Fix unencrypted call events
|
2020-08-15 16:05:11 +02:00 |
MTRNord
|
26586b6f02
|
style: Change package:famedlysdk imports to relative imports
Changing the imports from `package:famedlysdk` to relative imports allows us to easier move the files
Took 2 minutes
|
2020-08-13 10:40:39 +02:00 |
Christian Pauly
|
fb9b505988
|
Krille/make client extend matrixapi
|
2020-08-11 16:11:51 +00:00 |
Christian Pauly
|
6170c79fe1
|
Improve logging
|
2020-08-06 09:35:02 +00:00 |
Sorunome
|
2796ca613a
|
Fix resending messages reusing an existing transaction id
|
2020-08-06 06:51:06 +00:00 |
Daniel Schaefer
|
ede4fd1416
|
Implement function to send m.location event
Allows to share the location with a room.
|
2020-08-05 23:01:03 +02:00 |
Christian Pauly
|
dc1ed0c6e2
|
Use SyncUpdate for pending messages
|
2020-07-30 08:48:47 +00:00 |
Sorunome
|
f48f6bca12
|
Properly imlement event aggregations
|
2020-07-27 07:39:48 +00:00 |
Sorunome
|
a46942a140
|
Merge branch 'soru/fix-members-requests' into 'master'
try to load members from database first and cache them in-memory
Closes app#596
See merge request famedly/famedlysdk!382
|
2020-07-21 08:05:48 +00:00 |
Christian Pauly
|
4f2a8febf9
|
Fix request history
|
2020-07-21 07:34:30 +00:00 |
Sorunome
|
4394196ba1
|
try to load members from database first and cache them in-memory
|
2020-07-14 11:30:13 +02:00 |
Sorunome
|
8f122195c5
|
re-work state lazy loading after discussion
|
2020-07-01 11:09:31 +02:00 |
Sorunome
|
b7b369923f
|
only lazy-load m.room.member, not store presence
|
2020-06-30 13:41:52 +02:00 |
Sorunome
|
2e3d8205b1
|
analyze and format
|
2020-06-30 12:21:03 +02:00 |
Sorunome
|
a1f8120c59
|
Greatly imporve initial loading performance
|
2020-06-30 12:17:56 +02:00 |
Christian Pauly
|
4790925929
|
Merge branch 'soru/no-contains-key' into 'master'
Better validate event contents
See merge request famedly/famedlysdk!353
|
2020-06-29 12:02:18 +00:00 |
Sorunome
|
fd406987c1
|
Better validate event contents
|
2020-06-29 12:02:18 +00:00 |
Christian Pauly
|
0ac7aec071
|
Merge branch 'matrixfile-refactor-all' into 'master'
MatrixFile refactoring for thumbnails
See merge request famedly/famedlysdk!371
|
2020-06-29 12:00:26 +00:00 |
Lukas Lihotzki
|
842581699c
|
MatrixFile refactoring for thumbnails
|
2020-06-29 12:00:26 +00:00 |
Christian Pauly
|
7e9c8f88f3
|
Implement calcDisplayname without local part
|
2020-06-29 08:40:16 +00:00 |
Lukas Lihotzki
|
58dcedb883
|
Use mime instead of mime_type
|
2020-06-25 17:35:46 +02:00 |