Commit graph

171 commits

Author SHA1 Message Date
Christian Pauly a97e96bf72 [Store] Include invite 2019-07-26 14:57:56 +02:00
Christian Pauly ffd4eb508e [Store] Fix query 2019-07-26 14:57:12 +02:00
Christian Pauly fa88a5b2d4 [Store] Better directchat query 2019-07-26 14:55:17 +02:00
Christian Pauly d334968219 [Connection] Reenable lazy loading 2019-07-26 14:46:50 +02: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 a48f1519b6 [Room] Fix changename requests 2019-07-26 13:32:18 +02:00
Marcel 670110e661 Merge branch 'store-fix-db-migration' into 'master'
[Store] fix db migration

See merge request famedly/famedlysdk!51
2019-07-26 10:34:12 +00:00
Christian Pauly 98d22aaedd [Store] Back to prev db version 2019-07-26 11:06:33 +02:00
Christian Pauly 582065bf3d [Store] Fix debug 2019-07-26 11:05:35 +02:00
Christian Pauly 3441fb4964 [Store] Switch db version for testing 2019-07-26 11:02:50 +02:00
Christian Pauly 9d5296d4e0 [Store] Wait for table creation 2019-07-26 11:00:39 +02:00
Christian Pauly e1f83d8e83 [Store] Change DB version for testing 2019-07-26 10:57:44 +02:00
Christian Pauly d10a064dfe [Store] Better debugs 2019-07-26 10:56:27 +02:00
Christian Pauly e798e39433 [Room] Fix state requests 2019-07-26 10:05:08 +02:00
Christian 4668566ec0 [Store] Fix storing of error events 2019-07-25 08:42:11 +00:00
Christian Pauly de55c201fc [Event] Make delete function async 2019-07-24 10:48:13 +02:00
Christian Pauly 4e3c1b271b [Sdk] Add Pusherrequests to sdk lib 2019-07-24 10:37:04 +02:00
Christian Pauly b827bc7714 [Event] Add more tests 2019-07-24 10:13:02 +02:00
Christian Pauly f4252f2fc3 [Client] Add more tests 2019-07-24 09:59:29 +02:00
Christian Pauly ef166a6ca1 [RoomList] Fix environment pass 2019-07-23 16:14:11 +02:00
Christian Pauly a43f5048db [RoomList] Set hasName to false 2019-07-23 15:10:38 +02:00
Christian Pauly a38d43b167 [Room] hasName false by default 2019-07-23 15:07:31 +02:00
Christian Pauly 48746641ba [Room] Dynamic name generation 2019-07-23 15:03:16 +02:00
Christian Pauly ee883a8e84 [RoomList] Fix empty room 2019-07-23 14:50:09 +02:00
Christian Pauly 3e8b54d9f0 [RoomList] Add room on event update 2019-07-23 14:42:33 +02:00
Christian b7d8b53b46 [Store] Fix db query 2019-07-23 09:20:52 +00:00
Christian cfb757df0f [Sending] Refactoring 2019-07-23 09:09:13 +00:00
Christian Pauly df7adbe5b6 [Events] Add more EventTypes and tests 2019-07-22 11:54:06 +02:00
Christian Pauly 255eea6a4c [Store] Add exceptRoomID to loadContacts 2019-07-21 07:16:09 +02:00
Marcel 0316795a49 Merge branch 'fix-classes-non-nullable' into 'master'
[Classes] Non nullable id and mxcurl

See merge request famedly/famedlysdk!39
2019-07-19 17:22:59 +00:00
Marcel 0e85e4d92b Merge branch 'sync-disable-error' into 'master'
[sync] Disable errors

See merge request famedly/famedlysdk!37
2019-07-19 17:22:45 +00:00
Christian Pauly 740ac0dc9c [Classes] Non nullable id and mxcurl 2019-07-19 19:09:34 +02:00
Christian Pauly 6d664a9073 [sync] Disable errors 2019-07-18 20:03:49 +02:00
Marcel 14b89263b7
[Store] Add missing comma 2019-07-18 20:03:45 +02:00
Christian 88197fed0f Merge branch 'master' into 'mini_fixes3'
# Conflicts:
#   lib/src/Store.dart
2019-07-18 17:53:44 +00:00
Marcel 0bf241c265
[Store] give notification idenitifier 2019-07-18 19:46:36 +02:00
Christian 069f26b039 Merge branch 'mini_fixes2' into 'master'
[Store] correct return type

See merge request famedly/famedlysdk!35
2019-07-18 17:22:21 +00:00
Marcel 584bd92f7d
[Store] correct return type 2019-07-18 19:18:01 +02:00
Marcel b3e8a81dfc
[Store] Increase DB version 2019-07-18 18:49:04 +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 ad13c9ab60
[Notifications] Add Store table for Notifications Cache 2019-07-18 17:07:32 +02:00
Christian 19be1bdbf4 Disable lazy loading for first sync. 2019-07-18 14:30:42 +00:00
Christian 3a01b2520e Merge branch 'fix_app_88' into 'master'
Allow Events to have less async data

See merge request famedly/famedlysdk!30
2019-07-13 06:24:04 +00:00
Marcel 84900f2c30 [Room] revert creator user
Took 12 minutes
2019-07-12 20:54:31 +02: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 0823473bdf [Event] load reply event when loading timeline
[Room] load creator user
[Timeline] fix sendUser not being passed, fix stateKeyUser not being resolved

Took 46 minutes
2019-07-11 22:17:40 +02:00
Marcel fab4604b08 [Store] remove s of Users as the table actually is named User
Took 1 minute
2019-07-03 15:55:06 +02:00
Marcel 47d92406b7 [Store] remove s of Users as the table actually is named User
Took 2 minutes
2019-07-03 15:47:36 +02:00