Ivan Enderlin
ca00112804
test(crypto-js): Add test for in-room verification (w/ RoomMessageRequest).
2023-01-18 11:42:34 +01:00
Benjamin Kampmann
6c0ef2db51
refactor(ffi): refactor stoppable spawn to be more token-oriented
2023-01-18 10:08:58 +00:00
Benjamin Kampmann
938a03867b
feat(ffi): add subscribe_and_add_timeline_listener helper fn
...
re-applying the fixes from ##1346
2023-01-18 10:08:58 +00:00
Ivan Enderlin
90cce1a47c
chore(crypto-js): Improve documentation, and do a little clean up.
2023-01-18 10:58:59 +01:00
Ivan Enderlin
c427caf473
feat(crypto-js): Rename requests extra field to body.
2023-01-18 10:58:59 +01:00
Ivan Enderlin
3ad675db5c
feat(crypto-js): Extract RoomMessageRequest.event_type from EventContent.
2023-01-18 10:58:59 +01:00
Ivan Enderlin
efde81646b
feat(crypto-js): Extract RoomMessageRequest.content as a JSON-encoded string.
2023-01-18 10:58:59 +01:00
Ivan Enderlin
8f9859c41c
feat(crypto-js): Rename the body fields to extra to avoid confusion with HTTP terminology.
2023-01-18 10:58:58 +01:00
Ivan Enderlin
6248e2bc68
test(crypto-js): Update tests according to previous commit.
2023-01-18 10:58:58 +01:00
Ivan Enderlin
c0ccd55df8
feat(crypto-js): request! differentiates “extracted” and “grouped” fields.
2023-01-18 10:58:58 +01:00
Ivan Enderlin
b125b2e9da
test(crypto-js): Update tests according to previous commit.
2023-01-18 10:58:58 +01:00
Ivan Enderlin
3c838b2f4a
feat(crypto-js): Request types have fields from their “body” directly.
2023-01-18 10:58:58 +01:00
Jonas Platte
f4fba3efb7
fix(bindings): Add user_id to RoomMembership
...
Without that, it is useless.
2023-01-18 09:58:36 +01:00
Jonas Platte
e64b2f65da
Revert "refactor(bindings): Fetch latest event earlier"
...
This reverts commit 7d1372195c .
2023-01-18 09:31:45 +01:00
Doug
9e12a88e03
feat(bindings): Allow setting the store passphrase in the bindings
...
Co-authored-by: Damir Jelić <poljar@termina.org.uk >
2023-01-18 06:45:21 +00:00
Damir Jelić
3641e0d540
docs(crypto): Note that the in-room verification events need to be decrypted
2023-01-17 18:11:53 +01:00
Damir Jelić
e1d8c72d3a
chore(crypto): Improve some docs
...
Co-authored-by: Jonas Platte <jplatte@matrix.org >
2023-01-17 18:11:53 +01:00
Damir Jelić
c8d9581f8b
refactor!(crypto): Don't process in-room verification implicitly
2023-01-17 18:11:53 +01:00
Kévin Commaille
8cc632ffd1
feat(sdk): Add support for state events in the timeline
...
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr >
2023-01-17 12:10:19 +01:00
Jonas Platte
686541155f
feat(sdk): Add display_name_ambiguous to timeline::Profile
2023-01-16 15:35:29 +01:00
Jonas Platte
b256b6f625
refactor(bindings): Fetch latest event earlier
...
Does this crash?
2023-01-16 15:35:29 +01:00
Jonas Platte
7b913a0759
feat(bindings): Add EventTimelineItem::sender_profile
2023-01-16 15:35:29 +01:00
Jonas Platte
9e60a9dd3f
feat(sdk): Attach profile information to timeline items
2023-01-16 15:35:29 +01:00
Doug
6540b9bb49
feat(bindings): Expose read receipts to FFI
2023-01-16 10:58:40 +01:00
Damir Jelić
386cbce344
Revert "feat(ffi): add subscribe_and_add_timeline_listener helper fn"
...
This reverts commit ba4e304cad .
2023-01-13 14:55:39 +01:00
Benjamin Kampmann
273e96265f
Merge pull request #1335 from gnunicorn/ben-sliding-sync-integration-test
...
Various smaller fixes on sliding-sync for elem-x:
- Infrastructure and smoke test only for integration testing sliding-sync
- Expose Pop and Clear on VecDiff
- Expose adding views during sliding sync live runtime incl integration tests
- bug fix on replacing only in-window-items in the insert-code (was leading to a wrong list setting), including integration test
2023-01-13 10:11:30 +00:00
Benjamin Kampmann
ba4e304cad
feat(ffi): add subscribe_and_add_timeline_listener helper fn
2023-01-13 08:09:10 +00:00
Benjamin Kampmann
51f2e773a0
fix(ffi): add Pop and Clear to VecDiff for sliding-sync
2023-01-12 13:24:16 +01:00
Benjamin Kampmann
a8d49b86df
feat(sliding-sync): adding views on live sliding-sync
2023-01-12 13:24:16 +01:00
Damir Jelić
cdfb51a606
refactor!(sdk): Add the experimental prefix to the sliding-sync feature
2023-01-11 11:54:32 +01:00
Jonas Platte
f4bfbdf97d
chore: Upgrade base64
2023-01-10 10:19:02 +01:00
Jonas Platte
2e30e11101
refactor: Use workspace dependencies for more crates
2023-01-10 10:19:02 +01:00
Jonas Platte
6e218bdebc
feat(sdk): Make pagination more flexible and smarter
...
- Don't actually fire off a request when the top of the timeline has
already been reached
- Allow making multiple requests without removing the loading indicator
in between
2023-01-10 10:01:26 +01:00
Jonas Platte
9b3bf5a4fa
feat(sdk): Add TimelineStart virtual timeline item
2023-01-10 10:01:26 +01:00
Benjamin Kampmann
58aec0d126
feat(uniffi): Add support to set list filters on sliding sync view builders ( #1296 )
...
* feat(uniffi): Add support to set list filters on sliding sync view builders
* fix: expose SlidingSyncRequestListFilters via proc-macros
2023-01-09 14:45:35 +00:00
dependabot[bot]
63c8696cac
chore(deps): bump tokio from 1.22.0 to 1.23.1
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.22.0 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-07 14:06:32 +01:00
Damir Jelić
6aff4fc2c0
Update the bindings to use the SAS signalling ( #1300 )
...
* feat(bindings): Expose support for manually starting SAS verifications
Co-authored-by: Stefan Ceriu <stefanc@matrix.org >
2023-01-06 10:20:40 +01:00
Jonas Platte
8375c47f42
feat(sdk): Add pagination loading indicator as a virtual timeline item
2023-01-06 09:48:44 +01:00
Jonas Platte
e0f5dc97a5
refactor(bindings): Avoid single letter type aliases
2023-01-05 10:53:56 +01:00
Jonas Platte
64f367d474
feat(bindings): Expose all TimelineItemContent variants
2023-01-05 10:53:56 +01:00
Jonas Platte
a5e17be3a1
refactor(bindings): Only create a timeline for SlidingSyncRoom if needed
2023-01-04 11:44:07 +01:00
Jonas Platte
80d8a8f41f
refactor: Import tracing macros
2023-01-04 11:44:07 +01:00
Jonas Platte
9cba98ae1b
feat(sdk): Add num_updates to timeline PaginationOutcome
2023-01-03 09:44:23 +01:00
Jonas Platte
14f451c6dd
feat(bindings): Add decryption retrying to matrix-sdk-ffi
2022-12-21 13:35:27 +01:00
Richard van der Hoff
6b871b0a48
matrix-sdk-crypto-js: Make our promises reject with Error
...
It's not a hard-and-fast-rule that Javascript exceptions should be `Error`
instances, but it's certainly a convention, and one that is going to reduce
surprises if we follow.
2022-12-20 22:36:42 +00:00
Jonas Platte
561fb97a7b
feat(bindings): Add virtual timeline items to matrix-sdk-ffi
2022-12-19 13:54:55 +01:00
Doug
ddf448aa02
doc(bindings): Update docs for Apple platforms.
...
Remove old bash scripts now we have the xtask.
2022-12-19 12:31:29 +00:00
Kateřina Churanová
db7eafb7d0
fix(doc): Fix unresolved link in documentation
...
Signed-off-by: Kateřina Churanová <k.churanova@famedly.com >
2022-12-14 22:00:25 +01:00
Anderas
9239470c1c
feat(crypto): Add signalling to the verification requests and qr code verification
2022-12-14 19:15:22 +01:00
Benjamin Kampmann
273d0a0edf
feat(sliding-sync): Growing window and limit count full sync ( #1270 )
...
Add a second full-sync-up mode to sliding sync. Previously - and still the default for backwards compatibility, but now named `PagingFullSync` - was to page through the list by the page-size, de-validating the previous page of items. The newly added `GrowingFullSync` instead grows the window by the given number `batch_size` per request, starting and keeping it from `0`. In the latter we might be pushing more data over the connection and are slightly slower, but the top always stays active and thus reactive to changes.
Furthermore the developer can now configure an optional maximum number to grow/paginate the full-sync up to (so stopping before actually having reached `count` whatever is smaller). This is already exposed via FFI, too.
- [x] add new full-sync-mode
- [x] add limited sync-up mode (similar to full sync but only to a limit `n`)
- [x] implement sync-up in jack-in
2022-12-14 13:50:35 +01:00