ganfra
46776a971a
Pinned messages : start branching ui to the timeline
2 months ago
ganfra
741c3679ea
Timeline : add a mode to differentiate between live/focused/pinned
2 months ago
ganfra
44ccae3327
Pinned events : add the PinnedMessagesTimeline feature classes and branch in the navigation
2 months ago
ganfra
28c1e0ebc7
version++
2 months ago
ganfra
14b8d1d680
Merge branch 'release/0.5.1' into develop
2 months ago
ganfra
19a9616681
Merge branch 'release/0.5.1' into main
2 months ago
ganfra
e2275816bf
Adding fastlane file for version 0.5.1
2 months ago
Benoit Marty
e524c6cc64
Add missing test on null redacted eventId.
2 months ago
Benoit Marty
ea2957797a
Add test on DefaultOnRedactedEventReceived
2 months ago
Benoit Marty
d55bb57fa4
Improve FakeActiveNotificationsProvider.
2 months ago
Benoit Marty
46106c96f7
Remove unused method ActiveNotificationsProvider.getAllNotifications()
2 months ago
Benoit Marty
d867a5fe6f
Cleanup notification for redacted event.
2 months ago
Benoit Marty
43d619217c
NotifiableEvent does not need to be Serializable anymore.
2 months ago
Benoit Marty
19bca0775a
Remove usage of `with(notificationDataFactory)` for code clarity.
2 months ago
Benoit Marty
68e3e0d2b2
Format file
2 months ago
Benoit Marty
45c216c7a3
Merge pull request #3343 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.40
2 months ago
Benoit Marty
90ac43a220
Merge pull request #3344 from element-hq/renovate/media3
...
Update media3 to v1.4.1
2 months ago
Benoit Marty
c5461b669f
Merge pull request #3337 from SpiritCroc/stuck-login
...
Fix login navigation getting stuck when the app was compiled with no-op analytics provider
2 months ago
Benoit Marty
3c30a9cb96
Merge pull request #3347 from element-hq/renovate/org.maplibre.gl-android-sdk-11.x
...
Update dependency org.maplibre.gl:android-sdk to v11.2.0
2 months ago
Benoit Marty
56ba53408a
Merge pull request #3346 from element-hq/renovate/major-dependencyanalysis
...
Update dependencyAnalysis to v2 (major)
2 months ago
renovate[bot]
efea19b475
Update dependency org.maplibre.gl:android-sdk to v11.2.0
2 months ago
renovate[bot]
aa1802c119
Update dependencyAnalysis to v2
2 months ago
Benoit Marty
d6f194bf1a
Merge pull request #3345 from element-hq/feature/bma/removePipFlag
...
Allow `PictureInPicture` mode for Element Call.
2 months ago
ganfra
7310adcf07
Rust sdk : fix tests after api breaks
2 months ago
Benoit Marty
ad646c9098
Remove feature flag `PictureInPicture`
2 months ago
ElementBot
2aa49d40a4
Update screenshots
2 months ago
ganfra
2361b597d9
Rust sdk : handle the remaining changes
2 months ago
ganfra
88a581427c
Rust sdk : refactor LocalSendState to use the new failure states as iOS does
2 months ago
ganfra
e5b21c389e
Rust sdk : use newMessageShield state
2 months ago
renovate[bot]
dea05679c7
Update media3 to v1.4.1
2 months ago
renovate[bot]
4e887388ae
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.40
2 months ago
Benoit Marty
6ca93a2c88
Merge pull request #3341 from element-hq/renovate/com.android.tools-desugar_jdk_libs-2.x
...
Update dependency com.android.tools:desugar_jdk_libs to v2.1.0
2 months ago
Benoit Marty
1a43aa38fb
Merge pull request #3334 from element-hq/feature/bma/pipCallApi
...
Use new functions exposed by Element Call about PiP
2 months ago
Benoit Marty
7f4b84638f
Rename `PipActivity` to `PipView`
2 months ago
Benoit Marty
9fab13c50b
Avoid keeping a reference to the eventSink in a separate value
2 months ago
Benoit Marty
306043876f
Rename `WebPipApi` to `PipController`
2 months ago
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