Jorge Martin Espinosa
6aa84d600e
Implement MSC2530 ( #2570 )
...
* Implement MSC2530
* Some layout improvements for images and videos with captions
* Update screenshots
* Replace `it` in several previews with `isMine`
---------
Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
Co-authored-by: Marco Antonio Alvarez <surakin@gmail.com>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
ganfra
6e8d0ded36
Room Directory Search : setup the feature
8 months ago
Jorge Martin Espinosa
2777ba09a3
Merge pull request #2571 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.10
8 months ago
Jorge Martín
cc9c04b1a3
Fix SDK integration
8 months ago
renovate[bot]
fb9e453a73
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.10
8 months ago
renovate[bot]
a4a47dbfc6
Update dependency com.squareup.retrofit2:retrofit to v2.10.0
8 months ago
Jorge Martin Espinosa
5cc5a0b699
Add `isInDebug` variable to simulate debug/release configs for tests ( #2566 )
...
* `isInDebug` as `ThreadLocal<Boolean>`
* Use a simple var for `isInDebug` and add a helper method to test release mode, when running the debug test.
* Add some more docs
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
8 months ago
Benoit Marty
fb64018110
Merge pull request #2565 from element-hq/feature/bma/userDataCache
...
Read user avatar from cache
8 months ago
Benoit Marty
a51855a171
Simplification since MatrixUser cannot be null anymore.
8 months ago
Jorge Martin Espinosa
883d834284
Remove unnecessary `Room.updateMembers()` calls. ( #2564 )
...
* Remove unnecessary `updateMembers` calls.
Some of them can be directly removed since we have a way to automatically get member info updates based on membership changes.
Others can be replaced by a simpler `getUpdatedMember` method. This might still need a full member sync, but it's quite unlikely.
8 months ago
ElementBot
0a08b81863
Update screenshots
8 months ago
Jorge Martin Espinosa
fde154a284
Remove 'clear cache' CI flow ( #2563 )
...
It never worked as expected and keeps failing
8 months ago
Benoit Marty
b18312e3a9
Merge pull request #2559 from element-hq/feature/bma/enableMarkAsUnread
...
Enable the feature "Mark as unread".
8 months ago
Benoit Marty
82d2b500e1
changelog
8 months ago
Benoit Marty
68fd649424
Use client.cachedAvatarUrl(), to be able to render the user avatar faster, and even if there is no network ( #2488 ).
8 months ago
Benoit Marty
a0cbe1087b
Fix compilation warning.
8 months ago
renovate[bot]
1e4300dab1
Update plugin dependencycheck to v9.0.10 ( #2560 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
Benoit Marty
5169ed303d
Merge pull request #2561 from element-hq/sync-localazy
...
Sync Strings
8 months ago
Jorge Martin Espinosa
4b9507d512
Add analytic events to room moderation ( #2553 )
...
* Add analytic events to room moderation
* Fix typo and tests
8 months ago
bmarty
1cece7d0f3
Sync Strings from Localazy
8 months ago
Jorge Martin Espinosa
57e6db8144
Move `Konsist` tests to quality checks ( #2558 )
...
* Move `Konsist` tests to quality checks
This should also help us avoid running them for every single test task, including Kover.
* Fix upload report path filter
8 months ago
Benoit Marty
889761a8d8
Enable the feature "Mark as unread".
8 months ago
Jorge Martin Espinosa
810c0ed8f3
Test and verify coverage only on debug variant ( #2556 )
...
* Test and verify coverage only on debug variant
* Set files to upload
* Fix also nightlyReports flow
8 months ago
Benoit Marty
66db3bcf2f
version++
8 months ago
Benoit Marty
253eacf565
Merge tag 'v0.4.6' into develop
...
tag
8 months ago
Benoit Marty
5b1ae2402d
Merge branch 'release/0.4.6' into main
8 months ago
Benoit Marty
1ae3ad0c1f
Adding fastlane file for version 0.4.6
8 months ago
Benoit Marty
afb2722135
Changelog for version 0.4.6
8 months ago
Benoit Marty
72b814f5a7
Merge pull request #2544 from element-hq/feature/bma/trackUtd
...
Track UTD errors.
8 months ago
ElementBot
f089847f48
Sync Strings ( #2557 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
8 months ago
Benoit Marty
a9e67c070d
Improve UtdTracker test.
8 months ago
Benoit Marty
87dd1cd4c1
Add unit test on UtdTracker
8 months ago
Benoit Marty
9302b65053
Fix compilation of minimal.
8 months ago
Benoit Marty
73f80b314f
Add extra properties `"cryptoSDK" to Error.CryptoSDK.Rust` to all events and screen sent to PostHog.
8 months ago
Benoit Marty
27bb46511b
Improve crypto error content.
8 months ago
Benoit Marty
7543fe2026
Bump analytics plan to 0.14.0
8 months ago
Jorge Martin Espinosa
694f551bbc
Ensure progress indicator is removed when a user is unblocked ( #2554 )
8 months ago
Benoit Marty
5c948ed0ba
Track UTD errors.
8 months ago
Jorge Martin Espinosa
67d79059f8
Add legacy call invite state events and notifications ( #2552 )
...
* Add state timeline events and notifications for legacy call invites
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
renovate[bot]
207d142bfd
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.9 ( #2551 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
Jorge Martin Espinosa
179579d5e5
Revert "Clear and generate new cache only when merging to `develop`" ( #2550 )
...
This reverts commit ab504a6095
.
8 months ago
Benoit Marty
0c31b05113
Merge pull request #2547 from element-hq/renovate/org.maplibre.gl-android-sdk-10.x
...
Update dependency org.maplibre.gl:android-sdk to v10.3.0
8 months ago
Jorge Martin Espinosa
83861c43de
Add SDK git SHA to user agent ( #2548 )
8 months ago
Jorge Martin Espinosa
69a08b5565
Use `userId` on display name change state events ( #2545 )
...
* Use `userId` on display name change state events
8 months ago
Jorge Martin Espinosa
ab504a6095
Clear and generate new cache only when merging to `develop` ( #2549 )
...
Clearing the cache regularly doesn't work because on each new merge to develop a new cache of almost 4GB will be created and replace the 'cleared' one.
We can try doing a clean up to this cache we're about to save so it's a bit smaller.
8 months ago
Benoit Marty
29929727ce
Merge pull request #2546 from element-hq/feature/bma/improveGitHubPages
...
Improve GitHub pages
8 months ago
Jorge Martin Espinosa
e3a395f15a
Improve room member list loading UX ( #2543 )
...
Improve room member list UX:
- Don't display the list in chunks anymore.
- Use an indeterminate linear progress indicator to display some loading is being done (either loading the cached list or the updated one).
- Try to make sure we don't display the members loaded from timeline items as the cached room list by mistake.
* Update screenshots
* Simplify member loading logic.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
renovate[bot]
eb2b312545
Update dependency org.maplibre.gl:android-sdk to v10.3.0
8 months ago
Benoit Marty
b6f091f952
Add id to the table rows.
8 months ago
Benoit Marty
54a3ab6ce1
Update URL parameter according to the form value, to let the user store permalinks.
8 months ago