Onuray Sahin
b09a00efda
Code review fixes.
2022-12-08 17:11:09 +03:00
valere
bfe6207a63
Fix crash when no ER migration needed
2022-12-08 14:44:48 +01:00
Hugh Nimmo-Smith
7bbd91f2a9
Handle error whilst download key for self
2022-12-08 13:27:49 +00:00
Hugh Nimmo-Smith
3a2a916c2f
Clarify comment
2022-12-08 13:27:49 +00:00
Hugh Nimmo-Smith
73fd93148a
Download device keys for self prior to verification checks
...
Fixes https://github.com/vector-im/element-android/issues/7676
2022-12-08 13:27:49 +00:00
valere
14cee226c5
Merge branch 'develop' into feature/bca/rust_flavor
2022-12-08 13:37:43 +01:00
valere
d3ef5cc230
Merge olm to Rust migration
2022-12-08 11:59:46 +01:00
Onuray Sahin
055bf6d302
Revert unused companion object.
2022-12-07 21:41:22 +03:00
Florian Renaud
1a3ca7b1a0
Filter event types from decrypted content
2022-12-07 18:11:51 +01:00
Florian Renaud
6e5461f300
Stop filtering events with reference relationship when computing latest previewable event
2022-12-07 18:11:51 +01:00
Florian Renaud
4d6c04baf9
Add provider for custom event types
2022-12-07 18:11:51 +01:00
Florian Renaud
fdb8743ad3
Create provider package
2022-12-07 18:11:51 +01:00
Onuray Sahin
f4429d4c9c
Handle sync response to delete user and room account data.
2022-12-07 18:58:14 +03:00
Onuray Sahin
765202e05a
Add helper functions to delete user and room account data.
2022-12-07 18:17:43 +03:00
Valere
01533db4e0
Merge pull request #7713 from vector-im/feature/bca/to_device_tracing
...
add to device tracing id
2022-12-07 16:16:20 +01:00
Onuray Sahin
d244f7324c
Add api functions to delete account data.
2022-12-07 18:12:25 +03:00
Amit Kumar
17d25e2597
Enable reset all and skip options ( #7721 )
...
* Dismiss bottomsheet on skipping verification
* Enable reset all and skip options
* Change ResetAll bottomsheet event to no-op for user verification
* Fix strings and improve state step logic in SharedSecureStorageViewModel
2022-12-07 19:40:22 +05:30
valere
63d2886415
use msgid in logs for consistency
2022-12-06 16:07:24 +01:00
valere
8646cc441d
do not add tracing ids to verification events
2022-12-06 15:30:06 +01:00
Benoit Marty
ae93c07597
Do not propagate failure if saving the filter server side fails. This will be retried later.
2022-12-06 15:01:47 +01:00
valere
139eb1708c
fix uncheck cast warning
2022-12-06 08:17:31 +01:00
valere
2ed212aa11
Fix copyright
2022-12-05 18:30:38 +01:00
valere
f2952f2dee
add to device tracing id
2022-12-05 18:15:55 +01:00
valere
cba3c270f5
Reduce room list placeholder lags
2022-12-05 13:47:21 +01:00
valere
0953bc944d
Fix test compilation | rust / crypto missing api
2022-12-05 13:46:35 +01:00
valere
adacd55a05
Fix backup authdata serialization
2022-12-05 13:45:58 +01:00
Maxime NATUREL
637961bbb1
Update related account data event on notification method change
2022-12-05 09:43:56 +01:00
Maxime NATUREL
14b21dc039
Adding use cases to create and delete notifications settings in account data
2022-12-05 09:43:56 +01:00
valere
03379a6636
Merge branch 'develop' into feature/bca/rust_flavor
2022-12-03 11:15:46 +01:00
valere
ae9711b7d1
Basic sentry e2e reporting for rust + decrypt trust
2022-12-02 18:24:23 +01:00
valere
b9045eb25f
ktlint
2022-12-02 12:43:05 +01:00
valere
cb4720f6d5
CI update for ER
2022-12-02 12:40:48 +01:00
valere
17b8d3c97b
fix unhandled exceptions and cleaning
2022-12-02 12:38:12 +01:00
valere
b0168dc633
fix compilation rust
2022-12-01 16:08:01 +01:00
valere
a110c9ee50
fix moshi number parsing for rust
2022-12-01 16:07:28 +01:00
valere
43421e3eb9
update doc
2022-11-30 19:09:13 +01:00
valere
304989f79c
Fix copyrights
2022-11-30 18:15:42 +01:00
valere
9fbc0cdd46
fix compilation
2022-11-30 16:20:02 +01:00
valere
6e371b7d2d
code quality
2022-11-30 16:01:11 +01:00
valere
b3d8b1527c
cleaning
2022-11-30 15:14:31 +01:00
valere
501625c19d
post rebase fix rust flavor
2022-11-30 12:10:34 +01:00
valere
a9b970832e
Merge branch 'develop' into feature/bca/rust_flavor
2022-11-30 11:05:32 +01:00
Benoit Marty
52477aa9d5
version++
2022-11-30 11:03:58 +01:00
valere
bb16d77ec6
fix QR verification
2022-11-30 00:10:46 +01:00
valere
f8d6511c59
rust sas state mapping
2022-11-29 11:22:21 +01:00
valere
fb1995e9c9
only check moshi numbers for rust-sdk
2022-11-29 11:21:54 +01:00
valere
d9342707fd
update rust-sdk bindings
2022-11-28 21:48:46 +01:00
Florian Renaud
49199bd5e2
Merge pull request #7611 from vector-im/feature/fre/voice_broadcast_deletion
...
Be less restritive when pruning redacted events
2022-11-28 13:57:40 +01:00
Florian Renaud
dd81584076
Ad default value to MessageStickerContent.body in case of redaction
2022-11-28 12:12:49 +01:00
Nikita Fedrunov
5aeca1f81a
saving sync filter changed ( #7627 )
2022-11-28 09:48:28 +01:00