Krille
9697624180
Merge branch 'krille/clear-hive-collections-correct-order' into 'main'
...
fix: Clear HiveCollection boxes inside of transaction in order
See merge request famedly/company/frontend/famedlysdk!1260
2023-03-31 11:38:59 +00:00
Krille
4b1bc435e5
fix: Clear HiveCollection boxes inside of transaction in order
...
This makes sure that the deleteFromDisk() method is
called AFTER the clear while
the execution order was
random before which could
lead to the problem that
Hive tries to clear a box after
it got deleted.
2023-03-31 13:09:01 +02:00
Malin Errenst
da61963d37
Merge branch 'malin/refactorVariableNaming' into 'main'
...
refactor: Rename one-character-variables in device_keys_list.dart
See merge request famedly/company/frontend/famedlysdk!1259
2023-03-30 13:04:31 +00:00
Malin Errenst
d8af3edbe1
refactor: Rename one-character-variables in device_keys_list.dart
2023-03-30 12:30:39 +02:00
Krille
c0000c0193
Merge branch 'td/leavedIgnore' into 'main'
...
chore: ignore stale call checking for archived rooms
See merge request famedly/company/frontend/famedlysdk!1255
2023-03-29 14:12:03 +00:00
Krille
94cf78d7c1
Merge branch 'krille/on-migration-callback' into 'main'
...
feat: Implement onMigration callback to Client.init() method
See merge request famedly/company/frontend/famedlysdk!1256
2023-03-29 14:11:48 +00:00
Malin Errenst
858648994a
Merge branch 'krille/update-flutter-image' into 'main'
...
chore: Update to flutter image 3.7.8
See merge request famedly/company/frontend/famedlysdk!1258
2023-03-29 13:41:26 +00:00
td
d8d111b1b4
chore: ignore stale call checking for archived rooms
2023-03-29 19:04:10 +05:30
Krille
710752060a
feat: Implement onMigration callback to Client.init() method
2023-03-29 15:30:38 +02:00
Krille
edd3c014b2
chore: Update to flutter image 3.7.8
2023-03-29 15:30:29 +02:00
Krille
6510c9728c
Merge branch 'krille/update-test-package' into 'main'
...
Workaround for broken test dependency
See merge request famedly/company/frontend/famedlysdk!1257
2023-03-29 13:29:22 +00:00
Krille
fe6bb3fe4c
chore: Workaround for broken test dependency
2023-03-29 15:19:31 +02:00
Nicolas Werner
cdf79de3b7
Merge branch 'release/v0.18.1' into 'main'
...
chore: Bump version to 0.18.1
See merge request famedly/company/frontend/famedlysdk!1254
2023-03-20 14:25:49 +00:00
Nicolas Werner
0054920efa
chore: Bump version to 0.18.1
2023-03-20 14:59:49 +01:00
Nicolas Werner
7c480c8d87
Merge branch 'grieshofer/keeping-a-list-of-left-rooms-in-the-client' into 'main'
...
feat: Expose a getter for all rooms including archived rooms
See merge request famedly/company/frontend/famedlysdk!1251
2023-03-20 13:12:48 +00:00
Philipp Grieshofer
9aff62a18c
feat: Expose a getter for all rooms including archived rooms
2023-03-20 13:12:47 +00:00
Nicolas Werner
f2e1e52531
Merge branch 'krille/pass-box-collection-opener' into 'main'
...
feat: Make possible to overwrite boxcollection opener in Hive Collections Database
See merge request famedly/company/frontend/famedlysdk!1252
2023-03-20 12:50:42 +00:00
Nicolas Werner
d6242e59cf
Merge branch 'nico/debug-dendrite' into 'main'
...
Fix dendrite tests
See merge request famedly/company/frontend/famedlysdk!1253
2023-03-20 12:48:12 +00:00
Nicolas Werner
2c09a154a9
fix: integration tests on dendrite
...
The relay_api now needs to be configured, see https://github.com/matrix-org/dendrite/pull/3011
2023-03-20 13:23:51 +01:00
Nicolas Werner
a124b55ae6
ci: more verbose logging of homeserver startup
...
This makes it easier to debug, why a server fails to start.
2023-03-20 13:23:51 +01:00
Krille
efe8e7e5ac
feat: Make possible to overwrite boxcollection opener in Hive Collections Database
2023-03-20 08:01:51 +01:00
Nicolas Werner
6ab9483d73
Merge branch 'grieshofer/use-matrix-localizations-for-unknown-user-displayname' into 'main'
...
fix: Use MatrixLocalizations to calculate fallback user displayname
See merge request famedly/company/frontend/famedlysdk!1250
2023-03-13 15:49:07 +00:00
Philipp Grieshofer
00cb292781
fix: Use MatrixLocalizations to calculate fallback user displayname
2023-03-13 15:49:05 +00:00
Mohammad Reza Moradi
4ff8696217
Merge branch 'reza/bump-version' into 'main'
...
chore: bump version to 0.18.0
See merge request famedly/company/frontend/famedlysdk!1249
2023-03-06 08:44:52 +00:00
Reza
a630003dd6
chore: bump version to 0.18.2
2023-03-06 09:31:30 +01:00
Mohammad Reza Moradi
74deba3d3e
Merge branch 'krille/pagination-in-search-events' into 'main'
...
feat: Implement pagination for searchEvent endpoint
See merge request famedly/company/frontend/famedlysdk!1240
2023-03-06 08:17:24 +00:00
Christian Pauly
89c80e7917
feat: Implement pagination for searchEvent endpoint
2023-03-06 09:02:25 +01:00
Nicolas Werner
6f6f6b5d10
Merge branch 'kushal/http-call-issue-fix' into 'main'
...
fix: http api call replaced with httpClient
See merge request famedly/company/frontend/famedlysdk!1189
2023-03-03 15:21:28 +00:00
td
b776e8f9df
Merge branch 'td/asyncmesh' into 'main'
...
fix: make group call stuff async, let clients await what they need
See merge request famedly/company/frontend/famedlysdk!1244
2023-03-03 15:03:32 +00:00
Nicolas Werner
99036ca178
Merge branch 'td/stopCheckerLeave' into 'main'
...
chore: stop stale group call checker on room leave
See merge request famedly/company/frontend/famedlysdk!1245
2023-03-03 12:43:27 +00:00
Mohammad Reza Moradi
27e360d07d
Merge branch 'nico/properly-fetch-archives-within-2m' into 'main'
...
fix: archive takes 2 minutes to update
Closes famedly-web#634
See merge request famedly/company/frontend/famedlysdk!1248
2023-03-03 12:20:01 +00:00
Nicolas Werner
2c3194b823
fix: archive takes 2 minutes to update
...
In Synapse 1.62.0 the default cache duration of initial sync responses
was changed to 2 minutes. That means our archive calls might return
stale data. Since different sync timeouts bust through the cache, we
make use of that to be able to load the new archive immediately.
fixes https://gitlab.com/famedly/company/frontend/famedly-web/-/issues/634
2023-03-03 13:08:31 +01:00
m_kushal
d48542a023
fix: http api call replaced with httpClient
...
Signed-off-by: m_kushal <kushalmahapatro@gmail.com>
2023-03-03 01:16:10 +04:00
Nicolas Werner
03826e6d47
Merge branch 'duan/skip-invalid-ice-candidate' into 'main'
...
fix: skip invalid candidate.
See merge request famedly/company/frontend/famedlysdk!1246
2023-03-02 18:50:19 +00:00
cloudwebrtc
f2e4126e0c
chore: update.
2023-02-27 21:02:30 +08:00
cloudwebrtc
380051ab07
fix: skip invalid candidate.
2023-02-27 20:59:38 +08:00
td
936018bebc
chore: remove checker from local list
2023-02-27 11:54:56 +05:30
td
fd4577ae84
chore: stop stale group call checker on room leave
2023-02-27 11:53:08 +05:30
td
9cb99377fb
fix: make group call stuff async, let clients await what they need
2023-02-24 22:31:10 +05:30
td
2d0fd9c393
fix: make group call stuff async, let clients await what they need
2023-02-24 22:17:27 +05:30
td
c5aa899038
Merge branch 'td/cacheserverprofile' into 'main'
...
cache option to fetchOwnProfileFromServer and missing awaits in group call enter/leave
See merge request famedly/company/frontend/famedlysdk!1243
2023-02-20 18:31:41 +00:00
td
6f2c0b83fb
chore: version bump to 0.17.1
2023-02-20 18:06:41 +05:30
td
0c555919af
chore: add missing awaits in group call enter and leave funcs
2023-02-20 18:04:56 +05:30
td
f7c7cb82de
chore: add useServerCache option to fetchOwnProfileFromServer and fix missing awaits
2023-02-20 17:57:29 +05:30
Nicolas Werner
c26d29ee14
Merge branch 'release/v0.17.0' into 'main'
...
chore: bump to v0.17.0
See merge request famedly/company/frontend/famedlysdk!1242
2023-02-17 11:34:13 +00:00
td
b06b8596e0
chore: bump to v0.17.0
2023-02-17 16:54:11 +05:30
td
2b2a49d0cb
Merge branch 'td/fallbackFetchOwnProfile' into 'main'
...
chore: add a fetchOwnProfileFromServer method
See merge request famedly/company/frontend/famedlysdk!1241
2023-02-17 11:13:58 +00:00
Nicolas Werner
92999339a9
Merge branch 'krille/fake-user-event' into 'main'
...
fix: Fake User object
Closes #343
See merge request famedly/company/frontend/famedlysdk!1221
2023-02-17 09:02:59 +00:00
Nicolas Werner
904a807eeb
Merge branch 'td/upgradeCalls' into 'main'
...
fix: ability to upgrade audio calls to video calls
See merge request famedly/company/frontend/famedlysdk!1235
2023-02-17 08:56:54 +00:00
td
7ce6595b3d
fix: ability to upgrade audio calls to video calls
...
fix: setMicrophoneMuted is now async to match setVideoMuted
2023-02-17 07:56:17 +05:30