matrix-dart-sdk/lib
Krille Fear 475e810523 feat: Make waiting on init db optional
This can improve the start-up time of apps.
The three big db reads on init are
loading account data, rooms and
device keys.
This makes it now possible to let
them run parallel
(while it may depend on platform
if this has any effect)
and the init() method can skip
awaiting them. They will
be at least awaited before handling
the first received sync.
So the app can already display the
room list before device keys are
loaded and request the first sync
from the server before anything
else is loaded from the DB.
2021-11-09 15:27:48 +01:00
..
encryption refactor: Make room in Event class not nullable 2021-11-04 14:21:04 +01:00
src feat: Make waiting on init db optional 2021-11-09 15:27:48 +01:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart Merge branch 'nico/nullsafe' into 'main' 2021-10-28 16:25:25 +00:00