ganfra
5033abc952
Merge pull request #3340 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.5.1
2 months ago
renovate[bot]
c3ddf0b41e
Update dependency com.android.tools:desugar_jdk_libs to v2.1.0
2 months ago
renovate[bot]
b85e714a6f
Update dependency com.posthog:posthog-android to v3.5.1
2 months ago
Benoit Marty
40410e081c
Merge pull request #3339 from element-hq/sync-localazy
...
Sync Strings
2 months ago
bmarty
cd267249ec
Sync Strings from Localazy
2 months ago
SpiritCroc
107b29545d
Fix login navigation getting stuck with no-op analytics provider
...
Change-Id: Icac04e1193e12943c2b8598f48d79ac6e7cef3a5
2 months ago
Benoit Marty
0b2edcb6d1
Fix UI tests.
2 months ago
Benoit Marty
a4b6d4c5d7
Simplify code.
2 months ago
Benoit Marty
368db3feb4
Allow entering Pip mode when `controls.canEnterPip()` cannot be evaluated.
2 months ago
Benoit Marty
18dcdc0e64
Communicate with Element Call about PiP status.
...
Also only use eventSink to communicate with the Presenter, instead of having public methods.
Change WeakReference to an Activity to a listener and update tests.
2 months ago
SpiritCroc
671def23b8
Big emoji-only messages
...
Adapted from SpiritCroc's SchildNext implementation from
7eba87f02e
Fixes: https://github.com/element-hq/element-x-android/issues/1438
Signed-off-by: Tobias Büttner <dev@spiritcroc.de>
Signed-off-by: Joe Groocock <me@frebib.net>
2 months ago
Joe Groocock
0f14bc1a1c
Ensure consistent AggregatedReaction screenshots
...
Different system locales can generate different screenshots, causing CI
to be unhappy. Hardcoding a locale ensures the same date format is
always used.
Signed-off-by: Joe Groocock <me@frebib.net>
2 months ago
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