Commit Graph

49 Commits

Author SHA1 Message Date
Christian Pauly de2872cfee Update lib/src/client.dart, lib/src/user.dart, lib/src/timeline.dart, lib/src/room.dart, lib/src/presence.dart, lib/src/event.dart, lib/src/utils/profile.dart, lib/src/utils/receipt.dart, test/client_test.dart, test/event_test.dart, test/presence_test.dart, test/room_test.dart, test/timeline_test.dart, test/user_test.dart files 2020-01-04 17:56:17 +00:00
Christian Pauly 3b6d4565ae [Client] Sort rooms on first sync 2020-01-04 16:31:14 +00:00
Christian Pauly 348d9f8552 [Client] Add testing setter for rooms 2020-01-04 13:51:00 +00:00
Christian Pauly 90a06ebce5 [Client] Make callbacks to streams 2020-01-04 11:29:38 +01:00
Christian Pauly aef05a4ee6 [Client] Convert all input to UTF16 2020-01-03 13:27:49 +00:00
Christian Pauly 6698b4fb69 [Client] Better room sorting 2020-01-03 13:21:15 +00:00
Christian Pauly 7e71c5ad5f [SDK] Make analyzer much more happy 2020-01-02 15:33:26 +01:00
Christian Pauly 8e4a604f1f [SDK| Big refactoring 2020-01-02 14:09:49 +00:00
Christian Pauly 4c6c3715d9 [Connection] Throw MatrixErrors 2019-12-29 10:28:33 +00:00
Christian Pauly 496349078b [Archive] Fix requesting archive 2019-12-19 11:26:21 +00:00
Christian Pauly c566948be5 [Client] Add profile getter 2019-11-30 10:36:30 +01:00
Christian Pauly 888155fbc7 [Archive] enhance lazyload archive 2019-11-29 16:19:32 +00:00
Christian Pauly 77f62f042d [Files] Use MatrixFile 2019-10-18 11:05:07 +00:00
Christian Pauly 4ad22731a6 [Upload] Fix file type 2019-10-16 09:09:09 +00:00
Christian Pauly 3a7dff596e [ContactSearch] Hotfix 2019-10-14 16:50:10 +00:00
Christian Pauly 2fecf4c233 [ContactList] Get list from rooms 2019-10-14 13:20:03 +00:00
Christian Pauly 646dfcf807 [Logout] Fix wrong endpoint 2019-10-09 11:16:26 +00:00
Christian Pauly 0a46ec9551 [Store] Make database private 2019-10-02 11:33:01 +00:00
Christian Pauly 2061908f3a [Room] Image resizing in isolate 2019-09-30 12:03:34 +00:00
Christian Pauly ca3bc1b6ad [Client] Add null checker 2019-09-27 04:57:04 +00:00
Christian Pauly 4015f36440 [Client] createRoom method with optional params 2019-09-26 14:53:08 +00:00
Christian 3203c4366a [RoomList] Fix update on room summary 2019-09-19 14:00:17 +00:00
Christian 7d5da300c4 [Connection] Add upload method 2019-09-09 13:22:02 +00:00
Christian Pauly dddc9a23c6 [TypeDef] Place all typedefs on the top 2019-09-02 10:33:32 +02:00
Christian Pauly c04a3debe4 [Client] Fix directChat db 2019-08-29 11:12:14 +02:00
Christian Pauly 37866359be [Client] Directchatroom should exist 2019-08-29 11:03:43 +02:00
Christian Pauly df0cc1d273 [Tests] Refactoring 2019-08-08 10:31:39 +02:00
Christian Pauly bb41db7f14 [Tests] Bugfixes 2019-08-08 09:58:37 +02:00
Christian Pauly 898767875a [SDK] Fix bugs 2019-08-07 12:06:28 +02:00
Christian Pauly ac39be9a1e [SDK] Refactoring 2019-08-07 11:38:51 +02:00
Christian 98bb93e657 [Room] Add support for RoomSummary 2019-08-06 09:47:09 +00:00
Christian dd5814cd58 [ContactList] Fallback with old loadContacts 2019-07-26 14:07:29 +00:00
Christian Pauly 8664954f27 [ContactList] Define contact list by discoveryRoom 2019-07-26 14:46:23 +02:00
Christian Pauly c95f4acecd [ContactList] Add functions 2019-07-26 14:00:12 +02:00
Christian Pauly f4252f2fc3 [Client] Add more tests 2019-07-24 09:59:29 +02:00
Marcel eed51913c4
[Notifications] Fix missing DB and missing slash 2019-07-18 18:47:59 +02:00
Marcel 20fed44c68 [SetPushersRequest] Don't include null values
Took 8 minutes
2019-07-18 15:21:19 +00:00
Marcel e063af9fe7 [Store] Rename User table to Users
[Connection] Add HTTPtype enum
[User] Add Membership enum
[Event] Add Reply to the Event types

Took 2 hours 0 minutes
2019-07-12 09:26:07 +00:00
Marcel 88be572170 [Client] add setPushers
Took 15 minutes
2019-06-25 15:33:56 +02:00
Christian Pauly e6dd0739d0 [Lists] Fix callback names 2019-06-25 12:06:26 +02:00
Christian Pauly 66fce65dee [Lists] Add RoomList List type. 2019-06-21 13:30:39 +02:00
Christian Pauly 372c185228 [License] Replace 'foobar' with 'famedlysdk' in all Files. 2019-06-21 09:46:53 +02:00
Marcel 253e0ecda6 [client][pushrules] Add GET Pushrules Endpoint
[sdk] Add "build_runner", "json_annotation" and "json_serializable" to dependencies required for [client][pushrules]
[test][client][pushrules] Add Tests for [client][pushrules]

Took 2 hours 13 minutes
2019-06-21 07:41:09 +00:00
Christian Pauly 3d8c80976a Use onError for other functions 2019-06-14 08:09:37 +02:00
Christian Pauly 502623ad31 Add debug logs 2019-06-12 13:43:14 +02:00
Christian Pauly 037953be34 Add support for creating chats and direct chats 2019-06-11 13:09:26 +02:00
Christian Pauly 76649b852b Update docs 2019-06-09 14:33:25 +02:00
Christian Pauly f1b468e192 Add licence header 2019-06-09 13:57:33 +02:00
Christian Pauly 77be6102f6 Initial commit 2019-06-09 12:16:48 +02:00