Valere
893e6e3962
code review
2021-11-25 16:56:46 +01:00
Valere
c4bddadebb
clean unnecessary safe calls error
2021-11-25 16:03:47 +01:00
Valere
8bebcc93e7
remove some force unwrap
2021-11-25 15:58:59 +01:00
Valere
7fd9ca03be
Use new isUserTracked API
2021-11-25 15:42:52 +01:00
Valere
9118b26d2f
Fix DM are not e2e by default
2021-11-25 14:36:23 +01:00
ganfra
1d9da6c7d3
Tests: do some clean-up and fix bunch of them
2021-11-25 12:46:16 +01:00
ariskotsomitopoulos
afc69c77bd
Add local filtering in thread list
2021-11-24 18:23:33 +02:00
Damir Jelić
38644f0aa2
crypto: Rewrap and use the new isUserTracked method
2021-11-24 14:42:48 +01:00
Benoit Marty
32441eb81b
Merge pull request #4553 from vector-im/feature/adm/stricter-voice-file-deletion
...
Unable to upload .ogg to rooms
2021-11-24 13:55:31 +01:00
Adam Brown
31bd4fd2d0
avoiding inferred voice type check via waveform in favour of using the attachment type
2021-11-24 11:38:28 +00:00
Adam Brown
5ee379e10d
including a new voice message attachment type
...
- allows for us to explictly delete voice message after uploading rather than inferring that audio message with the .ogg extension are voice messages which could have caused us to delete users files
2021-11-24 10:21:12 +00:00
Benoit Marty
bd423db98a
Merge pull request #4548 from vector-im/feature/adm/sealed-class-cleanup
...
Voice related sealed class cleanup
2021-11-24 11:10:10 +01:00
Adam Brown
70d25653c8
removing unused base property from the sealed classes and switching to interfaces
2021-11-23 18:21:42 +00:00
Adam Brown
d1102f7be4
fixing wrong cased data class names
2021-11-23 18:19:33 +00:00
Adam Brown
bdf9402685
only deleting voice files if they were successfully uploading
...
- fixes flaky networks losing the voice file and being unable to retry
2021-11-23 17:45:10 +00:00
Benoit Marty
c72dd5eec6
Merge pull request #4507 from vector-im/feature/bca/crypto_better_logs
...
Improve crypto log to debug UISI
2021-11-23 15:35:28 +01:00
Valere
31eeb0674b
cleaning
2021-11-23 13:38:45 +01:00
ariskotsomitopoulos
722f367690
View all threads screen implementation & UI
...
Add user friendly message thread summary on the SDK side
Fix not encrypted rooms thread summaries
2021-11-23 13:34:24 +02:00
Valere
77454c8ae9
code review
2021-11-23 11:58:01 +01:00
Benoit Marty
61faf71751
Merge pull request #4543 from vector-im/dependabot/gradle/com.squareup.okhttp3-okhttp-bom-4.9.3
...
Bump okhttp-bom from 4.9.2 to 4.9.3
2021-11-23 10:05:21 +01:00
dependabot[bot]
6a7bc5cef8
Bump okhttp-bom from 4.9.2 to 4.9.3
...
Bumps [okhttp-bom](https://github.com/square/okhttp ) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases )
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3 )
---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 23:10:17 +00:00
dependabot[bot]
d4db706c06
Bump robolectric from 4.7.1 to 4.7.2
...
Bumps [robolectric](https://github.com/robolectric/robolectric ) from 4.7.1 to 4.7.2.
- [Release notes](https://github.com/robolectric/robolectric/releases )
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2 )
---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 23:09:42 +00:00
David Langley
2b3de840f1
Force markdown parse on replies and update quote to use markdown parser.
2021-11-22 17:02:12 +00:00
ganfra
69720ffdd3
Android tests: introduce TestBackgroundDetectionObserver so sync is not cancelled while testing + fix small warnings
2021-11-19 17:18:39 +01:00
ganfra
67975e0c83
Matrix: introduce MatrixWorkerFactory to remove internal usage of Matrix.getInstance
2021-11-19 17:15:39 +01:00
Valere
a5c500cccd
Cleaning + fix copyright
2021-11-19 15:31:23 +01:00
Valere
c01998ddd3
Cleaning
2021-11-19 15:16:29 +01:00
Valere
9e055d9793
post rebase fix
2021-11-19 15:14:04 +01:00
Valere
f209ae26bc
Wire compute room shields with rust
2021-11-19 13:29:42 +01:00
dependabot[bot]
6efe9b82f4
Bump robolectric from 4.7 to 4.7.1
...
Bumps [robolectric](https://github.com/robolectric/robolectric ) from 4.7 to 4.7.1.
- [Release notes](https://github.com/robolectric/robolectric/releases )
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1 )
---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-18 23:07:04 +00:00
Valere
feda53bfb7
Improve crypto log to debug UISI
2021-11-18 15:39:13 +01:00
ariskotsomitopoulos
3de0f7bf37
Add sending file to thread support
...
** Important while this feature depends on local echo, should be added local echo support in threads to work 100%
2021-11-18 15:48:17 +02:00
ganfra
e562d7684a
Timeline: re-add usage of TimelineSettings
2021-11-18 11:03:13 +01:00
Benoit Marty
e98dd2e663
Merge pull request #4396 from vector-im/feature/aris/thread_aware
...
Feature/aris/thread aware
2021-11-18 10:16:56 +01:00
ariskotsomitopoulos
8015ffee42
PR remrarks
2021-11-17 19:56:06 +02:00
Benoit Marty
a8f6efd5e8
Version++
2021-11-17 16:07:07 +01:00
ariskotsomitopoulos
9972dbc278
Use RealmConfiguration instead of Monarchy
2021-11-17 16:54:03 +02:00
Damir Jelić
ae635e2b0a
Merge remote-tracking branch 'upstream/develop' into upstream-merge2
2021-11-17 15:35:07 +01:00
Benoit Marty
a5518e90ae
Merge pull request #4485 from vector-im/feature/bma/small_cleanup
...
Small cleanup after content scanner code has been merged
2021-11-17 15:08:07 +01:00
Damir Jelić
50cdbaf041
crypto: Update to the latest rust-sdk version
2021-11-17 14:58:14 +01:00
ariskotsomitopoulos
d463500998
Remove unused import
2021-11-17 14:48:10 +02:00
Damir Jelić
097f05af57
crypto: Throw exceptions when restoring a recovery key from a passphrase
2021-11-17 13:43:37 +01:00
Damir Jelić
e5af7e6109
crypto: Update for the new room key import result
2021-11-17 13:43:37 +01:00
Damir Jelić
7cb143e970
crypto: Don't create a new salt when we just want to rederive a recovery key
2021-11-17 13:43:37 +01:00
Damir Jelić
50268540c3
crypto: Try to import the recovery key if it was gossiped to us
2021-11-17 13:43:37 +01:00
Damir Jelić
d6ecc7d330
crypto: Connect the backup disabling method
2021-11-17 13:43:37 +01:00
Damir Jelić
5c7b248ed2
crypto: Back up room keys when we create or receive new ones
2021-11-17 13:43:37 +01:00
Damir Jelić
f9476f12af
crypto: Correctly continue backing up room keys
2021-11-17 13:43:37 +01:00
Damir Jelić
2b8783b489
crypto: Add support for key backup restoring
2021-11-17 13:43:37 +01:00
Damir Jelić
3b93d6b08c
crypto: Fill out all the methods to support backups
2021-11-17 13:43:37 +01:00