Benoit Marty
08f70b9cfd
Move some classes to the test module.
5 months ago
Benoit Marty
505f6d4dae
Add test on DefaultPushService
5 months ago
Benoit Marty
dc6e62a324
Add test on PushGatewayNotifyRequest
5 months ago
ganfra
a41d323c93
MapLibre : rename file MapBoxMap to match composable.
5 months ago
Benoit Marty
20880b01da
Extract testPush to its own class and rename PushersManager to DefaultPusherSubscriber
5 months ago
ganfra
e6ba076c58
CI : fix release workflow - concurrency group
5 months ago
ganfra
06d5376adc
CI : fix release workflow - concurrency group
5 months ago
Benoit Marty
b70c5915f7
Remove unused code notificationStyleChanged()
...
We may properly add it again later if necessary.
5 months ago
Benoit Marty
008797285f
Add test for FirebasePushProvider
5 months ago
ganfra
a2f6681492
version++
5 months ago
ganfra
71395d21f6
Merge tag '0.4.13' into develop
...
no message
5 months ago
ganfra
e299233ed2
Merge branch 'release/0.4.13' into main
5 months ago
Benoit Marty
538c2b05a3
Create FakeIsPlayServiceAvailable
5 months ago
Benoit Marty
1bf38e96ae
Add test on `UnifiedPushProvider`
5 months ago
ganfra
2af64a8bd3
Adding fastlane file for version 0.4.13
5 months ago
ganfra
cf69b80686
Changelog for version 0.4.13
5 months ago
ganfra
26825c0212
Setting version for the release 0.4.13
5 months ago
Benoit Marty
86eceb3cbc
UnifiedPushGatewayResolver.getGateway cannot return null.
5 months ago
Benoit Marty
50004e37cf
Add test on UnifiedPushGatewayResolver
5 months ago
Joe Groocock
b852578ffc
Animate room list filters when clearing
...
They animate cleanly back to their original locations now, and correctly
overlap each other when doing so. The only thing that is mildly jarring
is the reappearing chips, but there's no way to animate appearance in
the current version of jetpack compose, so that'll have to be fixed
later.
Signed-off-by: Joe Groocock <me@frebib.net>
5 months ago
Joe Groocock
7aa9d856b8
Animate room filter colours
...
This is much closer to how iOS looks, and is much nicer on the eyes.
Signed-off-by: Joe Groocock <me@frebib.net>
5 months ago
Joe Groocock
eb97bce6c6
Ensure selected/deselected filters stay on top
...
This looks a little more "sane", and more closely matches what iOS does
with it's filter chips. This has to manually track which filters were
"just-deselected" and move those even higher up the z stack to ensure
they appear above even when sliding right. This is because the order is
determined by the position left-to-right of the _final_ destination of
the chip. In this case we want anything that's either currently
selected, or was selected and is still fading out to appear on top.
Signed-off-by: Joe Groocock <me@frebib.net>
5 months ago
Benoit Marty
7bda5fdee0
Merge pull request #2890 from element-hq/feature/bma/junitFix
...
Junit dependency fix
5 months ago
renovate[bot]
181658ab44
Update dependency com.posthog:posthog-android to v3.2.2
6 months ago
ganfra
15207e1e9d
Merge pull request #2887 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.20
6 months ago
Benoit Marty
9c6d6a2b43
Merge pull request #2881 from element-hq/renovate/org.robolectric-robolectric-4.x
...
Update dependency org.robolectric:robolectric to v4.12.2
6 months ago
Benoit Marty
275bac6d6c
Remove unused dependency on `org.jetbrains.kotlinx.kover`
6 months ago
Benoit Marty
35a4c7313d
Remove unused dependency on `com.google.accompanist:accompanist-systemuicontroller`
6 months ago
Benoit Marty
9db215c2a9
Cleanup dependencies about junit.
6 months ago
Benoit Marty
71763e3fed
Merge pull request #2873 from element-hq/feature/bma/pushProviderSwitch
...
Push provider switch
6 months ago
ganfra
a2e88383bd
maplibre : remove all mapbox references and update plugin to be compatible.
6 months ago
ganfra
ac123bdcd8
Merge pull request #2874 from element-hq/feature/fga/fix_2692
...
Fix modal contents overlapping screen lock pin #2692
6 months ago
ElementBot
4ab0202f8a
Update screenshots
6 months ago
Benoit Marty
06d80ee497
Add ui test on AdvancedSettingsView.
6 months ago
Benoit Marty
4f03486675
`distributors` and `distributorNames` do not need to be mutable.
6 months ago
Benoit Marty
936579ddcc
Rename members for clarity
6 months ago
Benoit Marty
1e71ca35ac
Changelog
6 months ago
Benoit Marty
ada777e45c
Add test for push distributor change.
6 months ago
Benoit Marty
92d6b72b2a
Localazy
6 months ago
Benoit Marty
82a2992ab3
Cleanup
6 months ago
Benoit Marty
495be55755
Add missing methods.
6 months ago
Benoit Marty
ff61eaa6a7
Fix bug, was not looking at the current PushProvider.
6 months ago
Benoit Marty
b63aa07b59
Upgrade com.github.UnifiedPush:android-connector from 2.1.1 to 2.4.0.
6 months ago
Benoit Marty
d459c0806b
Wait for UnifiedPush pusher to be registered before returning Result.
6 months ago
Benoit Marty
2a20044cc7
Update comment
6 months ago
Benoit Marty
68708837d8
Ensure UnifiedPush endpoint is registered.
6 months ago
Benoit Marty
7f9a30a033
Improve code and display error.
6 months ago
Benoit Marty
a65c290dd3
Improve API, to avoid ignoring errors
6 months ago
Benoit Marty
d88ef8769e
Add distributor selection in advanced settings
6 months ago
Benoit Marty
ad63f2b0c5
UnifiedPush: correctly unregister the provider.
6 months ago