Jorge Martin Espinosa
58c05ade65
Try fixing OOM by changing GC and adding RAM to the kotlin compiler ( #2965 )
...
* Try fixing OOM by changing GC and adding RAM to the kotlin compiler
* Add gradle cache to build apk job in maestro flow.
- Remove unnecessary dependency in `:features:call` module.
* Fix sonar in nightly reports
* Bump heap size of nightly reports
5 months ago
Benoit Marty
59e2554e75
Merge pull request #2950 from element-hq/renovate/androidx.appcompat-appcompat-1.x
...
Update dependency androidx.appcompat:appcompat to v1.7.0
5 months ago
Benoit Marty
53a43a0a81
Merge pull request #2964 from element-hq/sync-localazy
...
Sync Strings
5 months ago
renovate[bot]
92d30a7e4e
Update dependency gradle to v8.8 ( #2963 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5 months ago
bmarty
66636ea967
Sync Strings from Localazy
5 months ago
renovate[bot]
35e9e7e28b
Update plugin sonarqube to v5
5 months ago
Valere
b4b07d8ce9
Merge pull request #2953 from element-hq/feature/valere/super_properties
...
Analytics | Add support for SuperProperties
5 months ago
Jorge Martin Espinosa
bb672d3bc7
Bump max heap size for building the debug APK for Maestro ( #2960 )
...
* Bump max heap size for building the debug APK for Maestro
* Enable `sonar.gradle.skipCompile`
* Fix sonar job
* Bump the MaxMetaspaceSize
* Don't try to upload failed test results to codecov, it doesn't work
5 months ago
Valere
0d5bcd1f2d
Merge branch 'develop' into feature/valere/super_properties
5 months ago
renovate[bot]
8985143694
Update camera to v1.3.3
5 months ago
Jorge Martin Espinosa
c8bd04ceb1
Sign in with QR code ( #2793 )
...
* Add QR code login.
* Add FF to disable it in release mode.
* Force portrait orientation on the login flow.
* Create `NumberedList` UI components.
* Improve camera permission dialog.
* Make nodes in qrcode feature use `QrCodeLoginScope` instead of `AppScope`
* Bump SDK version.
* Fix maestro tests
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
Valere
37d85c7ed1
Test | Missing mocks in RootPresenterTest
5 months ago
Valere
ca660de348
Add missing impl in Sentry
5 months ago
Valere
2bfbbe9153
Add change log
5 months ago
Valere
920293ea83
Test | Fix missing updateSuperProperties impl
5 months ago
Valere
7891507ba9
Moved updateSuperProperties from LoggedIn to Root controller
5 months ago
Valere
bf6ad4c5ca
Analytics | Add support for SuperProperties
5 months ago
Benoit Marty
e29f919abc
Merge pull request #2957 from element-hq/feature/bma/konsistClassName
...
Konsist class name
5 months ago
Jorge Martin Espinosa
19b6b924d9
Make sure the selection in the plain text editor is inside the text bounds ( #2959 )
...
* Make sure the selection in the plain text editor is inside the text bounds
* Add changelog
5 months ago
Benoit Marty
a7a29e954d
Merge pull request #2947 from element-hq/feature/bma/widgetPermission
...
Be more specific with the widget permissions
5 months ago
Benoit Marty
6e343e0e7e
Merge pull request #2952 from element-hq/renovate/com.google.gms-google-services-4.x
...
Update dependency com.google.gms:google-services to v4.4.2
5 months ago
Benoit Marty
4490b51848
Merge pull request #2955 from element-hq/renovate/com.google.firebase-firebase-bom-33.x
...
Update dependency com.google.firebase:firebase-bom to v33.1.0
5 months ago
Benoit Marty
2aeab9ea29
Second try...
5 months ago
Jorge Martin Espinosa
025d913b6e
Simplify summary notifications ( #2958 )
5 months ago
Benoit Marty
d89004f174
Merge pull request #2954 from element-hq/feature/bma/messageForwardFix
...
Message forward fix
5 months ago
Benoit Marty
9e387534e7
Exclude io.element.android.features.location.impl.common.permissions.DefaultPermissionsPresenter from kover check
5 months ago
Benoit Marty
c37d9ca6a4
Add doc on RoomSelectSearchDataSource
5 months ago
Benoit Marty
a997289e7e
Improve comment
5 months ago
ElementBot
ba7481ed6a
Update screenshots
5 months ago
Benoit Marty
063fd48422
Rename function.
5 months ago
Benoit Marty
73b2e925b5
Ensure that room where is user is invited are not listed when forwarding a message.
5 months ago
Benoit Marty
8005fa6f91
Ensure that we can "not filter" the rooms.
5 months ago
Benoit Marty
1444436d3e
Update wrong comment
5 months ago
Benoit Marty
3cf27ccf54
Add test on ForwardMessagesView
5 months ago
Benoit Marty
a9b17923bd
Simplify ForwardMessagesState by using AsyncAction.
5 months ago
Benoit Marty
ade3b5de4f
Fix naming issue.
5 months ago
Benoit Marty
3fa508f1fe
Add Konsist test `Class with 'ContributeBinding' annotation should have allowed prefix` and fix exissting issues.
...
Also remove annotation `DefaultPreferences`, we only have one implementation.
5 months ago
Jorge Martin Espinosa
8b85cc0160
Fix grouped notifications only displaying the latest message ( #2956 )
...
`DefaultActiveNotificationsProvider.getNotificationsForSession(sessionId)` had a broken logic for checking a notification's group and retrieving notifications from the same session.
5 months ago
Benoit Marty
f886eab582
Remove LeaveRoomPresenterImplModule and use ContributesBinding
5 months ago
Benoit Marty
45598a885e
Rename some class from `Impl` to Default
5 months ago
Benoit Marty
cf4497d323
Add Konsist test about class name: Class implementing interface should have name not end with 'Impl' but start with 'Default'
5 months ago
Benoit Marty
c2471693c9
Merge pull request #2948 from element-hq/feature/bma/konsistUpgrade
...
Konsist upgrade
5 months ago
renovate[bot]
8dd386347e
Update dependency com.google.firebase:firebase-bom to v33.1.0
5 months ago
renovate[bot]
72deeada7f
Update dependency com.google.gms:google-services to v4.4.2
5 months ago
Benoit Marty
446168937c
Merge pull request #2949 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.22
5 months ago
ganfra
324ff4f03e
Merge pull request #2838 from element-hq/renovate/org.maplibre.gl-android-sdk-11.x
...
Update dependency org.maplibre.gl:android-sdk to v11
5 months ago
ganfra
1414a48c8b
MapLibre : also update ktx lib
5 months ago
Benoit Marty
569f3dbe0a
Exclude screenshot test classes from `Classes name containing @Test must end with 'Test'`
5 months ago
renovate[bot]
cd2bfaec32
Update dependency androidx.appcompat:appcompat to v1.7.0
5 months ago
ganfra
f96b0bee7c
Merge branch 'develop' into renovate/org.maplibre.gl-android-sdk-11.x
5 months ago