Commit Graph

3813 Commits

Author SHA1 Message Date
Benoit Marty
b6d94830b0 Changelog 2023-09-26 16:22:41 +02:00
Benoit Marty
5ae265a94d Element call: Pass in custom call URL query parameters 2023-09-26 16:19:38 +02:00
Benoit Marty
4e658be3cc Element call URL must have https scheme. 2023-09-26 15:41:31 +02:00
Benoit Marty
6eed650ad0 Merge pull request #1431 from vector-im/kittykat-patch-2
Delete story template
2023-09-26 14:33:13 +02:00
ganfra
d9c85fd0af Merge pull request #1427 from vector-im/feature/fga/avoid_navigation_crash
Navigation fixes
2023-09-26 14:32:34 +02:00
Marco Romano
295e10e612 Show poll creator view in timeline (#1429)
- Shows edit/end poll buttons when the user is the creator of the poll.
- Only the end poll button is wired right now as there is no "edit poll" screen yet.
2023-09-26 11:19:24 +02:00
Kat Gerasimova
19a183a754 Delete story template
We don't really use user stories in the platform repos, mostly use them in element-meta
2023-09-26 10:13:00 +01:00
ganfra
0bbe549e74 Navigation: fix test and update log. 2023-09-26 11:06:49 +02:00
Benoit Marty
54fb1e79c5 Merge pull request #1419 from vector-im/sync-localazy
Sync Strings
2023-09-26 10:05:46 +02:00
Marco Romano
2ab9c564ba Use eventSink method reference in TimelinePresenter.kt (#1428)
Has been changed in https://github.com/vector-im/element-x-android/pull/1172 but in general method references should always be preferred to lambdas in composable functions (because they have higher stability guarantees).
2023-09-25 21:56:41 +02:00
renovate[bot]
9c17ec2f2f Update gradle/gradle-build-action action to v2.8.1 (#1426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-25 21:10:42 +02:00
ganfra
6588ae8ada Merge pull request #1421 from vector-im/renovate/rnkdsh-action-upload-diawi-1.x
Update rnkdsh/action-upload-diawi action to v1.5.2
2023-09-25 21:01:32 +02:00
ganfra
3d582124b3 Merge pull request #1413 from vector-im/renovate/danger-danger-js-11.x
Update danger/danger-js action to v11.3.0
2023-09-25 21:01:10 +02:00
ganfra
7c00780614 Navigation: put RoomList SingleTop when navigating from permalink 2023-09-25 20:56:04 +02:00
ganfra
af076c8ccd NavigationStateService : do not throw error but just log and returns 2023-09-25 20:45:29 +02:00
Marco Romano
20813deeaa Push TimelineEvents further down the UI tree. (#1424)
So that timeline items don't have to route their callback all the way down to TimelinePresenter.
2023-09-25 15:31:10 +00:00
renovate[bot]
b5da7d371c Update rnkdsh/action-upload-diawi action to v1.5.2 2023-09-25 08:03:26 +00:00
ganfra
f7820e091f Merge pull request #1416 from vector-im/renovate/telephoto
Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.2
2023-09-25 10:02:57 +02:00
renovate[bot]
7898d66d9d Update dependency io.mockk:mockk to v1.13.8 (#1412)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-25 08:13:54 +02:00
bmarty
e9a7c7bbaf Sync Strings from Localazy 2023-09-25 00:09:17 +00:00
renovate[bot]
2c6d68b0c5 Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.2 2023-09-23 19:34:48 +00:00
renovate[bot]
5350c4af4b Update danger/danger-js action to v11.3.0 2023-09-22 16:42:07 +00:00
Benoit Marty
c646e22d4c version++ 2023-09-21 23:11:36 +02:00
Benoit Marty
0fef0b4ecf Merge tag 'v0.2.2' into develop
tag
2023-09-21 23:11:04 +02:00
Benoit Marty
6e6a4c2cd6 Merge branch 'release/0.2.2' into main 2023-09-21 23:10:52 +02:00
Benoit Marty
49f231ed73 Adding fastlane file for version 0.2.2 2023-09-21 23:10:48 +02:00
Benoit Marty
eae69c3194 Changelog for version 0.2.2 2023-09-21 23:10:21 +02:00
Benoit Marty
10943dc7fc Merge pull request #1405 from vector-im/feature/bma/timelineGlitch
Add animation on the timeline content, to avoid glitch (#1323)
2023-09-21 22:12:59 +02:00
Marco Romano
b6c0ea8d71 Upgrade Rust SDK to v0.1.57 (#1401)
- Enables polls in room summaries from https://github.com/vector-im/element-x-android/pull/1387
- Accommodates a few breaking changes
2023-09-21 19:48:19 +00:00
Benoit Marty
443ea3216b Changelog 2023-09-21 18:47:05 +02:00
Benoit Marty
38ee16725e Add animation on the timeline content, to avoid glitch (#1323) 2023-09-21 18:43:46 +02:00
Benoit Marty
fa17adca10 Merge pull request #1404 from vector-im/sync-localazy
Sync Strings
2023-09-21 18:31:40 +02:00
ElementBot
28fa44abc0 Update screenshots 2023-09-21 16:03:32 +00:00
bmarty
4077c5c834 Sync Strings from Localazy 2023-09-21 15:51:21 +00:00
Benoit Marty
5119ca33dd Merge pull request #1400 from vector-im/feature/bma/fixCrashPhoto
Fix crash when user wants to use the camera
2023-09-21 16:31:36 +02:00
Benoit Marty
ac2fe7eec5 Suppress LargeClass on test. 2023-09-21 16:31:08 +02:00
Benoit Marty
e38e85e4be Add missing test on this Presenter 2023-09-21 15:54:59 +02:00
Benoit Marty
0f5ac85957 Add missing test on this Presenter 2023-09-21 15:40:27 +02:00
Benoit Marty
74fc9ad905 Rename Event for clarity 2023-09-21 15:33:03 +02:00
Benoit Marty
7c190883e8 Rename file to match the class it contains. 2023-09-21 15:24:26 +02:00
Marco Romano
837443c690 Properly format lastMessage when it belongs to a poll. (#1387)
Takes care of properly formatting a room's last message when it belongs to a poll.

NB: Polls still aren't exposed as a room's `last_message` from the rust SDK, so this code won't actually run yet. This will happen after integrating rust SDK version 0.1.57 which includes: https://github.com/matrix-org/matrix-rust-sdk/pull/2580
2023-09-21 15:20:15 +02:00
Benoit Marty
e130722b13 Test that permission is requested, instead of giving the permission directly. 2023-09-21 15:00:47 +02:00
Benoit Marty
ffcac2a0da Move open system setting to the PermissionsPresenter 2023-09-21 14:20:41 +02:00
ElementBot
2610fa8258 Update screenshots 2023-09-21 11:09:33 +00:00
Benoit Marty
5db8853c98 Changelog 2023-09-21 12:57:22 +02:00
Benoit Marty
9b72992d51 Create FakePermissionsPresenterFactory, to reduce boilerplate. 2023-09-21 12:54:15 +02:00
Benoit Marty
c2bc3a7828 Request Camera permission before launching the external Camera app - when sending attachment to a room (#1395) 2023-09-21 12:48:03 +02:00
Benoit Marty
b49a4a058d Cleanup 2023-09-21 12:18:41 +02:00
Benoit Marty
f91ca07a5e Resume action once persmission has been granted. 2023-09-21 12:16:30 +02:00
Benoit Marty
6d41542bd0 Add strings for permission dialogs in Localazy 2023-09-21 12:07:09 +02:00