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
Benoit Marty
7050550511
Merge pull request #2539 from element-hq/renovate/wysiwyg
...
Update wysiwyg to v2.33.0
8 months ago
ganfra
8ed4d3c48f
Merge pull request #2536 from element-hq/feature/fga/room_list_filter_iteration
...
Feature/fga/room list filter iteration
8 months ago
Jorge Martin Espinosa
4c14ac822e
Added empty state to banned member list ( #2541 )
...
* Added empty state to banned member list
* Center both empty states in `RoomMemberListView` and `PollHistoryView`
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
ElementBot
e1b8a220b9
Update screenshots
8 months ago
ganfra
b368480aff
RoomList : add some more tests
8 months ago
ganfra
65fa3bf6a4
Tests: raise default timeout of consumeItemsUntilPredicate to 3 seconds (like awaitItem)
8 months ago
ganfra
427b3f7c0f
Merge branch 'develop' into feature/fga/room_list_filter_iteration
8 months ago
ganfra
f1730a1514
Merge pull request #2537 from element-hq/feature/fga/fix_timeline_is_direct
...
Bugfix : fix timeline not showing sender info
8 months ago
renovate[bot]
e642bd81d5
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.8 ( #2538 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
Benoit Marty
4562a52762
Merge pull request #2540 from element-hq/feature/bma/renameLocalazyKeys
...
Rename localazy keys
8 months ago
Benoit Marty
470aca2652
Acronyms in camel case should have only the first letter capitalized.
8 months ago
Benoit Marty
59f66a9df0
Some string keys have been renamed, so rename them in the code.
8 months ago
Benoit Marty
08f3faed02
Update config.json.
8 months ago
Benoit Marty
72587d589f
Run `./tools/localazy/downloadStrings.sh --all` after some key renaming on Localazy.
8 months ago
Benoit Marty
fde349cf4b
Run `./tools/localazy/downloadStrings.sh --all`.
8 months ago
Benoit Marty
357ed0a40f
Merge pull request #2534 from element-hq/feature/bma/fixStringImport
...
Fix string import
8 months ago
renovate[bot]
ce16574469
Update wysiwyg to v2.33.0
8 months ago
ganfra
40287e1991
Bugfix : fix timeline not showing sender info when room is marked as direct but not a 1:1 room #2530
8 months ago
ElementBot
eae8d5673b
Update screenshots
8 months ago
Benoit Marty
73297fed80
Merge pull request #2532 from element-hq/feature/bma/fixLayoutPoll
...
Fix layout poll
8 months ago
Benoit Marty
77fe8f0f2b
Redirect error stream to /dev/null.
8 months ago
Benoit Marty
72d215e246
Run `./tools/localazy/downloadStrings.sh --all` after config change.
8 months ago
Benoit Marty
579837771b
Add explicit includeRegex to avoid string duplication. Importing "screen_room_.*" was not filtering enough, and `excludeRegex` was not complete enough.
8 months ago
Benoit Marty
ad17afe209
Merge pull request #2533 from element-hq/sync-localazy
...
Sync Strings
8 months ago
Jorge Martin Espinosa
59a682b407
Change a room's permissions power levels ( #2525 )
...
* Change a room's permissions power levels
* Make `currentPermissions` use a `MatrixRoomPowerLevels?` instance instead.
* Update strings
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
ganfra
23b276dfcb
Merge branch 'develop' into feature/fga/room_list_filter_iteration
8 months ago
ganfra
bf68261ed9
RoomList: refactor and fix tests
8 months ago
bmarty
c021809479
Sync Strings from Localazy
8 months ago
ElementBot
fba7bc8192
Update screenshots
8 months ago
Jorge Martin Espinosa
3453738344
Prevent sending empty messages ( #2527 )
...
* Prevent sending empty messages
* Fix screenshot issue
* Use `aRichTextEditorState` helper function
8 months ago
renovate[bot]
f865f301d5
Update wysiwyg to v2.32.0 ( #2531 )
...
* Update wysiwyg to v2.32.0
* Bump min global coverage value to 70
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
8 months ago
Benoit Marty
a68f39d8c4
Git ignore copilot folder.
8 months ago
Benoit Marty
691e293e86
Fix text alignment on empty poll view.
8 months ago
ganfra
a2c4d7debd
RoomListFilters : integrate with TopBar (and bloom)
8 months ago
ganfra
0db6ff4263
RoomListFilters : improve look and feel
8 months ago