Commit Graph

1959 Commits

Author SHA1 Message Date
Krille Fear 215de3b948 Merge branch 'krille/fix-background-uia' into 'main'
fix: UIA request stucks forever on unexpected matrixExceptions

See merge request famedly/company/frontend/famedlysdk!966
2022-02-19 11:32:40 +00:00
Krille Fear 1f8691dd70 Merge branch 'krille/thumbnail-size' into 'main'
chore: Increase default thumbnail size to 800

See merge request famedly/company/frontend/famedlysdk!968
2022-02-19 11:16:08 +00:00
Krille Fear 1876deafdc Merge branch 'krille/fix-sort-rooms-initial-sync' into 'main'
fix: sortRooms should be triggered right before onSync is called

See merge request famedly/company/frontend/famedlysdk!967
2022-02-19 11:12:56 +00:00
Krille Fear d780ba77c4 chore: Increase default thumbnail size to 800 2022-02-19 11:29:10 +01:00
Christian Pauly c0ec4c3990 fix: sortRooms should be triggered right before onSync is called 2022-02-18 12:11:10 +01:00
Krille Fear a7f8838522 fix: UIA request stucks forever on unexpected matrixExceptions 2022-02-17 20:54:03 +01:00
Krille Fear f967f02487 Merge branch 'krille/hasnewmessage-own-last-event' into 'main'
fix: hasNewMessage true when last event is sent

See merge request famedly/company/frontend/famedlysdk!965
2022-02-16 07:18:47 +00:00
Christian Pauly a1716bd98e chore: Bump version 2022-02-16 08:11:16 +01:00
Christian Pauly b30b340b43 fix: hasNewMessage true when last event is sent 2022-02-16 08:09:57 +01:00
td d543a0314d Merge branch 'krille/return-homeserver-summary' into 'main'
feat: Return homeserver summary on checkHomeserver

See merge request famedly/company/frontend/famedlysdk!963
2022-02-16 07:07:53 +00:00
Krille Fear 6b610d0115 feat: Return homeserver summary on checkHomeserver 2022-02-16 07:07:53 +00:00
Krille Fear 6d86001f86 Merge branch 'voip/correctly-end-the-call' into 'main'
fix: Correctly end the call.

See merge request famedly/company/frontend/famedlysdk!964
2022-02-16 06:28:02 +00:00
cloudwebrtc 63d347de8e fix: Correctly end the call. 2022-02-15 22:02:56 +08:00
Krille Fear b96617ce9f Merge branch 'krille/fix-has-new-messages' into 'main'
fix: Has new messages compares ts

See merge request famedly/company/frontend/famedlysdk!962
2022-02-15 10:29:57 +00:00
Christian Pauly 645443a319 chore: Bump version 2022-02-15 11:23:28 +01:00
Christian Pauly 01dfdb29fd fix: Has new messages compares ts
This compares the origin server timestamp which might not map
to the real sort order of the timeline. But it is the best
solution for now.
2022-02-15 10:26:17 +01:00
td 788f8ea2a1 Merge branch 'pinned-messages' into 'main'
fix: handle dynamic content for pinned events

See merge request famedly/company/frontend/famedlysdk!961
2022-02-14 17:42:44 +00:00
Lanna Michalke ade7e7e910 fix: handle dynamic content for pinned events
Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
2022-02-14 18:18:34 +01:00
td d148cd0266 Merge branch 'krille/last-event-reactions' into 'main'
fix: Show reactions as last events and refactor hasNewMessage

See merge request famedly/company/frontend/famedlysdk!960
2022-02-14 14:42:42 +00:00
Christian Pauly a9e22dc5f7 chore: Bump version 2022-02-14 15:24:16 +01:00
Christian Pauly 68fcee98cb fix: Show reactions as last events and refactor hasNewMessage
Reactions are triggering push
notifications and should therefore
be displayed as last events
in the room list of a client.
The body should just display
the reaction key.
This fixes that rooms with
new reactions can't set to
read.
2022-02-14 15:06:22 +01:00
Krille Fear f8cea9e82b Merge branch 'krille/has-new-messages' into 'main'
feat: Add hasNewMessages flag to room

See merge request famedly/company/frontend/famedlysdk!959
2022-02-14 10:14:08 +00:00
Christian Pauly e7e7f248b3 chore: Bump version 2022-02-14 11:08:46 +01:00
Christian Pauly 63e69eaa27 feat: Add hasNewMessages flag to room
This makes it possible to check
if muted rooms have unread
messages.
2022-02-14 10:48:57 +01:00
Lanna Michalke 18409be280 Merge branch 'krille/sort-rooms-fix' into 'main'
fix: Sort rooms after updating the UI on web

See merge request famedly/company/frontend/famedlysdk!958
2022-02-14 08:39:33 +00:00
Christian Pauly 843afe7aa4 fix: Sort rooms after updating the UI on web
FluffyBox behaves different on
web transactions which leads
to the result that _sortRooms()
is performed before the
rooms UI can be there. This
leads to an unsorted room list
on web.
2022-02-14 09:30:33 +01:00
Krille Fear f8715df328 Merge branch 'krille/version' into 'main'
chore: Bump version

See merge request famedly/company/frontend/famedlysdk!957
2022-02-14 08:11:02 +00:00
Christian Pauly 8c69b34b5c chore: Bump version 2022-02-14 09:04:50 +01:00
Krille Fear ff55444b52 Merge branch 'voip/fix-black-screen-with-system-button' into 'main'
fix: Fix black screen when end screensharing with system buttons.

Closes famedly-web#268

See merge request famedly/company/frontend/famedlysdk!955
2022-02-14 08:03:23 +00:00
Krille Fear e11ec12a63 Merge branch 'nico/widget-fix' into 'main'
fix: exception on removed widgets

Closes #267

See merge request famedly/company/frontend/famedlysdk!956
2022-02-14 06:50:18 +00:00
Nicolas Werner 4a52540006 fix: exception on removed widgets
And widgets without a name.

fixes #267
2022-02-13 23:11:53 +01:00
cloudwebrtc 48c0d03bd2 fix: Fix black screen when end screensharing with system buttons. 2022-02-13 07:13:58 +08:00
Krille Fear c64e6b9c11 Merge branch 'krille/fix-update-on-remove-aggregation' into 'main'
Krille/fix update on remove aggregation

See merge request famedly/company/frontend/famedlysdk!954
2022-02-08 07:49:31 +00:00
Christian Pauly f9875e2929 chore: Bump version 2022-02-08 08:43:19 +01:00
Christian Pauly d7f0da3545 fix: Call onChange on remove aggregation event 2022-02-08 08:34:20 +01:00
td a23982a77c Merge branch 'krille/timeline-fixes' into 'main'
Krille/timeline fixes

See merge request famedly/company/frontend/famedlysdk!953
2022-02-07 14:31:56 +00:00
Krille Fear ec367e9bc1 chore: Bump version 2022-02-07 15:16:23 +01:00
Krille Fear 84e87279e8 fix: Remove onHistoryReceived which was broken anyway 2022-02-07 15:15:44 +01:00
Krille Fear 8e7db020bf fix: Remove aggregation event doesnt trigger onChange 2022-02-07 15:06:38 +01:00
Krille Fear 712d2cfbf6 Merge branch 'krille/redaction-events-in-timeline' into 'main'
fix: Add redaction events to timeline

See merge request famedly/company/frontend/famedlysdk!950
2022-02-04 08:07:52 +00:00
Christian Pauly 3192c9332e chore: Bump version 2022-02-04 09:01:09 +01:00
Christian Pauly 846d5b0f46 fix: Add redaction events to timeline
The redaction events should not
be displayed in the GUI but it
is the job of the app to hide
them from the timeline while
the SDK should offer an
accurate list of ALL timeline
events by default.
2022-02-04 08:55:47 +01:00
Krille Fear d5595d9df8 Merge branch 'nico/compat-fix-for-analyze-command' into 'main'
fix: Compatibility with a future codemetrics package

See merge request famedly/company/frontend/famedlysdk!952
2022-02-04 07:24:37 +00:00
Krille Fear 7d3d838d51 Merge branch 'krille/fix-resize-with-compute' into 'main'
fix: Resize image with compute by using const class arguments

See merge request famedly/company/frontend/famedlysdk!951
2022-02-04 07:18:56 +00:00
Nicolas Werner 01ea283b80 fix: Compatibility with a future codemetrics package
https://github.com/dart-code-checker/dart-code-metrics/issues/674 says
the analyze will need to be passed explicitly in the future.
There is no reason to not do that now already.
2022-02-04 07:12:39 +00:00
Christian Pauly 12f846e101 fix: Resize image with compute by using const class arguments 2022-02-04 08:04:18 +01:00
td 6801a77bd5 Merge branch 'krille/remove-pin-code-metrics' into 'main'
chore: Remove pin for code metrics

See merge request famedly/company/frontend/famedlysdk!948
2022-02-04 07:03:48 +00:00
Krille Fear eed96745d1 Merge branch 'krille/onhistoryreceived' into 'main'
refactor: Implement on history received in timeline

See merge request famedly/company/frontend/famedlysdk!949
2022-02-03 10:00:46 +00:00
Christian Pauly c82ae911db chore: Bump version 2022-02-03 10:53:48 +01:00
Christian Pauly 780d7daf38 chore: Update example 2022-02-03 10:27:06 +01:00