Krille Fear
b2281025e7
chore: Update FluffyBox
2021-11-24 13:02:34 +01:00
Krille Fear
3ec778ff0d
chore: Bump version
2021-11-23 16:09:17 +01:00
Krille Fear
01eb851364
fix:
2021-11-23 15:48:18 +01:00
Krille Fear
b99a78476a
refactor: Remove Sembast database implementation
...
It was a nice experiment but it
loading everything into memory
is just too slow for big
accounts.
2021-11-18 19:55:21 +01:00
Krille Fear
1e3068249f
chore: Bump version
2021-11-16 10:57:52 +01:00
Krille Fear
f5051a5afe
feat: Implement sembast store
...
refactor: Use typed store
2021-11-16 09:50:25 +01:00
Krille Fear
fac91f8618
chore: Bump version
2021-11-10 14:02:29 +01:00
Krille Fear
58b36a67a3
refactor: Update matrix_api_lite and use SyncUpdate constructors
2021-11-10 10:04:03 +01:00
Krille Fear
ac652536a3
chore: Bump version
2021-11-09 16:46:24 +01:00
Krille Fear
3e1aee6fcd
fix: Null error in get own profile
...
On converting a User object to
a Profile object now leads to an
error. This fixes it.
2021-11-05 12:21:48 +01:00
Krille Fear
a09cf36b2e
chore: Bump version
2021-11-04 14:33:00 +01:00
Krille Fear
179139c289
chore: Bump version
2021-11-04 12:01:54 +01:00
Krille Fear
d2ee73f96f
chore: Bump version
2021-10-25 11:19:45 +02:00
Krille Fear
b5ca69ead3
chore: Bump version
2021-10-18 15:55:51 +02:00
Krille Fear
b4c922f49c
chore: Bump version
2021-10-15 10:20:23 +02:00
Nicolas Werner
ffea21a309
ci: check code metrics
2021-10-12 11:33:34 +00:00
Nicolas Werner
1c838e3be8
fix: Cleanup nullsafe encryption a bit
2021-09-30 12:58:37 +00:00
Nicolas Werner
a196b53219
refactor: nullsafe encryption
2021-09-30 12:58:37 +00:00
Christian Pauly
9340bead1c
chore: Bump version
2021-09-22 08:00:11 +02:00
Krille Fear
b3c6b5f637
chore: Bump version
2021-09-20 11:42:18 +02:00
Christian Pauly
e7de73d3a4
chore: Bump version
2021-09-19 14:03:12 +02:00
Krille Fear
ecbdb32c55
chore: Bump SDK
2021-09-14 10:34:27 +02:00
Krille Fear
1e2ccabe85
fix: Missing null fallback when update notificationCount
...
Previously when using RoomUpdate in the constructor the notificationCount to update
was never null and set to 0 if it was missing. Now that we are
no longer using it, I forgot to
add the null fallback at this point.
This leads to serious crashes in the apps at runtime
and thats why I bump the version here as well!
2021-09-13 16:42:55 +02:00
Krille Fear
61ad497ea6
chore: Bump SDK
2021-09-13 15:18:18 +02:00
Nicolas Werner
48197e2258
chore: Upgrade all dependencies to nullsafe versions
2021-09-10 16:58:32 +02:00
Nicolas Werner
e000fbf9be
fix: compilation against newer matrix_api_lite
2021-09-10 16:40:40 +02:00
Nicolas Werner
8c22c0108b
fix: compile against matrix_api_lite 0.4.2
...
0.4.3 seems to have accidental breaking changes and breaks our pipeline.
2021-09-10 02:50:24 +02:00
Christian Pauly
3c47b16f22
chore: Bump version
2021-09-08 11:34:19 +02:00
Christian Pauly
8548a3ab28
chore: Bump version
2021-09-06 09:35:58 +02:00
Christian Pauly
e684a6d713
chore: Bump version
2021-09-06 09:16:44 +02:00
Christian Pauly
1c7df57b9e
chore: Bump version
2021-09-03 15:26:35 +02:00
Christian Pauly
4bee82dbe0
fix: uiaRequests send broken auth object at first try
...
We should just let the `auth` object null and dont send it at the
first try and wait for the servers response. This worked in the past
but now it is broken because of changes in the
matrix_api_lite. This could also be fault for some
bootstrap issues.
I have also removed an unnecessary check if a String is a String and just made it a
null check because this was intended at this point.
Because of that this blocks uiaRequests it is a hotfix and therefore directly bumps the version.
2021-08-30 08:31:20 +02:00
Christian Pauly
aeea0669d5
fix: Send unencrypted thumbnails
...
There was just one toString() missing and this
lead to a crash in the app because hive tries to store
an URI.
2021-08-28 17:17:25 +02:00
Christian Pauly
04ff890670
chore: Bump version
2021-08-28 09:55:31 +00:00
td
7155500594
chore: bump version
2021-08-26 14:03:21 +00:00
Christian Pauly
c80bf25ee4
chore: Bump version
2021-08-25 11:26:19 +02:00
Lukas Lihotzki
9087f08775
chore: mxc url in Uri
2021-08-23 11:05:47 +02:00
Christian Pauly
93c689fd4d
hotfix: Opt-out null safety for crypto files because of an error in web
...
`packages/matrix/src/utils/crypto/crypto.dart:19:1: Error: Null safe libraries are not allowed to export declarations from of opt-out libraries.
`
2021-08-20 13:56:15 +02:00
Christian Pauly
a9db626817
chore: Bump version
2021-08-20 12:59:02 +02:00
Christian Pauly
9b7474e2f2
refactor: Update to dart 2.12 and opt out in all files
...
This also adds some missing license headers, I have detected while
using license header search&replace to add the
null safety opt out
2021-08-18 08:09:39 +02:00
xenofem
a1b95c0915
feat(events): add plain-text body representation from HTML
...
Co-Authored-By: Sorunome <mail@sorunome.de>
2021-08-17 18:33:45 +02:00
Christian Pauly
86041513f8
refactor: Remove deprecated moor database
...
We have used some data models which were only used in moor in the tests.
I needed to rewrite them in the original data as well.
Also now the "fake database" on native is the same like on web now with hive.
2021-08-17 10:11:59 +02:00
Marcus
f91f662c75
chore: update to matrix_sdk_lite 0.4.1
2021-08-05 12:10:45 +00:00
Nicolas Werner
5ba63f1bc0
chore: bump version
2021-08-02 20:53:32 +02:00
Christian Pauly
0d72d20cf9
chore: Bump version
2021-07-27 11:29:59 +02:00
Lukas Lihotzki
8665f092f4
chore: matrix_api_lite 0.4.0
2021-07-26 14:54:22 +02:00
Christian Pauly
115c144cd6
chore: Bump version
2021-07-26 09:48:11 +02:00
Christian Pauly
686bfa3157
chore: Bump version
2021-07-21 16:15:26 +02:00
Christian Pauly
209035ffbd
refactor: Use official Dart isolates
...
The isolates package is discontinued and not compatible
with the newest Dart version.
dart:isolate is not an option because importing this
library makes it impossible to run the matrix
SDK on dart web native. It just won't
build. So we now just depend on
that the flutter app pass through the compute method.
2021-07-21 12:34:43 +02:00
Christian Pauly
66b5f4954e
chore: Bump version
2021-07-20 16:06:10 +02:00