Commit Graph

7693 Commits

Author SHA1 Message Date
renovate[bot]
dd81adf736 Update dependency gradle to v8.9 2024-07-11 18:50:56 +00:00
Jorge Martin Espinosa
176755ac33 Subscribe to RoomListItems in the visible range (#3169)
* Subscribe to `RoomListItems` in the visible range

This ensures the room list items always have updated info.
2024-07-11 10:54:56 +02:00
Jorge Martin Espinosa
bb47ff8f49 Unify the way we decide whether a room is a DM or a group room (#3100)
* Add centralised 'room is DM' check

Also add extension functions for `MatrixRoom` and `MatrixRoomInfo`.

* Use the centralised method and extension functions through the app, including:

- Room list.
- Room details screen.
- Invites.
- Notifications.

Replace most `isDirect` usages with `isDm`.

* Update screenshots

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-07-10 16:28:46 +00:00
Benoit Marty
75a6af068c Merge pull request #3172 from element-hq/feature/bma/pinGracePeriod
Set pin grace period to 2 minutes
2024-07-10 17:20:48 +02:00
Benoit Marty
cf1b622da7 Doc: add missing period 2024-07-10 17:01:04 +02:00
Benoit Marty
922f65cc96 Some renaming. 2024-07-10 16:27:29 +02:00
Benoit Marty
21fafe2fc9 No need to be a member of the class. 2024-07-10 16:26:09 +02:00
Benoit Marty
8eb0d69493 Change PIN grace period to 2 minutes. 2024-07-10 16:25:20 +02:00
Benoit Marty
6d65c90e81 Some renaming. 2024-07-10 16:25:20 +02:00
Benoit Marty
1a94be4e9e Rework. Keep io.element.android.appconfig.LockScreenConfig as simple as possible. 2024-07-10 16:25:20 +02:00
renovate[bot]
6def71ec84 Update dependency org.jsoup:jsoup to v1.18.1 (#3171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-10 09:20:26 +00:00
Benoit Marty
9e0f17c943 Merge pull request #3139 from element-hq/renovate/org.sonarqube-5.x
Update plugin sonarqube to v5.1.0.4882
2024-07-10 10:16:08 +02:00
Benoit Marty
39ca870d45 Merge pull request #3146 from element-hq/feature/bma/invokeAllCallbacks
Ensure that all callback plugins are invoked.
2024-07-09 16:17:02 +02:00
Benoit Marty
109ba69d24 Merge pull request #3167 from element-hq/feature/bma/reproducibleBuild
Add a local copy of `inplace-fix.py` and `fix-pg-map-id.py`
2024-07-09 16:16:49 +02:00
Benoit Marty
c37005b7bf Merge pull request #3163 from element-hq/feature/bma/clearCacheEmptyScreen
Fix empty screen issue after clearing the cache
2024-07-09 15:36:45 +02:00
Benoit Marty
70dc0cc70e Merge pull request #3162 from element-hq/renovate/wysiwyg
Update wysiwyg to v2.37.5
2024-07-09 13:17:41 +02:00
Benoit Marty
806b4c46ff Merge pull request #3154 from element-hq/renovate/org.owasp.dependencycheck-10.x
Update plugin dependencycheck to v10.0.2
2024-07-09 12:54:46 +02:00
Benoit Marty
3ca300295f Merge pull request #3157 from element-hq/renovate/org.robolectric-robolectric-4.x
Update dependency org.robolectric:robolectric to v4.13
2024-07-09 12:54:28 +02:00
Benoit Marty
122e8642fc Merge pull request #3149 from element-hq/feature/bma/targetSdk34
Set targetSDK to 34
2024-07-09 12:54:09 +02:00
Benoit Marty
bc1d92ceef Merge pull request #3165 from element-hq/feature/bma/realDarkTheme
Always follow the desired theme for Pin, Incoming Call and Element Call screens
2024-07-09 12:51:27 +02:00
Benoit Marty
29b115dfdf Introduce ElementThemeApp to avoid code duplication. 2024-07-09 11:10:10 +02:00
Benoit Marty
15873e9af2 Merge branch 'develop' into feature/bma/realDarkTheme 2024-07-09 10:19:26 +02:00
Benoit Marty
46b653b10b Add a local copy of inplace-fix.py and fix-pg-map-id.py from latest release https://github.com/obfusk/reproducible-apk-tools/blob/v0.2.7 2024-07-09 10:09:59 +02:00
Benoit Marty
02d6134643 Merge pull request #3159 from element-hq/feature/bma/elementCallPip
Add support for Picture In Picture for Element Call
2024-07-08 19:58:39 +02:00
Benoit Marty
b21065fe64 Fix KtLint issue 2024-07-08 18:48:51 +02:00
Benoit Marty
95d6404290 CallScreenPresenter is reading the current theme, it needs to be in the ElementTheme block. Closes #3153 2024-07-08 18:35:03 +02:00
Benoit Marty
53bd0ebd79 Merge pull request #3161 from element-hq/feature/bma/fdoirBuildFix
Add `--alignment-preserved true` when signing APK for F-Droid.
2024-07-08 18:21:26 +02:00
Benoit Marty
6f113ba2cb Remove Type of change from the PR template, we are now using PR- labels. 2024-07-08 18:21:03 +02:00
Benoit Marty
442e67a7ee Add --alignment-preserved true when signing APK for F-Droid. Closes #3151 2024-07-08 18:21:03 +02:00
Benoit Marty
7c37cdee5f Ensure PinUnlockActivity and IncomingCallActivity use the internal theme set by the user. 2024-07-08 18:17:44 +02:00
Benoit Marty
18e6304e0a Fix test compilation 2024-07-08 17:49:39 +02:00
Benoit Marty
a83c5d4bd7 When clearing cache, ensure that SessionPreferencesStore is removed from the cache.
Fixes blank screen after clear cache.
Also cleanup the codebase.
2024-07-08 16:48:40 +02:00
Benoit Marty
8dae7f2f69 Use session coroutine scope instead of application coroutine scope. 2024-07-08 16:47:17 +02:00
renovate[bot]
3ab0fad862 Update wysiwyg to v2.37.5 2024-07-08 14:17:01 +00:00
Benoit Marty
d915201dd3 Remove test on API 24 (working locally but not on CI :/) 2024-07-08 14:38:54 +02:00
Jorge Martin Espinosa
c0e1c33159 Fix MainActionButton layout for long texts (#3158)
* Fix `MainActionButton` layout for long texts

* Update screenshots

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-07-08 11:43:24 +00:00
Jorge Martin Espinosa
a3de1e769b Reduce delay when selecting room list filters (#3160)
Previously, this had to wait for a recomposition until it was launched, which took ~100ms in a debug build. With these changes, the side effect is emitted in 10-20ms instead.
2024-07-08 11:42:38 +00:00
ElementBot
1fcdaf0ffa Update screenshots 2024-07-08 11:29:02 +00:00
Benoit Marty
13f2439604 Remove extra parenthesis 2024-07-08 13:19:35 +02:00
Benoit Marty
d00af657a2 Add Ui test on CallScreenView 2024-07-08 12:30:06 +02:00
Benoit Marty
079364501a Rename method (copy paste error) 2024-07-08 12:14:03 +02:00
Benoit Marty
44030a6916 Add preview for loading state. 2024-07-08 12:08:42 +02:00
Benoit Marty
e5ad655242 Add support for Picture in Picture for ElementCallActivity 2024-07-08 12:04:59 +02:00
ElementBot
8e059cc5c2 Sync Strings (#3156)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-07-08 07:34:58 +00:00
renovate[bot]
b24ecb8ab6 Update dependency org.robolectric:robolectric to v4.13 2024-07-08 05:13:29 +00:00
renovate[bot]
1a16329c82 Update plugin dependencycheck to v10.0.2 2024-07-06 19:22:46 +00:00
renovate[bot]
2c6e206051 Update dependency com.squareup:kotlinpoet to v1.18.0 (#3150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-05 20:49:58 +02:00
renovate[bot]
8aa4fbdade Update dependency org.matrix.rustcomponents:sdk-android to v0.2.31 (#3145)
* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.31

* Use new Rust client side sorting API

* Make `RoomListEntriesUpdate.describe()` an extension function

* Remove `RoomListSummary.Filled` and `RoomListSummary.Empty`

* Fix icon sizes to pass the lint checks

* Update screenshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-07-05 15:25:42 +00:00
Benoit Marty
2fb7220ec4 Format file. No other change. 2024-07-05 16:24:57 +02:00
Jorge Martin Espinosa
b0846de5e1 Remove Showkase processor not found warning from Danger (#3148)
Instead create a new rule to check if the package name is included in `ComposablePreviewProvider`.
2024-07-05 15:15:18 +02:00