Benoit Marty
1b7c0dbe88
Merge pull request #3331 from element-hq/renovate/com.google.firebase-firebase-bom-33.x
...
Update dependency com.google.firebase:firebase-bom to v33.2.0
2 months ago
renovate[bot]
5549c8fed3
Update dependency com.google.firebase:firebase-bom to v33.2.0
2 months ago
Jorge Martin Espinosa
7859526280
Improve the text for mentions and replies in notifications ( #3328 )
2 months ago
Benoit Marty
eeeb8fc35c
Merge pull request #3327 from element-hq/feature/bma/moreTests
...
Add unit test on MatrixRoom extension
2 months ago
Benoit Marty
bb085251b2
Reuse existing function
2 months ago
Benoit Marty
11691697d1
Add test on extension MatrixRoom.getCurrentRoomMember
2 months ago
Benoit Marty
0b494b01da
Add test on extension MatrixRoom.getDirectRoomMember
2 months ago
Benoit Marty
a27e317207
Remove unused code.
2 months ago
Benoit Marty
a942fd4a24
Merge pull request #3322 from element-hq/feature/bma/roomAliasCompletion
...
Suggestion for room alias (disabled for now)
2 months ago
networkException
2678834cc0
Fix broken direct room member for rooms with old users that left ( #3324 )
...
This patch fixes getDirectRoomMember not respecting direct rooms
with more than two members total but only two active. This commonly
occurs when users migrate to a new account by adding a new account
to rooms and leaving with the old one.
Other parts of the codebase (such as the people room list filter)
already respect the active member count of a room instead of the
total (historic) number of unique members.
This fixes the room details screen not showing up correctly, for
example missing the avatar cluster.
Signed-off-by: networkException <git@nwex.de>
2 months ago
ElementBot
e704af44bf
Update screenshots
2 months ago
Benoit Marty
9c64bdde1a
Merge pull request #3323 from element-hq/renovate/compose.bom
...
Update dependency androidx.compose:compose-bom to v2024.08.00
2 months ago
Benoit Marty
8574340717
Use extension `getAvatarData`
2 months ago
Benoit Marty
811abe7755
Move package `io.element.android.features.messages.impl.mentions` to `io.element.android.features.messages.impl.messagecomposer.suggestions`
2 months ago
Benoit Marty
dbe73076ff
rename test function.
2 months ago
Benoit Marty
48ea516639
Rename `MentionSuggestionsProcessor` to `SuggestionsProcessor` since it's not only used for mentions.
2 months ago
Benoit Marty
3dfa9764d6
Merge pull request #3325 from element-hq/renovate/telephoto
...
Update telephoto to v0.13.0
2 months ago
renovate[bot]
e6ab680f91
Update telephoto to v0.13.0
2 months ago
renovate[bot]
ebd8120d2e
Update dependency androidx.compose:compose-bom to v2024.08.00
2 months ago
Benoit Marty
b112713d69
Rename test because method has been renamed.
2 months ago
Benoit Marty
2488ea6c98
Add missing test for MarkdownTextEditorState
2 months ago
Benoit Marty
a6cf231322
Add unit test for DefaultRoomAliasSuggestionsDataSource
2 months ago
Benoit Marty
d5feda5935
Add test on MentionSuggestionsProcessor and simplify the class.
2 months ago
Benoit Marty
5df3e6d684
Convert MentionSuggestionsProcessor to a class and inject it in the constructor of MessageComposerPresenter
2 months ago
Benoit Marty
6309137a53
Reorder imports
2 months ago
Benoit Marty
c306636d56
Remove needless blank line
2 months ago
Benoit Marty
b3e8cf443e
Fix test regression.
2 months ago
Benoit Marty
c5d1bed5b4
Fix test compilation issue.
2 months ago
Benoit Marty
3350b661e7
Fix import ordering.
2 months ago
Benoit Marty
4c8f23a0cb
Add feature flag for room alias suggestions, disabled by default.
2 months ago
ElementBot
ff217d4f88
Update screenshots
2 months ago
Benoit Marty
57d927e9aa
Suggestion for room alias.
...
Rename `Mention` to `IntentionalMention` for clarity
Remove dead code, there is no intentional mention for Room or RoomAlias.
Rename `IntentionalMention.AtRoom` to `IntentionalMention.Room` to match Rust naming
2 months ago
renovate[bot]
1b1062be24
Update dagger to v2.52 ( #3270 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months ago
Benoit Marty
c01bbe79e6
Merge pull request #3318 from element-hq/feature/bma/checkMethodName
...
Add test on function name which may start or end with spaces
2 months ago
Jorge Martin Espinosa
0686745fd4
Fix reset identity with password stuck in loading state. ( #3317 )
...
Make sure `resetIdentityFlowManager.whenResetIsDone` is registered *after* the previous reset attempt is cancelled, otherwise the current one will be cancelled instead.
2 months ago
Benoit Marty
f2b38e50e3
Add test on function name which may start or end with spaces and fix existing issues.
2 months ago
renovate[bot]
534e3a8585
Update lifecycle to v2.8.4 ( #3315 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months ago
renovate[bot]
e9ad39a0bf
Update lifecycle to v2.8.0 ( #2848 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martin Espinosa <jorgem@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2 months ago
Benoit Marty
828e90f5c5
Merge pull request #3314 from element-hq/gradlew-update-8.10
...
Update Gradle Wrapper from 8.9 to 8.10
2 months ago
gradle-update-robot
719ca2621b
Update Gradle Wrapper from 8.9 to 8.10.
...
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2 months ago
Benoit Marty
2eb3bd5682
Merge pull request #3313 from element-hq/feature/bma/fixGradleUpdateAction2
...
Gradle update action: add label and use other token.
2 months ago
Benoit Marty
1fbb36eb72
Update Gradle: Change the token used by the action so workflows are triggered in the resulting PR
2 months ago
Benoit Marty
a748aa7b20
Update Gradle: add label `PR-Dependencies` to PR it creates.
2 months ago
Benoit Marty
97047181ce
Merge pull request #3311 from element-hq/feature/bma/fixGradleUpdateAction
...
Gradle update action: Use JDK 17 and skip early in forks.
2 months ago
Benoit Marty
abd1a51453
Update Gradle: ddd workflow_dispatch
2 months ago
Benoit Marty
0269f868fe
Renovate: Disable gradle update. Update of gradle is done by a specific GitHub action.
2 months ago
Benoit Marty
fae13290eb
Gradle update action: Use JDK 17 and skip early in forks.
2 months ago
Benoit Marty
6b528596ed
Merge pull request #3307 from element-hq/feature/bma/cleanup
...
Cleanup and add unit test for DefaultPinnedMessagesBannerFormatter
2 months ago
Benoit Marty
c00ab58a6a
Merge pull request #3308 from element-hq/sync-localazy
...
Sync Strings - New language: Dutch.
3 months ago
bmarty
3e67448006
Sync Strings from Localazy
3 months ago