Commit Graph

3241 Commits

Author SHA1 Message Date
Malin Errenst 855f9ee2e6 fix: forced publish command in .gitlab-ci.yml 2022-08-26 14:45:54 +02:00
Malin Errenst 5d3f8d132d fix: Fix for tag version publishing 2022-08-26 14:18:01 +02:00
Malin Errenst 7413dacdce chore: version bump 2022-08-26 11:33:44 +02:00
Malin Errenst ec848f5bc3 fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml 2022-08-26 11:12:39 +02:00
Malin Errenst fccc2171fe chore: version bump 2022-08-26 09:48:58 +02:00
Malin Errenst ea93867b94 fix: Fixed dysfunctional key-verification (Emoji+manual)
- added snippet from Nico in matrix_keys.dart
Fixes #24
2022-08-26 09:48:11 +02:00
Christian Pauly f2ab312091 chore: Bump version 2022-08-25 12:07:36 +02:00
Krille Fear 2e912d1a4f Merge branch 'voip/fix-group-call-issue-for-flutter-and-dart' into 'main'
fix: Fixed issue with group calls for web and flutter.

See merge request famedly/company/frontend/famedlysdk!1112
2022-08-25 06:36:44 +00:00
cloudwebrtc 38c37ec168 fix: Fixed issue with group calls for web and flutter. 2022-08-25 10:35:50 +08:00
Krille Fear 4675783311 Revert "fix: Secret storage keys are used as account data but are not uri encoded"
This reverts commit 2f944292ba
2022-08-24 07:57:16 +00:00
Nicolas Werner a536a7ea8b Merge branch 'krille/decrypt-last-event' into 'main'
fix: Decrypt of last event might make an old message as last event

See merge request famedly/company/frontend/famedlysdk!1110
2022-08-21 12:22:28 +00:00
Christian Pauly 994faf1012 fix: Decrypt of last event might make an old message as last event
We should only decrypt the
last message in  room if it is
the current last message.
By just fetching the state
we might bring up an old
encrypted message which
is not really the last event.
2022-08-21 14:10:29 +02:00
Nicolas Werner a525bb120a chore: strict casts 2022-08-20 17:26:16 +02:00
Nicolas Werner 6a225e3b8c chore: strict raw types 2022-08-20 11:56:34 +02:00
Nicolas Werner 5bd934895d chore: strict inference 2022-08-20 11:53:14 +02:00
Nicolas Werner 7471743be3 chore: disable dynamic calls 2022-08-20 11:28:43 +02:00
Nicolas Werner 57ec5014d9 chore: use updated dart image 2022-08-19 12:17:46 +02:00
Nicolas Werner ff66e1c208 chore: upgrade from pedantic to lints 2022-08-19 12:11:42 +02:00
Malin Errenst d090c0e718 Merge branch 'td/chore_bump' into 'main'
chore: bump version

See merge request famedly/company/frontend/famedlysdk!1108
2022-08-17 15:12:44 +00:00
td 8272e62a68
chore: bump version 2022-08-17 20:30:27 +05:30
td ae1d7778d5 Merge branch 'voip/correctly-release-the-cloned-stream' into 'main'
chore: Correctly release the cloned stream.

See merge request famedly/company/frontend/famedlysdk!1101
2022-08-17 14:57:40 +00:00
Nicolas Werner 30060259fe Merge branch 'td/fix_negotiation' into 'main'
fix: correctly pass and wait negotiation callback

Closes #323

See merge request famedly/company/frontend/famedlysdk!1104
2022-08-17 14:53:56 +00:00
td d528ded9f8
fix: setRemoteDescription before adding local stream to prevent early feedsChanged and negotiation 2022-08-17 20:11:16 +05:30
Lanna Michalke 6505a8b229 Merge branch 'braid/bump-version' into 'main'
chore: bump version

See merge request famedly/company/frontend/famedlysdk!1107
2022-08-17 10:46:07 +00:00
Lanna Michalke 5ee505adc5 chore: bump version
Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
2022-08-17 12:36:00 +02:00
Lanna Michalke 94a922fc31 Merge branch 'braid/natrive-implementations-follow-up' into 'main'
fix: follow up for native implementations web

Closes famedly-web#551

See merge request famedly/company/frontend/famedlysdk!1105
2022-08-17 10:29:57 +00:00
Malin Errenst 1dc37f9066 Merge branch 'braid/mime-types' into 'main'
chore: support MIME in file factory

See merge request famedly/company/frontend/famedlysdk!1106
2022-08-17 10:19:34 +00:00
Lanna Michalke ca68c28d41 chore: support MIME in file factory
- defaultly generate MatrixFile based on the present MIME type

Related: https://gitlab.com/famedly/company/frontend/famedly-web/-/merge_requests/598

Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
2022-08-17 11:57:50 +02:00
Lanna Michalke d43164f96d fix: follow up for native implementations web
- remove room key deriviation from web worker
- fix fallback argument

Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
2022-08-17 10:08:58 +02:00
Krille Fear 61466c82c9 Merge branch 'nico/simplify-getTimeline-a-tiny-bit' into 'main'
chore: simplify getTimeline condition a bit

See merge request famedly/company/frontend/famedlysdk!1103
2022-08-16 15:27:20 +00:00
Nicolas Werner 65205ea734 chore: simplify getTimeline condition a bit 2022-08-16 16:58:36 +02:00
Krille Fear 5d17007f7d Merge branch 'krille/version' into 'main'
chore: Bump version

See merge request famedly/company/frontend/famedlysdk!1102
2022-08-16 06:39:43 +00:00
Christian Pauly 17541a95db chore: Bump version 2022-08-16 08:30:53 +02:00
cloudwebrtc 8b60f17356 chore: Correctly release the cloned stream. 2022-08-15 23:51:10 +08:00
Nicolas Werner 651abc7c14 Merge branch 'krille/add-mark-as-dm-commands' into 'main'
feat: Add markasdm and markasgroup commands

See merge request famedly/company/frontend/famedlysdk!1092
2022-08-15 14:19:17 +00:00
Nicolas Werner a47833ab80 Merge branch 'nico/lints' into 'main'
feat: switch from pedantic to lints

See merge request famedly/company/frontend/famedlysdk!1094
2022-08-15 14:15:51 +00:00
Nicolas Werner 6555f36d6d feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
Nicolas Werner 687cfd1699 Merge branch 'nico/disable-dart-only-test-coverage' into 'main'
fix: coverage_without_olm tests

See merge request famedly/company/frontend/famedlysdk!1100
2022-08-15 14:00:01 +00:00
Nicolas Werner 3d8bd3277c Merge branch 'krille/fix-e2ee' into 'main'
chore: Fix e2ee tests by login with displayname instead of mxid

See merge request famedly/company/frontend/famedlysdk!1099
2022-08-15 13:48:05 +00:00
Christian Pauly a01921e6bc chore: Fix e2ee tests by login with username instead of mxid
Hacky workaround because the UIA
Proxy does not work reliably with
login via mxid.
2022-08-15 15:24:31 +02:00
Nicolas Werner 4ac1615ad6 fix: coverage_without_olm tests
The coverage calculation is currently broken in dart/test, see
https://github.com/dart-lang/test/issues/1698 for reference.
2022-08-15 13:03:06 +02:00
td f08d38ef6d Merge branch 'krille/bootstrap-on-update' into 'main'
refactor: Add reference to itself in bootstrap onUpdate callback

Closes #319

See merge request famedly/company/frontend/famedlysdk!1098
2022-08-12 17:22:07 +00:00
Christian Pauly 527bcc63ad refactor: Add reference to itself in bootstrap onUpdate callback 2022-08-12 15:23:32 +02:00
Christian Pauly cb743e8df0 chore: Bump version 2022-08-12 09:08:16 +02:00
Christian Pauly 2f944292ba fix: Secret storage keys are used as account data but are not uri encoded
This always encodes the storage
key so it can be used as account data.
Before the app has waited failed
to use this key at all so we do not
need a migration.
2022-08-12 09:06:51 +02:00
Krille Fear eed3587cb6 Merge branch 'td/chore_bump' into 'main'
chore: bump version

See merge request famedly/company/frontend/famedlysdk!1097
2022-08-12 06:01:25 +00:00
td db92a6c1ec
chore: bump version 2022-08-12 09:47:05 +05:30
td 05e7647f35 Merge branch 'nico/coverage' into 'main'
feat: add coverage to MRs

See merge request famedly/company/frontend/famedlysdk!1093
2022-08-10 08:41:55 +00:00
Nicolas Werner 1047b8bdd3 Merge branch 'braid/webworker-error-fallback' into 'main'
chore: expose option to retry computations

Closes famedly-web#536

See merge request famedly/company/frontend/famedlysdk!1096
2022-08-10 08:07:05 +00:00
Lanna Michalke a983db4946 chore: expose option to retry computations
Fixes: https://gitlab.com/famedly/company/frontend/famedly-web/-/issues/536

Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
2022-08-10 07:59:29 +02:00