renovate[bot]
0b8e888540
Update wysiwyg to v2.37.8 ( #3284 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months ago
renovate[bot]
abc43c1c96
Update dependency io.sentry:sentry-android to v7.13.0
3 months ago
renovate[bot]
2a79f05be0
Update dependency com.posthog:posthog-android to v3.5.0 ( #3287 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months ago
ganfra
9e2d5568c6
Merge pull request #3281 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x
...
Update dependency io.nlopez.compose.rules:detekt to v0.4.10
3 months ago
ganfra
9cdec78126
Merge pull request #3275 from element-hq/feature/fga/pinned_message_banner_logic
...
[Feature] Pinned message : banner logic
3 months ago
ganfra
a5d633a02f
Pinned events : minor code quality changes
3 months ago
renovate[bot]
e6ba45d904
Update kotlin ( #2990 )
...
* Update kotlin and related dependencies
* Reset back Kotlinx serialization to `v1.6.3` since we can't use `1.7.x` until we upgrade to Kotlin 2.0
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
3 months ago
renovate[bot]
896b702cdf
Update dependency androidx.annotation:annotation-jvm to v1.8.2 ( #3282 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months ago
ganfra
331413e8b4
Pinned events: make sure state is preserved
3 months ago
renovate[bot]
a7afdcb5a0
Update dependency io.nlopez.compose.rules:detekt to v0.4.10
3 months ago
ganfra
c8f550c291
Merge pull request #3280 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.38
3 months ago
ElementBot
c96539163d
Update screenshots
3 months ago
ganfra
ac14845797
Pinned events: fix public compose method.
3 months ago
ganfra
583625e4d4
Merge branch 'develop' into feature/fga/pinned_message_banner_logic
3 months ago
ganfra
49f4526338
Pinned events : banner goes backward instead of forward
3 months ago
renovate[bot]
56e7e1f959
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.38
3 months ago
ganfra
04995cb26c
Pinned events : add some ui testing
3 months ago
ganfra
839d419bb8
Merge pull request #3276 from element-hq/feature/fga/render_m.room.pinned_events
...
[Feature] Pinned message : render m.room.pinned events in timeline
3 months ago
renovate[bot]
63cc59a5c8
Update dependency io.nlopez.compose.rules:detekt to v0.4.9 ( #3277 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months ago
ganfra
c609a7d002
Pinned events : use correct ordering logic
3 months ago
ganfra
f9d337e121
Merge branch 'develop' into feature/fga/render_m.room.pinned_events
3 months ago
ganfra
5d2abd0350
timeline : allow rendering m.room.pinned_events
3 months ago
ganfra
d7edc7e165
Pinned events : fix click on banner
3 months ago
ganfra
0390ede2ad
Pinned events: add tests on PinnedMessagesBannerPresenter
3 months ago
ganfra
50fd2558de
Pinned events : handle loading/error on banner
3 months ago
ganfra
80f1574b66
Pinned events : update sdk
3 months ago
ganfra
798313c15e
Merge pull request #3258 from element-hq/renovate/io.sentry-sentry-android-7.x
...
Update dependency io.sentry:sentry-android to v7.13.0
3 months ago
renovate[bot]
16bef2a277
Update wysiwyg to v2.37.8 ( #3263 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months ago
ganfra
229c02e895
Merge branch 'develop' into feature/fga/pinned_message_banner_logic
3 months ago
ganfra
add20a1e12
Merge pull request #3269 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.36
3 months ago
renovate[bot]
f93176af37
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.36
3 months ago
ElementBot
dc9b79ee50
Sync Strings ( #3267 )
...
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com>
3 months ago
ganfra
aca6f9e665
eventformatter : format m.room.pinned_events
3 months ago
Guillaume
b7c498a0a2
Update sonarcloud project key ( #3264 )
3 months ago
ganfra
ca47a1c6d5
Pinned events : handle focus on pinned event
3 months ago
ganfra
9d2e35db0d
Pinned events : add the glue for the ViewAll click.
3 months ago
ganfra
8e8c271bc2
Pinned events : only load data if feature is enabled
3 months ago
ganfra
f63b59e118
Pinned events : start branching sdk data in the banner.
3 months ago
ganfra
34fd21f440
Pinned events : introduce pinnedEventsTimeline method.
3 months ago
ganfra
039744c4be
Pinned events : introduce banner formatter
3 months ago
ganfra
8a3489c160
Merge pull request #3260 from element-hq/feature/fga/start_sync_on_push
...
Feature/fga/start sync on push
3 months ago
ganfra
d8532c0d19
Sync on push : fix CallScreenPresenterTests after last changes.
3 months ago
ganfra
e1a1e4814e
Sync on push : test SyncOnNotifiableEvent
3 months ago
ganfra
0b32dbebb5
tests : refactor some classes
3 months ago
ganfra
97d4e639e5
Sync on push : call startSync/stopSync
3 months ago
ganfra
0bcfffdddf
Merge pull request #3259 from element-hq/feature/fga/pinned_message_banner_ui
...
WIP Pinned events : start creating the banner ui, no logic.
3 months ago
ElementBot
6ee86a2fc7
Update screenshots
3 months ago
ganfra
7279aa03c5
Pinned events : clean up more banner code
3 months ago
ElementBot
d2a9a2539e
Update screenshots
3 months ago
ganfra
e96a11f5e5
Pinned events : clean up banner code and add small test.
3 months ago