Commit Graph

24 Commits

Author SHA1 Message Date
Krille 3f04532ffe
refactor: Remove BasicRoomEvent type
We actually never use the
roomId of this type and the
matrix spec has changed in
a way that the roomId is
never sent there actually. So
it was super easy to just
replace all BasicRoomEvent
with BasicEvent. The roomId
became nullable anyway.
2025-01-09 11:05:01 +01:00
Nicolas Werner 434ef9b880
chore: Upgrade dependencies
The library annotations are a new lint and we have no need to specify a
custom library name anywhere. The JS annoation on the library also did
nothing, since it doesn't default to the library name in dart and only
modifies the prefix of functions if you pass in a custom name.

The sqflite_common_ffi I removed the upper constraint, which allows us
to use a newer version if our dart version is new enough, but I left it
at the original version because there is no need to require a higher
minimum currently.
2024-10-21 13:04:47 +02:00
Krille 6976c426a9
refactor: Remove Matrix Connection Exception
This makes no sense anymore.
In the past we tried to use this
Exception type to have a
unified exception for all
network errors. However, this
is only in use for the custom
request method and for every
other api call it is not. So to
have the same error messages
every time, we should just remove
it.
2024-06-25 15:48:12 +02:00
td cd94cf62a8
chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
Nicolas Werner f7003933e6 chore: export filter map extension 2022-08-08 16:47:08 +02:00
Lukas Lihotzki d16c83f5db refactor: remove uploadKeySignatures (use uploadCrossSigningSignatures) 2021-08-20 16:17:40 +02:00
Lukas Lihotzki cb71ca9b26 chore: generate more operations from OpenAPI 2021-08-20 16:17:37 +02:00
Lukas Lihotzki cfa633b489 feat: Add image pack event content models 2021-07-22 17:08:36 +02:00
Marcus Hoffmann 1a51f813a7 null safety cleanup 2021-07-01 16:59:54 +02:00
Lukas Lihotzki d9c1fdb78a refactor: migrate to null safety 2021-07-01 15:11:39 +02:00
Lukas Lihotzki e3a1b6aa77 refactor: mostly use dart_openapi_codegen 2021-06-25 12:40:03 +02:00
Christian Pauly a5af392fb8 fix: Missing RoomCreationTypes 2021-05-01 09:26:18 +02:00
Christian Pauly 7d91cdac5e fix: Typo and wellknown parsing 2021-03-01 11:38:53 +01:00
Christian Pauly 8f1d35e0bc docs: Update license to MIT 2021-01-08 13:14:03 +01:00
Christian Pauly ae34041f29 feat: Implement plaintext parsing 2021-01-08 10:54:04 +01:00
Christian Pauly 618d42a448 feat: Room forwarded key content 2021-01-08 10:30:57 +01:00
Christian Pauly fce7705243 feat: Implement room key request parsing 2021-01-08 09:54:11 +01:00
Christian Pauly 81c86a6c05 feat: Add room_key content 2021-01-08 09:33:03 +01:00
Christian Pauly 128df8d8eb feat: Add encryption content 2021-01-07 14:00:40 +01:00
Christian Pauly ede938c105 docs: Update license header 2021-01-04 10:18:41 +01:00
Christian Pauly 68e6530835 fix: Current version 2020-12-31 10:33:59 +01:00
Christian Pauly 3340a1e540 refactor: Remove markedunread 2020-12-31 10:25:54 +01:00
Christian Pauly 03901f4612 fix: Add marked unread to lib 2020-12-31 10:03:30 +01:00
Christian Pauly bb10adef79 Initial commit 2020-12-28 12:01:03 +01:00