Commit Graph

213 Commits

Author SHA1 Message Date
Krille Fear ecc60efea9 fix: Change password using email authentication 2022-02-19 13:37:35 +01:00
Krille Fear d434fd8d67 chore: Bump version 2022-02-19 12:34:13 +01:00
Christian Pauly a1716bd98e chore: Bump version 2022-02-16 08:11:16 +01:00
Christian Pauly 645443a319 chore: Bump version 2022-02-15 11:23:28 +01:00
Christian Pauly a9e22dc5f7 chore: Bump version 2022-02-14 15:24:16 +01:00
Christian Pauly e7e7f248b3 chore: Bump version 2022-02-14 11:08:46 +01:00
Christian Pauly 8c69b34b5c chore: Bump version 2022-02-14 09:04:50 +01:00
Christian Pauly f9875e2929 chore: Bump version 2022-02-08 08:43:19 +01:00
Krille Fear ec367e9bc1 chore: Bump version 2022-02-07 15:16:23 +01:00
Christian Pauly 3192c9332e chore: Bump version 2022-02-04 09:01:09 +01:00
Christian Pauly c82ae911db chore: Bump version 2022-02-03 10:53:48 +01:00
Christian Pauly dcfdb6d313 chore: Bump version 2022-01-26 13:20:32 +01:00
Techno-Disaster c884a3b83f
chore: update fluffybox and bump version 2022-01-14 18:45:31 +05:30
Krille Fear 86c9067daa chore: Bump version 2022-01-08 10:47:14 +01:00
Krille Fear e5fde4f801 chore: bump version 2021-12-16 08:17:36 +00:00
Krille Fear 247de60f51 chore: Bump version 2021-12-03 12:37:46 +01:00
Krille Fear 0c4fcd2d4e chore: Bump version 2021-11-26 13:15:05 +00:00
Krille Fear cbf961aa9d chore: Update SDK 2021-11-25 13:14:48 +01:00
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 1e3068249f chore: Bump version 2021-11-16 10:57:52 +01:00
Krille Fear fac91f8618 chore: Bump version 2021-11-10 14:02:29 +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
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
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
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
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
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 66b5f4954e chore: Bump version 2021-07-20 16:06:10 +02:00
Sorunome 5b40088292
chore: Version bump 2021-07-18 18:57:16 +02:00
Krille Fear 2980f6d8e3 chore: Bump version 2021-07-10 09:05:12 +00:00
Christian Pauly 70763daec6 chore: Bump version 2021-07-06 14:41:49 +02:00
Krille Fear e0d3994a46 chore: bump version 2021-06-26 08:33:03 +00:00
Christian Pauly 616d25034f chore: Bump version 2021-06-22 15:45:22 +02:00
Christian Pauly c734dc5b9f chore: Bump version 2021-06-20 10:31:50 +02:00
Christian Pauly 16f1cb7456 chore: Bump version 2021-06-19 11:06:34 +02:00
Christian Pauly c37c5a962e chore: Bump version and update changelog 2021-06-18 10:17:15 +02:00
Christian Pauly c0c7f68bf3 chore: Rename to matrix 2021-06-18 09:58:25 +02:00
Christian Pauly 6fae2e1426 docs: Clean up repository docs
This adds a first version 0.1.0 to the project and a start for a changelog.
This also updates the readme and the contributing docs.
2021-05-18 11:41:53 +00:00
Christian Pauly 3972d14de3 Add description 2019-06-09 12:20:59 +02:00
Christian Pauly 77be6102f6 Initial commit 2019-06-09 12:16:48 +02:00