Nicolas Werner
59693b7375
refactor: simplify UIA stage selection logic
...
(Also prevents a potential out of bounds exception)
2023-08-01 10:31:55 +02:00
Nicolas Werner
b27fd4575d
Merge pull request #1535 from famedly/nico/fix-okb-reset
...
Make online key backup reset actually backup keys
2023-08-01 08:24:25 +00:00
Nicolas Werner
a016709a40
feat: Upload keys on OKB reset
...
This does make the reset take longer on big accounts, but otherwise
users might sign out before the keys are uploaded, which makes the reset
more destructive than necessary. In the common case of not having any
keys it shouldn't make a difference.
2023-07-31 17:31:04 +02:00
Nicolas Werner
eb0759caf5
fix: fix upload of old session after reset
...
Otherwise we would need to wait for a new inbound session to upload
them. It might increase disk usage a bit every 10 minutes.
2023-07-31 17:31:04 +02:00
Nicolas Werner
88223f1b53
Merge pull request #1532 from famedly/nico/simplify-sorting
...
refactor: Simplify room sorting logic to make invite sorting more obv…
2023-07-31 10:03:25 +00:00
Nicolas Werner
334c9e3b78
refactor: Simplify room sorting logic to make invite sorting more obvious
...
It wasn't quite obvious that invites were always sorted at the top, if
you just looked at the sort function. This makes it more explicit and
also makes invites always sort before favourited rooms.
2023-07-31 10:55:27 +02:00
td
4f8fce34d5
Merge pull request #1527 from famedly/td/fixTests
...
chore: fix incorrect image being used for tests
2023-07-20 12:08:40 +00:00
td
36457530c0
Merge pull request #1523 from famedly/release/v0.22.1
...
chore: release v0.22.1
2023-07-20 11:51:50 +00:00
td
08d64e6f2b
chore: test
2023-07-20 17:14:54 +05:30
td
b9f1eebe56
chore: fix incorrect image being used for tests
2023-07-20 16:11:02 +05:30
td
db385469a9
chore: release v0.22.1
2023-07-20 02:00:37 +05:30
td
c9ef938358
chore: fix publish.yml hash
2023-07-20 01:59:04 +05:30
td
1ac42594ba
Merge pull request #1525 from famedly/td/fixAgain
...
chore: use oidc instead of a session token to publish to pub
2023-07-19 16:55:17 +00:00
td
43a5bc7d92
chore: use oidc instead of a session token to publish to pub
2023-07-19 21:39:48 +05:30
td
7d4c9dd916
Merge pull request #1524 from famedly/td/fixreleaseci
...
chore: fix release ci
2023-07-19 14:53:42 +00:00
td
dca3231a52
chore: fix release ci
2023-07-19 19:54:36 +05:30
td
944d7e0639
Merge pull request #1519 from famedly/nico/github-actions
...
feat: Use github actions
2023-07-19 13:26:35 +00:00
td
427be0e0b8
chore: add pub release job
2023-07-19 18:25:30 +05:30
Nicolas Werner
1c5832e14f
Merge branch 'main' of github.com:famedly/matrix-dart-sdk
2023-07-16 15:34:52 +02:00
Niklas Zender
335334205b
chore: add dependabot
2023-07-16 15:34:35 +02:00
Niklas Zender
5b4f7059ee
chore: add github action
2023-07-16 15:34:35 +02:00
Nicolas Werner
4bbb1fbba7
feat: Use github actions
2023-07-16 15:27:31 +02:00
Nicolas Werner
8f79192e0b
Merge branch 'main' of github.com:famedly/matrix-dart-sdk
2023-07-14 12:28:29 +02:00
td
23c6928aa8
Merge branch 'td/voipFixesJuly' into 'main'
...
fix: do not proceed call if getUserMedia fails
Closes famedly/company/product-management#1046 and famedly/company/product-management#1052
See merge request famedly/company/frontend/famedlysdk!1321
2023-07-10 09:00:10 +00:00
td
66a53786e7
fix: do not proceed call if getUserMedia fails
...
fix: added a few missing awaits
fix: add a workaround for not having state updates for staleCallChecker till sync
chore: fix some logging
2023-07-10 14:19:16 +05:30
Niklas Zender
73e4f16fbe
chore: add dependabot
2023-07-08 17:29:00 +02:00
Niklas Zender
d84b51ebe2
chore: add github action
2023-07-08 16:04:21 +02:00
td
8f44c7f33f
Merge branch 'td/customRedactedMessage' into 'main'
...
chore: pass event to redacted localization and bump version
See merge request famedly/company/frontend/famedlysdk!1320
2023-07-04 12:15:18 +00:00
td
6a04f98332
chore: bump version 0.22.0
2023-07-04 17:09:27 +05:30
td
d042f9e6ae
chore: pass event to redactedAnEvent and removedBy
2023-07-04 17:09:23 +05:30
td
49b97787a3
Merge branch 'release/v0.21.2' into 'main'
...
chore: bump release 0.21.2
See merge request famedly/company/frontend/famedlysdk!1319
2023-06-27 09:13:05 +00:00
td
3426989bd2
chore: bump release 0.21.2
2023-06-27 14:18:30 +05:30
Malin Errenst
224c14c7ae
Merge branch 'td/fixNull' into 'main'
...
chore: fix unexpected null when device is not known
See merge request famedly/company/frontend/famedlysdk!1318
2023-06-27 08:27:39 +00:00
td
538865f62a
chore: cleanup some eventTypes and unused variables
2023-06-27 13:46:39 +05:30
td
bfda82bb45
chore: fix unexpected null when device is not known
2023-06-27 13:30:05 +05:30
Malin Errenst
519128ebde
Merge branch 'release/v0.21.1' into 'main'
...
chore: Bump version
See merge request famedly/company/frontend/famedlysdk!1317
2023-06-22 15:46:31 +00:00
Malin Errenst
f271bb8460
chore: Bump version
2023-06-22 17:36:37 +02:00
Malin Errenst
6da81d0503
Merge branch 'malin/correct-type-for-keys' into 'main'
...
fix: Assign correct type to signedOneTimeKeys
See merge request famedly/company/frontend/famedlysdk!1316
2023-06-22 15:33:39 +00:00
Malin Errenst
f310632a83
fix: Assign correct type to signedOneTimeKeys
2023-06-22 17:18:10 +02:00
td
d3f250c69f
Merge branch 'release/v0.21.0' into 'main'
...
chore: release v0.21.0
See merge request famedly/company/frontend/famedlysdk!1315
2023-06-21 14:26:49 +00:00
td
188078a4de
chore: release v0.21.0
2023-06-21 19:33:39 +05:30
td
bb619f067d
Merge branch 'td/qrCodeVerify' into 'main'
...
feat: qr code verification
Closes #353
See merge request famedly/company/frontend/famedlysdk!1312
2023-06-21 13:58:41 +00:00
td
6a0a252912
feat: qr key verification
2023-06-21 19:15:26 +05:30
Malin Errenst
69292b1fd1
Merge branch 'malin/add-type-casts-for-refactored-maps' into 'main'
...
Add type casts for refactored Maps
See merge request famedly/company/frontend/famedlysdk!1313
2023-06-21 13:22:40 +00:00
Malin Errenst
395ef0eb8e
refactor: Use tryGet for type casts whenever possible
2023-06-21 15:04:46 +02:00
Malin Errenst
3b90ede959
chore: Update matrix_api_lite to 1.7.0
2023-06-16 12:43:04 +02:00
Malin Errenst
5943576b1b
refactor: Added type casts to match refactored matrix_api_lite
2023-06-16 12:42:10 +02:00
Malin Errenst
17df38b874
refactor: Added type casts for refactored dart_openapi_codegen
2023-06-16 12:41:29 +02:00
Nicolas Werner
ec84af679e
Merge branch 'krille/only-use-prevcontent-fallback-on-left-users' into 'main'
...
fix: Do not display prevContent displayname and avatar for joined users
Closes famedly/company/product-management#754
See merge request famedly/company/frontend/famedlysdk!1306
2023-06-14 11:37:38 +00:00
Krille
fbda3dfa99
builds: Pin matrix api lite
2023-06-14 13:14:54 +02:00