Benoit Marty
f886cd00a1
Format
2024-05-16 11:07:31 +02:00
Benoit Marty
2e7e5633f5
Add test about redacting an Event that has not been sent #2855
2024-05-16 10:49:14 +02:00
Benoit Marty
7c96b9f49a
Merge pull request #2849 from element-hq/feature/bma/roomNameEdition
...
Improve room setting edition
2024-05-16 09:32:42 +02:00
Jorge Martin Espinosa
822705195f
Fix crash when creating an EncryptedFile in Android 6 ( #2853 )
2024-05-15 16:10:16 +00:00
Benoit Marty
d1a3daaa8e
Do not use MutableState in Composable function parameter.
2024-05-15 18:05:08 +02:00
Benoit Marty
d19238fc60
Remove some keys for remember saveButtonEnabled.
2024-05-15 17:58:14 +02:00
ElementBot
2bdddff0c5
Update screenshots
2024-05-15 15:22:46 +00:00
Benoit Marty
04ed4f6904
Ignore some non-passing test for now.
2024-05-15 17:10:59 +02:00
Benoit Marty
6ffc6a1cd3
Extract content lambda.
2024-05-15 17:05:45 +02:00
Benoit Marty
bb48bb7531
Migrate AvatarActionBottomSheet to Material3 BottomSheet
...
Also correctly handle the back press when this bottom sheet is opened, previously it was leaving the room edition screen.
ModalBottomSheetLayout can now be deleted.
2024-05-15 16:20:47 +02:00
Benoit Marty
fb7eb924d8
Add UI test on RoomDetailsEditView
2024-05-15 15:19:46 +02:00
Benoit Marty
d103872f42
Merge pull request #2845 from element-hq/renovate/androidx.annotation-annotation-jvm-1.x
...
Update dependency androidx.annotation:annotation-jvm to v1.8.0
2024-05-15 15:07:16 +02:00
ElementBot
c7ae3ab1bf
Update screenshots
2024-05-15 10:24:05 +00:00
Benoit Marty
d689c778c6
Fix tests.
2024-05-15 11:56:12 +02:00
Benoit Marty
eb32773434
Move aMatrixRoom to its own file, since it's used by several test classes.
2024-05-15 11:31:30 +02:00
Benoit Marty
a51a2df647
Use rawName instead of displayName in RoomDetailsEditPresenter #2844
2024-05-15 11:24:09 +02:00
renovate[bot]
57a0d5657e
Update android.gradle.plugin to v8.4.0 ( #2777 )
...
* Update android.gradle.plugin to v8.4.0
* Update `android.experimental.lint.version` to `8.5.0-alpha07`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io >
2024-05-15 11:07:36 +02:00
Jorge Martin Espinosa
83b2da547c
UX cleanup: reorder text composer actions ( #2847 )
...
* UX cleanup: reorder text composer actions
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-05-15 10:28:06 +02:00
Benoit Marty
f4f22b1d2f
Avoid using copy in RoomDetailsEditStateProvider
2024-05-15 10:10:48 +02:00
Benoit Marty
7353381356
Add MatrixRoomInfo.rawName.
2024-05-15 10:06:54 +02:00
renovate[bot]
a4efb5e7e2
Update kotlin ( #2821 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-15 10:01:06 +02:00
Benoit Marty
9e519def63
EditUserProfileState.userId cannot be null.
...
It simplifies a bit the codebase.
2024-05-15 09:46:01 +02:00
Benoit Marty
49f74bf09a
Add preview for EditableAvatarView
2024-05-15 09:42:58 +02:00
Benoit Marty
f72e257a20
Rename parameter since it can reference a userId or a roomId
2024-05-15 09:25:59 +02:00
Benoit Marty
39d702db5b
Change type of roomId from String to RoomId
2024-05-15 09:23:30 +02:00
renovate[bot]
967ee5d626
Update dependency androidx.annotation:annotation-jvm to v1.8.0
2024-05-14 18:25:46 +00:00
Benoit Marty
b971ac36d3
Merge pull request #2843 from element-hq/feature/bma/joinRoomVia
...
Provide serverNames when available and fix issue around analytics
2024-05-14 17:17:59 +02:00
ganfra
20ae35cf22
Merge pull request #2841 from element-hq/feature/fga/timeline_remove_from_main_thread
...
Timeline : remove some code from main thread
2024-05-14 16:12:37 +02:00
Benoit Marty
a2d5ba66d1
Changelog.
2024-05-14 16:04:47 +02:00
Benoit Marty
32f31855b5
Provide serverNames when available and fix issue around analytics
2024-05-14 15:58:10 +02:00
ganfra
12bd3d0f8e
Merge pull request #2842 from element-hq/feature/fga/fix_room_directory_release_test
...
Fix running roomDirectory/testReleaseUnitTest
2024-05-14 15:51:37 +02:00
ganfra
aabac1cf51
Fix running roomDirectory/testReleaseUnitTest
2024-05-14 14:27:58 +02:00
ganfra
9844a642c0
Timeline : remove some code from main thread
2024-05-14 14:07:17 +02:00
Benoit Marty
bf3186353d
Merge pull request #2834 from element-hq/sync-localazy
...
Sync Strings
2024-05-14 11:50:05 +02:00
Benoit Marty
138da1b234
Merge pull request #2839 from element-hq/feature/bma/removeDeadCode
...
It's not possible to join room from the RoomDirectory screen anymore.
2024-05-14 11:14:25 +02:00
ElementBot
e096080639
Update screenshots
2024-05-14 08:32:09 +00:00
Benoit Marty
8797200c83
It's not possible to join room from the RoomDirectory screen anymore.
...
Cleanup after #2827
2024-05-14 10:23:07 +02:00
renovate[bot]
d925a40df2
Update dependency io.sentry:sentry-android to v7.9.0 ( #2837 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-14 06:42:11 +00:00
Jorge Martín
561cfd08e6
version++
2024-05-13 17:37:02 +02:00
Jorge Martín
79d5348a2d
Merge tag 'v0.4.12' into develop
...
Version `v0.4.12`
2024-05-13 17:35:49 +02:00
Jorge Martín
64b6dd1fca
Merge branch 'release/0.4.12'
2024-05-13 17:35:37 +02:00
Jorge Martín
a77c473b31
Adding fastlane file for version 0.4.12
2024-05-13 17:35:34 +02:00
Jorge Martín
9867521d83
Changelog for version 0.4.12
2024-05-13 17:33:23 +02:00
Benoit Marty
d5dea4c4a5
Merge pull request #2835 from element-hq/renovate/org.jlleitschuh.gradle.ktlint-12.x
...
Update plugin ktlint to v12.1.1
2024-05-13 16:52:08 +02:00
Jorge Martin Espinosa
6257425344
Bump Rust SDK to v0.2.18 and bump app version ( #2836 )
...
* Adapt to changes in SDK:
- Remove name from MatrixRoom, we should use displayName instead.
- Remove separate invites room list.
- Added runBlocking to get the now async NotificationClient from the Rust SDK.
- Made some other functions suspend.
- Client.resolveRoomAlias now returns a roomId and via parameters, we pass the roomId.
* Add logs removal migration again as `AppMigration03` to make sure we don't leak private data in existing logs.
* Bump app version to `0.4.12`
2024-05-13 16:48:23 +02:00
Benoit Marty
90e9dfbc36
Sync strings again after fix on Localazy.
2024-05-13 15:21:08 +02:00
Benoit Marty
22a1f0af64
Changelog
2024-05-13 15:03:51 +02:00
renovate[bot]
f392782628
Update plugin ktlint to v12.1.1
2024-05-13 12:53:44 +00:00
Benoit Marty
51df9f5297
Merge pull request #2772 from element-hq/renovate/org.maplibre.gl-android-sdk-10.x
...
Update dependency org.maplibre.gl:android-sdk to v10.3.1
2024-05-13 14:52:18 +02:00
bmarty
602b3988e4
Sync Strings from Localazy
2024-05-13 12:47:48 +00:00