Commit Graph

343 Commits

Author SHA1 Message Date
Christian Pauly 19d06920e2 [Room] LastEvent can be null 2019-08-29 10:05:17 +02:00
Christian Pauly 6d143241eb [Room] LastEvent calulcation fix 2019-08-29 09:52:37 +02:00
Christian Pauly 93b4efe004 [Room] LastEvent calculation fix 2019-08-29 09:50:04 +02:00
Christian Pauly 7739e9ad01 [Store] Fix loadContacts query 2019-08-29 09:29:24 +02:00
Christian Pauly ae573850bd [RoomList] Autosort 2019-08-29 09:16:07 +02:00
Christian Pauly c5664bfa71 [Event] Fix default status 2019-08-29 09:12:55 +02:00
Christian Pauly 91ae18e760 [Room] Fix roomID query 2019-08-29 09:03:05 +02:00
Christian Pauly 5df56ea12f [Event] Add trycatch block 2019-08-29 09:01:17 +02:00
Christian Pauly 6117606b28 [Event] Return empty map 2019-08-29 08:57:43 +02:00
Christian Pauly 7edffb1219 [Event] Better nullcheck 2019-08-29 08:56:10 +02:00
Christian Pauly 3bfed389a2 [Event] Add empty string check 2019-08-29 08:51:35 +02:00
Christian Pauly c96d2af354 [Event] Add debugprint 2019-08-29 08:49:28 +02:00
Christian Pauly b4f0094542 [Store] Fix query 2019-08-28 13:09:52 +02:00
Christian Pauly 76a1e538c7 [Room] Fix room id 2019-08-28 13:06:41 +02:00
Christian Pauly e54f134d92 [Event] Fix getMapFromPayload 2019-08-28 12:57:20 +02:00
Christian Pauly c33350f796 [Room] Heroes null check 2019-08-28 12:32:50 +02:00
Christian Pauly f90a996db6 [Store] Fix query 2019-08-28 12:26:42 +02:00
Christian Pauly eb2e30d730 [Event] user null check 2019-08-28 12:16:18 +02:00
Christian Pauly e5d4c6be73 [Store] Fix query 2019-08-28 12:04:05 +02:00
Christian Pauly 453bdd0106 [Event] Fix User 2019-08-28 11:39:34 +02:00
Christian Pauly 9a7a4bfd71 [Event] Remove meta because of coverage problems 2019-08-26 14:10:29 +02:00
Christian Pauly ff0fc959ec [Store] Merge from Master 2019-08-26 13:48:01 +02:00
Marcel c6f699aaff [Store][NotificationsCache] Fixing issues that caused some cache errors
- Remove primary key
- make sure that the id is per room not per event to have no issues with the order that select returned
- Add asserts to detect any null values when testing
- up the db version as the schema changed

Took 16 minutes
2019-08-17 15:33:53 +02:00
Christian Pauly 6416f5a33f [Room] Default hero list 2019-08-08 14:31:47 +02:00
Christian Pauly 442d7631fb [Store] Fix query 2019-08-08 14:24:23 +02:00
Christian Pauly 3e62967852 [Store] Fix last query 2019-08-08 14:20:37 +02:00
Christian Pauly 471f9f8c49 [Store] Fix RoomStates table 2019-08-08 14:17:10 +02:00
Christian Pauly d661fb4289 [Store] Fix more queries 2019-08-08 14:13:32 +02:00
Christian Pauly c2c93c2da9 [Store] Bump version 2019-08-08 14:09:11 +02:00
Christian Pauly 4a0822799d [Store] Fix table name 2019-08-08 14:08:15 +02:00
Christian Pauly 3d28b71250 [Store] Fix getRoomList 2019-08-08 14:02:54 +02:00
Christian Pauly 357a633d0e [Store] Fix scheme 2019-08-08 13:57:50 +02:00
Christian Pauly cc84551f4d [Store] Update database version 2019-08-08 13:53:31 +02:00
Christian Pauly 5abd5065fa [Store] Fix another query bug 2019-08-08 13:31:43 +02:00
Christian Pauly f2bbe978a8 [Store] Fix query bug 2019-08-08 13:31:04 +02:00
Christian Pauly eb68a418c0 [Event] Set default status 2019-08-08 13:05:23 +02:00
Christian Pauly e1470b0f97 [Room] Set default room attr 2019-08-08 13:00:56 +02:00
Christian Pauly 8d563c9757 [RoomState] Rename State to RoomState 2019-08-08 12:51:07 +02:00
Christian Pauly 35b9e0db40 [Event] Make Event subclass of State 2019-08-08 12:29:09 +02:00
Christian Pauly b4ae8b47f8 [Tests] Fix user tests 2019-08-08 11:54:39 +02:00
Christian Pauly 1617a8b7d5 [Tests] Write much more tests 2019-08-08 11:41:42 +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 cacf7cc530 [Tests] Fix some tests 2019-08-07 12:27:02 +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 Pauly beff166037 [Room] Add powerLevel methods 2019-08-07 11:23:57 +02:00
Christian Pauly a5fc893a48 [SDK] Bugfixing 2019-08-07 10:46:59 +02:00
Christian Pauly 7401a0dc20 [AccountData] Add new classes 2019-08-07 10:32:18 +02:00
Christian Pauly d9af551555 [Room] Refactor Room 2019-08-07 10:17:03 +02:00
Christian Pauly 5184f34251 [User] Rewrite User class 2019-08-07 09:54:08 +02:00
Christian Pauly 2cea10b01a [State] Add state event class 2019-08-07 09:53:22 +02:00
Christian Pauly 8e7eaac9d2 [Event] New event classes 2019-08-07 09:52:36 +02:00
Christian Pauly 6cebee9eb7 [Room] Also query states for rooms 2019-08-07 09:50:40 +02:00
Christian Pauly 930404d149 [Store] Rewrite queries 2019-08-07 09:05:03 +02:00
Christian Pauly 83d747f5f5 [Store] Handle presences in store 2019-08-07 08:50:05 +02:00
Christian Pauly 8b8232d2ba [Store] Correct storing of accoundata 2019-08-07 08:47:53 +02:00
Christian Pauly 006c5a756f [Store] Fix RoomUpdate storing 2019-08-07 08:44:49 +02:00
Christian Pauly 92d8ab9206 [Store] Only store state events 2019-08-07 08:43:28 +02:00
Christian Pauly 83c127183b [Store] New databasescheme 2019-08-07 08:36:48 +02:00
Christian 98bb93e657 [Room] Add support for RoomSummary 2019-08-06 09:47:09 +00:00
Marcel 8a2b7e8177 [Room] fix users generated by getUserByMXID
Took 9 minutes
2019-08-06 11:09:17 +02:00
Christian 744aa3267f [Store] Fix db migration 2019-08-06 08:47:03 +00:00
Christian Pauly 370712ed9f [Store] Fix queries 2019-08-05 11:54:43 +02:00
Christian Pauly 11d9b9db16 [Store] Bump database version 2019-08-05 11:47:15 +02:00
Christian Pauly 8c4e75d268 [Store] Fix db migration 2019-08-05 11:07:58 +02:00
Christian Pauly 8e7c2a3f5b [Store] Make scheme more generic 2019-08-04 11:28:43 +02:00
Christian cc850aa2d7 [RoomList] Remove async 2019-07-30 07:35:52 +00:00
Christian 3ccf7e5ad6 [RoomList] Make async method real time again. 2019-07-30 05:53:35 +00:00
Christian 237e8640b4 Merge branch 'room-fix-sender-not-being-loaded' into 'master'
[Room]/[Store] Load sender user when loading event by id

See merge request famedly/famedlysdk!56
2019-07-29 16:52:53 +00:00
Marcel e42b4daa84 [Room]/[Store] Load sender user from server when store is not available
Took 19 minutes
2019-07-29 16:16:20 +02:00
Christian Pauly c94246195f [RoomList] Get user and Statekey 2019-07-29 09:44:55 +02:00
Marcel 90a5f32e20 [Room]/[Store] Load sender user when loading event by id
Took 5 minutes
2019-07-28 20:19:58 +02:00
Christian dd5814cd58 [ContactList] Fallback with old loadContacts 2019-07-26 14:07:29 +00:00
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 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
Marcel 547e9c8f3a [Store] remove s of Users as the table actually is named User
Took 3 minutes
2019-07-03 15:43:17 +02:00
Christian Pauly f349193ef2 Fix fromJson func 2019-07-03 13:07:56 +02:00
Christian Pauly a70b82e88d Get Sender from Store 2019-07-03 11:42:19 +02:00
Christian Pauly 3d59aae034 Fix calc displayname and add tests 2019-07-03 11:27:46 +02:00
Christian Pauly 9666b763a5 Fix Event decode bug 2019-07-03 11:19:45 +02:00
Christian Pauly 8aa27feac3 More logs 2019-07-03 11:15:55 +02:00
Christian Pauly 4a73d3131d More detailed logs 2019-07-03 11:09:45 +02:00
Christian 1abd073e43 More detailed logs for json decode error. 2019-07-03 09:00:03 +00:00
Christian Pauly 64f8fa38ee Remove Debug logs 2019-07-02 10:37:54 +02:00
Christian Pauly bafcb8001d Fix sync filters 2019-07-02 10:15:20 +02:00
Christian Pauly e96929de00 Add URI encoding 2019-07-02 09:58:29 +02:00
Christian Pauly 144902f681 Debug logs for include leave 2019-07-02 09:55:06 +02:00
Christian Pauly ea74096c35 Add Debug logs 2019-07-02 09:50:23 +02:00
Christian b8de0f054b [Room] Store prevBatch when requesting history 2019-06-28 10:32:33 +00:00
Christian Pauly c56c2f0a95 [Room] Fix the requestHistory query. 2019-06-28 11:42:57 +02:00
Christian 23bcc1acde [Room] Add method to get an event by the ID. 2019-06-28 08:59:00 +00:00
Christian Pauly 31bff2d00e [Timeline] Implement tests for request history function. 2019-06-28 08:39:43 +02:00
Christian Pauly b5698b175f [Event] sendAgain with return and mark all sending events as error on start 2019-06-28 08:10:30 +02:00
Christian db47a4d30e [RoomList] Enhance onlyLeft lists and add more tests. 2019-06-27 17:34:15 +00:00
Christian Pauly be2265f226 [Refactoring] Make analyzer happy. 2019-06-27 12:33:02 +02:00
Christian Pauly 9b0b3c0ee5 Fix Delete function 2019-06-27 10:33:43 +02:00
Christian Pauly e73d33a5e8 [Event] Refactoring 2019-06-27 10:30:26 +02:00
Christian Pauly f7e74436f4 Add dummy body to remove event 2019-06-27 10:20:47 +02:00
Christian Pauly 96623738e3 Give dummy content to remove event 2019-06-27 10:18:27 +02:00
Christian Pauly c432cc8455 Use both ID keys for events 2019-06-27 10:15:46 +02:00
Christian Pauly 939e7e738a [Event] Add functions to remove and resend an error event 2019-06-27 10:12:39 +02:00
Christian Pauly 93d904b1ae [Event] Fix wrong id reference 2019-06-27 09:44:37 +02:00