Commit Graph

3759 Commits

Author SHA1 Message Date
td 6c17e3cfdf
feat: reactions for voip calls
Co-authored-by: Karthikeyan S <karthikeyan.s@famedly.com>
Co-authored-by: Yash Garg <me@yashgarg.dev>
2025-10-02 16:27:50 +02:00
Karthikeyan Sankaran 102d04304e
Merge pull request #2159 from famedly/krille/remove-unused-dependency
chore: Remove unused dependency
2025-10-01 17:13:44 +05:30
Christian Kußowski baa56bd1b9
chore: Remove unused dependency
Looks like this was a misunderstanding.
We are using dart:js_interop which has
nothing to do with the package on
pub.dev. So we don't need it.
2025-10-01 13:28:46 +02:00
Krille-chan 59cc954fc8
Merge pull request #2158 from famedly/krille/add-deprecated-type-aliases
chore: Add deprecated type aliases for renamed models
2025-10-01 10:51:16 +02:00
Christian Kußowski b21df62a2e
chore: Add deprecated type aliases for renamed models 2025-10-01 10:14:05 +02:00
Krille-chan 99745b0e21
Merge pull request #2157 from famedly/krille/remove-unused-callbacks
chore: Remove unused callbacks
2025-10-01 08:49:34 +02:00
Christian Kußowski 8439e2b11e
chore: Remove unused callbacks
Forgot to remove them in the last PR.
2025-10-01 08:00:31 +02:00
Krille-chan 47329df6af
Merge pull request #2154 from famedly/krille/matrix-spec-1-16
refactor: Support matrix spec 1.16
2025-09-30 13:50:56 +02:00
Christian Kußowski 014fc73957
refactor: Support matrix spec 1.16 2025-09-30 12:53:45 +02:00
Krille-chan b4b9bb6254
Merge pull request #2155 from famedly/krille/upgrade-to-vodozemac-crypto-utils
refactor: Upgrade to vodozemac cryptoutils
2025-09-30 12:53:21 +02:00
Christian Kußowski fe94df97db
refactor: Upgrade to vodozemac cryptoutils 2025-09-30 10:07:19 +02:00
Krille-chan 03c5e354d8
Merge pull request #2156 from famedly/krille/revert-on-upload-progress
chore: Revert on upload progress
2025-09-29 15:03:56 +02:00
Christian Kußowski 9549270423
chore: Revert on upload progress
This is not working as expected.
As far as I can see there is no
way to do this with the http
package for now. Only way would
be to switch to dio. Not sure
if we want to do this.
2025-09-29 14:58:40 +02:00
Krille-chan 6e599c2a53
Merge pull request #2149 from famedly/krille/on-upload-download-progress
feat: Add onProgress for upload and download methods
2025-09-29 12:01:08 +02:00
Christian Kußowski 8735ecd378
feat: Add onProgress for upload and download methods 2025-09-29 11:56:15 +02:00
Krille-chan a44dfbe58f
Merge pull request #2150 from famedly/krille/leave-rooms-on-ignore-user
feat: Leave DM rooms and invite when ignoring a user
2025-09-29 09:44:11 +02:00
Christian Kußowski 68f2fb9ddb
feat: Leave DM rooms and invite when ignoring a user 2025-09-29 09:40:51 +02:00
Krille-chan cde303c939
Merge pull request #2153 from famedly/karthi/web-js-interop-pkgs
refactor: migrate to web and js_interop pkgs
2025-09-26 15:51:55 +02:00
Karthikeyan S 6b73fc6354
refactor: migrate to web and js_interop pkgs 2025-09-26 14:08:01 +02:00
Krille-chan a782e196d5
Merge pull request #2141 from famedly/krille/implement-mentions
Krille/implement mentions
2025-09-17 13:39:25 +02:00
Christian Kußowski 98dd75d822
feat: Set m.mention field when sending text event 2025-09-17 13:35:30 +02:00
Christian Kußowski 77fb2b29e7
feat: Implement get mentions from event content 2025-09-17 13:35:30 +02:00
Krille-chan 2d6f043861
Merge pull request #2139 from famedly/krille/auto-fetch-last-event
feat: Auto refresh last event after limited timeline
2025-09-17 12:18:54 +02:00
Christian Kußowski bc8164a487
refactor: Return a better default for lastEventReceivedTime 2025-09-17 11:56:53 +02:00
Christian Kußowski 8a4eda5201
feat: Auto refresh last event after limited timeline
This adds a new behavior
on sync that the app
automatically fetches the
last event from server
after we receive a
limited timeline and the
lastEvent has not
changed.
2025-09-17 11:56:53 +02:00
Malin 7f290f42a2
Merge pull request #2147 from famedly/krille/add-delete-device-displayname-method
feat: Add deleteDeviceDisplayName() method to matrix API
2025-09-17 10:27:50 +02:00
Christian Kußowski 42196795f1
feat: Add deleteDeviceDisplayName() method to matrix API 2025-09-17 10:16:58 +02:00
td 2f7c8e81c8
Merge pull request #2145 from famedly/td/delayedEventScopeFix
fix: (BREAKING CHANGE) remove only your device call membership if room is not msc3757
2025-09-16 18:20:11 +02:00
td 9b0e9b7c56
fix: (BREAKING CHANGE) remove only your device call membership if room is not msc3757 2025-09-16 10:52:22 +02:00
Krille-chan 86ad4689db
Merge pull request #2143 from famedly/nikzen-patch-1
chore: remove gitlab folder
2025-09-16 07:59:37 +02:00
Niklas Zender d3a144f811
chore: delete gitlab-ci file 2025-09-12 18:05:39 +02:00
Niklas Zender 379ecd5904
chore: remove gitlab folder 2025-09-12 18:02:55 +02:00
Krille-chan 28b6f9d475
Merge pull request #2142 from famedly/krille/set-unread-notification-only-when-not-null
fix: Set unread notification count only if not null in sync
2025-09-12 15:45:42 +02:00
Christian Kußowski 1237eaddd5
build: Use v4 of rust-prepare job 2025-09-12 15:40:51 +02:00
Christian Kußowski d3497cac68
fix: Set unread notification count only if not null in sync
Fixes an edge case in the sdk
which sets the unread
notification count wrongly to 0 on room fake sync.
2025-09-12 15:28:31 +02:00
td 82d6318293
Merge pull request #2137 from famedly/td/schEventFix
Td/sch event fix
2025-09-11 11:42:22 +02:00
td 8ca21290a1
chore: release v2.0.1 2025-09-09 16:55:55 +02:00
td cc6ca5518f
fix: scheduled event list init 2025-09-09 16:55:12 +02:00
td 30957c6929
Merge pull request #2136 from famedly/release/v2.0.0
chore: release v2.0.0
2025-09-09 16:22:12 +02:00
td 41c0b278c4
chore: release v2.0.0 2025-09-09 15:58:57 +02:00
td 1b259241bb
Merge pull request #2129 from famedly/yg/raise-hand
feat: add `eventId` parameter to call memberships
2025-09-09 15:47:39 +02:00
td 2489682f1b
refactor: (BREAKING CHANGE) you can now get the matrix eventId from CallMembership(s) 2025-09-09 15:41:15 +02:00
td cee65aa2a6
Merge pull request #2131 from famedly/krille/fix-room-set-avatar-docs
chore: Clarify room.setAvatar docs
2025-09-09 15:07:22 +02:00
Christian Kußowski 0994fcfe8b
chore: Clarify room.setAvatar docs 2025-09-09 14:59:27 +02:00
td f815665803
Merge pull request #2130 from famedly/td/delayedEvents
feat: (BREAKING CHANGE) delayed and device owned state events support for group calls
2025-09-09 14:40:01 +02:00
td 19df680dee
feat: (BREAKING CHANGE) delayed and device owned state events support for group calls
feat: allow setting keyring size

feat: allow setting custom call timeout values, you will have to pass the voip class to a bunch of existing call related methods though

feat: also debounce join key rotation
2025-09-09 14:33:01 +02:00
Krille-chan 7bdcfb2b27
Merge pull request #2123 from huluwa-dev/huluwa-dev/fix-avatar-error-on-windows
fix: fix the issue that user avatar can not be loaded on windows
2025-09-03 15:15:11 +02:00
huluwa d325e58a2c
Merge branch 'main' into huluwa-dev/fix-avatar-error-on-windows 2025-09-03 19:52:22 +09:30
Eric Lin f98f93c1ed
fix: fix the issue that user avatar can not be loaded on windows
chore: resort imports
2025-09-03 19:51:45 +09:30
Krille-chan 138eddac3f
Merge pull request #2126 from famedly/krille/remove-dynamic-in-maps
refactor: Remove dynamic in cross signing code
2025-08-27 09:18:14 +02:00