Commit graph

3964 commits

Author SHA1 Message Date
Benoit Marty
54f9835c45 Add small doc about Konsist 2023-10-10 17:35:38 +02:00
Benoit Marty
001bc219aa Rename some test 2023-10-10 17:31:04 +02:00
Benoit Marty
97fea4e6dd data object 2023-10-10 17:31:04 +02:00
Benoit Marty
0bc2020411 Konsist: add test Function which creates Presenter in test MUST be named 'createPresenterName', and fix existing issues 2023-10-10 17:31:04 +02:00
Benoit Marty
d55df22db2 Konsist: add test Data class state MUST not have default value, and fix existing issues 2023-10-10 17:31:04 +02:00
Benoit Marty
8929a90970 Konsist: add test to ensure filename match top level Composable View, and fix existing issue 2023-10-10 15:39:22 +02:00
Benoit Marty
6e5caebc60 Add some Konsist test. 2023-10-10 14:21:36 +02:00
jonnyandrew
6e9d19884c
Refactor composer UI components to separate files (#1506)
---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-10-10 08:31:36 +00:00
Benoit Marty
70cdb4a2fc Fix compilation warning in tests. 2023-10-10 10:01:01 +02:00
Marco Romano
096d57517e
Optimize use of blurhash algo in bloom modifier (#1509)
- Reduced to 20px the size of the bitmap we encode the blurhash from.
- Reduced the blurhash components from 5 to 4.

As per suggestions in: https://github.com/woltapp/blurhash#good-questions
2023-10-09 16:24:37 +02:00
Benoit Marty
f103b0a19f
Merge pull request #1512 from vector-im/renovate/mobile-dev-inc-action-maestro-cloud-1.x
Update mobile-dev-inc/action-maestro-cloud action to v1.6.0
2023-10-09 14:18:58 +02:00
Benoit Marty
866c9d6f59
Merge pull request #1515 from vector-im/sync-localazy
Sync Strings
2023-10-09 12:44:36 +02:00
ElementBot
cfbe48b9e8 Update screenshots 2023-10-09 09:05:24 +00:00
Benoit Marty
14be646104
Merge pull request #1513 from vector-im/renovate/dependencyanalysis
Update dependency com.autonomousapps.dependency-analysis to v1.25.0
2023-10-09 10:57:29 +02:00
Marco Romano
794ad4ab95
Switch off enableOnBackInvokedCallback due to androidx bug (#1517)
Switch off `enableOnBackInvokedCallback` until https://issuetracker.google.com/issues/271303558 is fixed.


Fixes https://github.com/vector-im/element-x-android/issues/1461
2023-10-09 08:39:56 +00:00
bmarty
cd120b408f Sync Strings from Localazy 2023-10-09 00:09:28 +00:00
renovate[bot]
24b8e9327f
Update dependency com.autonomousapps.dependency-analysis to v1.25.0 2023-10-08 01:20:48 +00:00
renovate[bot]
28bb47c7b9
Update mobile-dev-inc/action-maestro-cloud action to v1.6.0 2023-10-06 15:47:02 +00:00
Jorge Martin Espinosa
776d935cfa
Add more tests, particularly to the room list diffing (#1508)
* Add more tests to improve the covered area, particularly the room list diffing
2023-10-06 15:34:36 +02:00
jonnyandrew
9e73d6ddc2
Add feature flag for voice messages (#1507) 2023-10-06 12:53:47 +00:00
ganfra
daf46d77e8
Merge pull request #1482 from vector-im/renovate/appyx
Update appyx to v1.4.0
2023-10-06 12:08:27 +02:00
renovate[bot]
d92017745d
Update rnkdsh/action-upload-diawi action to v1.5.3 (#1505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 10:04:43 +00:00
ganfra
330ed73dab Appyx : quick management of PermanentChild 2023-10-06 11:44:09 +02:00
Jorge Martin Espinosa
6a7713a6f8
Improve coverage in permalinks package (#1502)
* Improve coverage in permalinks package
2023-10-06 11:37:26 +02:00
Jorge Martin Espinosa
ffef9d936a
Fix: WebP images can't be sent as media. (#1501)
* Fix: WebP images can't be sent as media.

* Place the `BitmapFactory.Options` mode change and comment where it belongs.
2023-10-06 09:18:11 +00:00
renovate[bot]
6f73a28699
Update wysiwyg to v2.14.1 (#1491)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 08:03:20 +00:00
renovate[bot]
317346b668
Update dependency gradle to v8.4 (#1496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 08:38:36 +02:00
Benoit Marty
5d49196651
Merge pull request #1498 from vector-im/feature/bma/renderEmote
Render emote
2023-10-05 16:06:44 +02:00
Benoit Marty
2a7a66fb18 Emote: format notification 2023-10-05 15:31:10 +02:00
Benoit Marty
35b7b661f2 Code review: improve API. 2023-10-05 15:28:38 +02:00
Benoit Marty
5f1b351e33
Merge pull request #1495 from vector-im/renovate/compose.bom
Update dependency androidx.compose:compose-bom to v2023.10.00
2023-10-05 11:47:54 +02:00
Benoit Marty
73f8aa0887 Changelog 2023-10-05 11:43:50 +02:00
Benoit Marty
8f660facbf Render emote in the timeline: prefix with sender display name 2023-10-05 11:39:05 +02:00
Benoit Marty
46d5417dd3 avoid else in when statement. 2023-10-05 11:15:26 +02:00
Benoit Marty
303b174009 Emotes starts with * 2023-10-05 10:47:00 +02:00
Benoit Marty
0edf53de5f Convert object to data object 2023-10-05 10:43:00 +02:00
renovate[bot]
1e24e39b2e
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha09 (#1493)
* Update dependency androidx.compose.material3:material3 to v1.2.0-alpha09

* Fix deprecation issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2023-10-05 09:57:47 +02:00
Benoit Marty
9c93303a9b
Merge pull request #1494 from vector-im/renovate/activity
Update activity to v1.8.0
2023-10-05 09:49:39 +02:00
Benoit Marty
dea8748907
Merge pull request #1487 from vector-im/feature/bma/uiCleanup
Small cleanup
2023-10-05 09:01:57 +02:00
renovate[bot]
daa6abe8c4
Update dependency androidx.compose:compose-bom to v2023.10.00 2023-10-04 20:16:49 +00:00
Benoit Marty
9de2b898a2
Merge pull request #1486 from vector-im/renovate/org.matrix.rustcomponents-sdk-android-0.x
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.59
2023-10-04 22:16:14 +02:00
renovate[bot]
6fe23889bb
Update activity to v1.8.0 2023-10-04 19:54:27 +00:00
Benoit Marty
34d05e01eb Fetch edited event in advanced (similar to reply mode). 2023-10-04 17:38:17 +02:00
Benoit Marty
bed135f7c3 Add comment. 2023-10-04 17:25:55 +02:00
Marco Romano
82593367a4
Add docs for debug mitm proxying. (#1490) 2023-10-04 14:54:40 +00:00
Marco Romano
8f3987b98c Destroy EventTimelineItem pointer after use 2023-10-04 15:00:29 +02:00
Marco Romano
3a49ab984c Handle breaking change in innerRoom.edit() 2023-10-04 10:33:29 +02:00
renovate[bot]
1b7f5a9020 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.59 2023-10-04 10:24:07 +02:00
ElementBot
d633052693 Update screenshots 2023-10-04 07:28:46 +00:00
Benoit Marty
e344a8fbaf Add preview for InfoListOrganism 2023-10-04 09:16:19 +02:00