Benoit Marty
2216c11039
Merge pull request #3209 from element-hq/feature/bma/fixTruncatedButtons
...
Reduce the risk of text truncation in buttons.
2024-07-18 10:32:48 +02:00
Benoit Marty
5e6ac6fa57
Merge pull request #3207 from element-hq/feature/bma/openSourceLicenses
...
Add generated screen to show open source licenses in Gplay variant
2024-07-17 18:59:13 +02:00
Benoit Marty
0ddc306f01
Merge pull request #3206 from element-hq/feature/bma/updateGrammar
...
Update grammar on Matrix Ids to be more spec compliant and render error instead of infinite loading in room member list screen
2024-07-17 18:20:46 +02:00
Benoit Marty
13853a39a5
Reduce the risk of text truncation in buttons.
2024-07-17 17:46:36 +02:00
Benoit Marty
766ae389ce
Add generated screen to show open source licenses.
...
For Google Play variant only
2024-07-17 15:53:08 +02:00
Benoit Marty
263c058843
Fix quality and test compilation.
2024-07-17 11:36:21 +02:00
Benoit Marty
10717b5e48
Render errors in room member list view.
2024-07-17 11:00:14 +02:00
Jorge Martin Espinosa
f5e866e18c
Fix pillification not working for non formatted message bodies ( #3201 )
...
* Fix pillification not working for non formatted message bodies
Pure Markdown bodies weren't being 'pillified' so their mentions were turned into UI elements in the timeline.
A new `pillifiedBody` property was added to `TimelineItemTextBasedContent` to fix this.
* Use shorter version of `textWithMentions` computation
2024-07-17 08:20:47 +00:00
Benoit Marty
83a366af2a
Fix quality (Konsist failure)
2024-07-16 16:29:33 +02:00
Benoit Marty
0db221e953
Ensure that pinKeyMaxWidth and pinKeyMaxHeight are never negative.
...
Fix crash `Exception: java.lang.IllegalStateException: lineHeight can't be negative`
Can be due to the rendering when the Activity is animated maybe?
2024-07-16 16:01:45 +02:00
Benoit Marty
459c99e45f
Fix typo.
2024-07-16 15:47:21 +02:00
Benoit Marty
85ceb0296c
When user manually mark a room as read, also dismiss the notifications for this room.
2024-07-16 13:10:30 +02:00
Benoit Marty
6ea629a4d2
Rename interface NotificationDrawerManager to NotificationCleaner since it actually contains only method to remove notifications.
2024-07-16 11:24:41 +02:00
Benoit Marty
544b4a1057
Merge pull request #3199 from element-hq/feature/bma/improvePip
...
Improve pip and add feature flag.
2024-07-16 10:18:13 +02:00
Jorge Martin Espinosa
2ff5fa67fc
Restore intentional mentions in the markdown/plain text editor ( #3193 )
...
* Restore intentional mentions in the markdown/plain text editor
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-07-15 18:27:59 +02:00
Benoit Marty
a0b8679776
Add preview for Call screen in different PipState.
2024-07-15 17:23:03 +02:00
Benoit Marty
15d4782aa6
When PiP is supported, use Back for top left icon instead of Close. #3197
2024-07-15 17:23:03 +02:00
Benoit Marty
497f5d9f38
Call in PiP: when closing PiP, hang up the call.
...
The Activity is actually not destroyed as I expected.
2024-07-15 17:22:34 +02:00
Benoit Marty
d27e86f396
Call in PiP: add feature flag, disabled in release builds.
2024-07-15 16:48:39 +02:00
bmarty
14511633db
Sync Strings from Localazy
2024-07-15 00:23:30 +00:00
Jorge Martin Espinosa
5944f112fb
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
0be7058416
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
eb8d7e2166
Some renaming.
2024-07-10 16:27:29 +02:00
Benoit Marty
85428fbcfb
No need to be a member of the class.
2024-07-10 16:26:09 +02:00
Benoit Marty
d1a4fd76de
Some renaming.
2024-07-10 16:25:20 +02:00
Benoit Marty
6d6de1ae3d
Rework. Keep io.element.android.appconfig.LockScreenConfig as simple as possible.
2024-07-10 16:25:20 +02:00
Benoit Marty
97f3959379
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
eaf2d367fc
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
bb5ae89b2f
Introduce ElementThemeApp to avoid code duplication.
2024-07-09 11:10:10 +02:00
Benoit Marty
da78222090
Merge branch 'develop' into feature/bma/realDarkTheme
2024-07-09 10:19:26 +02:00
Benoit Marty
b0c9091948
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
214c9d2d2b
Fix KtLint issue
2024-07-08 18:48:51 +02:00
Benoit Marty
c73d814220
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
9856ece42a
Ensure PinUnlockActivity and IncomingCallActivity use the internal theme set by the user.
2024-07-08 18:17:44 +02:00
Benoit Marty
5ccf95018d
Fix test compilation
2024-07-08 17:49:39 +02:00
Benoit Marty
e48b958d52
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
fbe70ddf5d
Use session coroutine scope instead of application coroutine scope.
2024-07-08 16:47:17 +02:00
Benoit Marty
962320a0d8
Remove test on API 24 (working locally but not on CI :/)
2024-07-08 14:38:54 +02:00
Jorge Martin Espinosa
d9a498c86a
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
Benoit Marty
0093e611cd
Add Ui test on CallScreenView
2024-07-08 12:30:06 +02:00
Benoit Marty
966219b791
Rename method (copy paste error)
2024-07-08 12:14:03 +02:00
Benoit Marty
664f78741d
Add preview for loading state.
2024-07-08 12:08:42 +02:00
Benoit Marty
a005c80fe4
Add support for Picture in Picture for ElementCallActivity
2024-07-08 12:04:59 +02:00
ElementBot
3a91b4f39d
Sync Strings ( #3156 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-07-08 07:34:58 +00:00
renovate[bot]
68efc918ba
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
1a99a9f0e6
Format file. No other change.
2024-07-05 16:24:57 +02:00
Benoit Marty
a7de751f0e
Ensure that all the callback instances are invoked.
2024-07-05 12:13:21 +02:00
Benoit Marty
f5ad2abdd3
Add icon for "Mark as read" and "Mark as unread" action.
2024-07-05 10:12:11 +02:00
Benoit Marty
6a1304a252
Improve click behavior on room timeline title. #3063
2024-07-04 09:26:39 +02:00
ganfra
c7dd2d5b6e
Merge pull request #3132 from element-hq/feature/fga/draft_in_memory_when_editing
...
Draft : add volatile storage when moving to edit mode.
2024-07-03 15:38:00 +02:00