Jorge Martin Espinosa
ce28a05467
Replace the 'answer' PendingIntent in ringing call notifications ( #3093 )
...
* Replace the 'answer' PendingIntent in ringing call notifications
Co-authored-by: Benoit Marty <benoit@matrix.org>
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
4 months ago
Benoit Marty
c727f8aaac
Merge pull request #3087 from element-hq/renovate/espresso.core
...
Update dependency androidx.test.espresso:espresso-core to v3.6.0
4 months ago
Benoit Marty
f57a869a25
Remove unused dependency on `androidx.appcompat:appcompat`
4 months ago
Benoit Marty
dfca5dc43c
Merge pull request #3090 from element-hq/renovate/test.core
...
Update test.core to v1.6.0
4 months ago
Benoit Marty
bd8f2351c9
Remove unused dependency on `androidx.test.espresso`
4 months ago
renovate[bot]
5c92bf7f2c
Update dependency androidx.test.espresso:espresso-core to v3.6.0
4 months ago
renovate[bot]
ec06ce44e5
Update dependency androidx.test.ext:junit to v1.2.0 ( #3088 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
renovate[bot]
4dfc1be67f
Update test.core to v1.6.0
4 months ago
renovate[bot]
604a82cbc6
Update dependency androidx.test:runner to v1.6.0
4 months ago
Benoit Marty
f4a5ef8233
Use curl instead of wget.
4 months ago
Benoit Marty
fbdc5cc145
Make sure F-Droid build are reproducible by patching the value of `pg-map-id` #3061
4 months ago
Benoit Marty
1cffa3d1fe
Min SDK is now 24
4 months ago
Benoit Marty
2bf80fb0cc
Use BuildTools 35.0.0
4 months ago
Benoit Marty
72373ab5ef
Merge pull request #3082 from element-hq/feature/bma/fixClearCacheImage
...
Fix image rendering after clear cache
4 months ago
Benoit Marty
c0a6bcf2f7
Cleanup
4 months ago
Benoit Marty
913ae18edd
Merge pull request #3081 from element-hq/feature/bma/fixChagingRoleForPendingMember
...
Let role and permissions screens works for invited room members too.
4 months ago
Benoit Marty
becc540dcf
Changelog
4 months ago
Benoit Marty
6589fef196
Improve room filtering behavior.
4 months ago
Benoit Marty
40594b7250
Changelog
4 months ago
Benoit Marty
4227b42dfa
Add unit test on DefaultImageLoaderHolder
4 months ago
Benoit Marty
77ed70e26f
Convert LoggedInImageLoaderFactory to an interface and add DefaultLoggedInImageLoaderFactory
4 months ago
Benoit Marty
0039387fbc
Move test classes to the correct package.
4 months ago
Benoit Marty
8cc5f35e0c
Fix image not rendering after clearing cache.
4 months ago
Benoit Marty
3eb379b540
Towncrier
4 months ago
Benoit Marty
e999120864
Let role and permissions screens works for invited room members too.
4 months ago
Benoit Marty
cb14be2700
Merge pull request #3080 from element-hq/feature/bma/improveBubbleLayout
...
Improve the way we cut the bubble layout to give space for the sender Avatar
4 months ago
Benoit Marty
d14b9de8c9
Fix format issue.
4 months ago
ElementBot
d02f81176d
Update screenshots
4 months ago
Benoit Marty
315392d8ef
Improve the way we cut the bubble layout to give space for the sender Avatar.
...
Instead of drawing a circle with the same color of the background behind the avatar, properly clear the top start corner of the bubble using `CompositingStrategy.Offscreen` and `BlendMode.Clear`.
4 months ago
Benoit Marty
010a90f9ff
Merge pull request #3069 from element-hq/feature/bma/avatarCluster_x2
...
Avatar cluster for DM
4 months ago
Benoit Marty
5ccaeea286
Rename field of `RoomDetailsType.Dm` for clarity
4 months ago
ElementBot
fd6bcb7857
Sync Strings ( #3077 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
4 months ago
renovate[bot]
3d27f26d3c
Update dependency com.google.firebase:firebase-bom to v33.1.1 ( #3062 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
Benoit Marty
f0917ad38a
Fix KDoc issue
4 months ago
ElementBot
810d9661b0
Update screenshots
4 months ago
Benoit Marty
8f3fbe70f8
Create TitleAndSubtitle to reduce code duplication and add badges to DM.
4 months ago
ElementBot
93c1b2005a
Update screenshots
4 months ago
Benoit Marty
da1f8cd465
Use DmAvatars in header of DM details.
4 months ago
Benoit Marty
76add1fff1
Extract `MainActionsSection` from the when cases, since this is code duplication.
4 months ago
Benoit Marty
17d2d7b0d7
Fix issue in avatar rendering and add a preview.
4 months ago
Benoit Marty
f4325aed50
Create DmAvatars to render both users of a DM.
4 months ago
ganfra
2d324a7f4b
Reply : fix reply cropped in timeline
4 months ago
ganfra
6ac7ab84ce
Draft : branch reply mode
4 months ago
renovate[bot]
73c6291aa2
Update dependency com.freeletics.flowredux:compose to v1.2.2 ( #3067 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
ganfra
5597a1743a
Reply : refactor so we can use ReplyToDetails in Composer and Timeline
4 months ago
Jorge Martin Espinosa
310a7fc229
Resolve display names in mentions in real time ( #3051 )
...
* Resolve display names in mentions in real time
* Use `LocalRoomMemberProfilesCache` to avoid having to implement `TextMessagePresenter`
* Also use local composition provider for `MentionSpanProvider`
4 months ago
Benoit Marty
981dad71a3
Merge pull request #3058 from element-hq/feature/bma/dmColor
...
Let Dms use other member color.
4 months ago
Benoit Marty
3ce4af97cc
Use `repeat` in the Preview.
4 months ago
Benoit Marty
cea7dce432
Create extension `RoomMember.getAvatarData` to avoid code duplication.
4 months ago
Benoit Marty
1f3468986c
Use extension
4 months ago