Commit Graph

3792 Commits

Author SHA1 Message Date
renovate[bot] ea0103dccf Update danger/danger-js action to v11.3.0 2023-09-22 16:42:07 +00:00
Benoit Marty 4964c3e372 version++ 2023-09-21 23:11:36 +02:00
Benoit Marty dc53387d46 Merge tag 'v0.2.2' into develop
tag
2023-09-21 23:11:04 +02:00
Benoit Marty 1838ccab49 Merge branch 'release/0.2.2' into main 2023-09-21 23:10:52 +02:00
Benoit Marty 64e6404750 Adding fastlane file for version 0.2.2 2023-09-21 23:10:48 +02:00
Benoit Marty 28e6e823ae Changelog for version 0.2.2 2023-09-21 23:10:21 +02:00
Benoit Marty 8fc7a79d9c 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 f81a4bf0f8 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 1411b7dfee Changelog 2023-09-21 18:47:05 +02:00
Benoit Marty 03eacdc454 Add animation on the timeline content, to avoid glitch (#1323) 2023-09-21 18:43:46 +02:00
Benoit Marty 3ff7c62c14 Merge pull request #1404 from vector-im/sync-localazy
Sync Strings
2023-09-21 18:31:40 +02:00
ElementBot 7ba09b79eb Update screenshots 2023-09-21 16:03:32 +00:00
bmarty a7ce12d91d Sync Strings from Localazy 2023-09-21 15:51:21 +00:00
Benoit Marty 0255ec6771 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 56a57de3e1 Suppress LargeClass on test. 2023-09-21 16:31:08 +02:00
Benoit Marty 5a8f2c5efa Add missing test on this Presenter 2023-09-21 15:54:59 +02:00
Benoit Marty 658c59d489 Add missing test on this Presenter 2023-09-21 15:40:27 +02:00
Benoit Marty d19b624c6f Rename Event for clarity 2023-09-21 15:33:03 +02:00
Benoit Marty 86bfd5c04a Rename file to match the class it contains. 2023-09-21 15:24:26 +02:00
Marco Romano e4c78a2489 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 1b5aa7adaa Test that permission is requested, instead of giving the permission directly. 2023-09-21 15:00:47 +02:00
Benoit Marty dd5d67d186 Move open system setting to the PermissionsPresenter 2023-09-21 14:20:41 +02:00
ElementBot 9f0b5dbc64 Update screenshots 2023-09-21 11:09:33 +00:00
Benoit Marty a5f23e904f Changelog 2023-09-21 12:57:22 +02:00
Benoit Marty 08b455afd3 Create FakePermissionsPresenterFactory, to reduce boilerplate. 2023-09-21 12:54:15 +02:00
Benoit Marty f644d314f3 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 292e21e5ad Cleanup 2023-09-21 12:18:41 +02:00
Benoit Marty e4ca2484ba Resume action once persmission has been granted. 2023-09-21 12:16:30 +02:00
Benoit Marty 7e587f9a9e Add strings for permission dialogs in Localazy 2023-09-21 12:07:09 +02:00
Benoit Marty dcb1677bf1 Open app settings from the permission dialog. 2023-09-21 11:37:59 +02:00
Benoit Marty f3456cafa7 Rename Event for clarity 2023-09-21 11:29:29 +02:00
Benoit Marty 4b928af21b Fix behavior of DefaultPermissionsPresenter. Do not show dialog immediately. 2023-09-21 11:27:30 +02:00
Benoit Marty 31eca73e8d Request Camera permission before launching the external Camera app (#1395) 2023-09-21 10:54:02 +02:00
Benoit Marty 0c10432f9b Merge pull request #1399 from vector-im/renovate/io.nlopez.compose.rules-detekt-0.x
Update dependency io.nlopez.compose.rules:detekt to v0.3.0
2023-09-21 09:30:56 +02:00
renovate[bot] 8565426a7d fix(deps): update dependency androidx.compose:compose-bom to v2023.09.01 (#1397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-21 09:10:51 +02:00
ElementBot 16db5b164f Update screenshots 2023-09-21 07:07:22 +00:00
Benoit Marty 7b9d2f903b Merge pull request #1388 from vector-im/renovate/detekt
chore(deps): update dependency io.gitlab.arturbosch.detekt to v1.23.1
2023-09-21 08:42:44 +02:00
Benoit Marty 0e4c146e87 Detekt: Rename DayNightPreviews to PreviewsDayNight to follow naming convention.
MultiPreview annotations should start with `Previews` as prefix
2023-09-21 08:30:36 +02:00
Benoit Marty 97f2d211ae Detekt: Rename LargeHeightPreview to PreviewWithLargeHeight to follow naming convention.
MultiPreview annotations should start with `Preview` as prefix

Detekt: Rename `LargeHeightPreview` to `PreviewWithLargeHeight` to follow naming convention.
Custom Preview annotations should start with `Preview` as prefix
2023-09-21 08:30:15 +02:00
Benoit Marty fb87c77b91 Rules has been renamed
- https://github.com/mrmans0n/compose-rules/releases/tag/v0.3.0
- https://github.com/mrmans0n/compose-rules/pull/100
2023-09-21 08:29:14 +02:00
Benoit Marty 5917a3ba33 Merge pull request #1398 from vector-im/renovate/telephoto
Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.1
2023-09-21 08:12:21 +02:00
renovate[bot] f2260aa084 Update dependency io.nlopez.compose.rules:detekt to v0.3.0 2023-09-20 21:21:10 +00:00
renovate[bot] 1515ce260e Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.1 2023-09-20 21:21:02 +00:00
Benoit Marty e622f8d869 Merge pull request #1392 from vector-im/feature/bma/iterateOnIcons
Iterate on icons
2023-09-20 23:20:28 +02:00
ElementBot f3daad7ca4 Update screenshots 2023-09-20 17:01:59 +00:00
Benoit Marty 3e90f59604 Add start padding to the send icon to make it visually centered. 2023-09-20 18:47:29 +02:00
Benoit Marty 820528c4fd version++ 2023-09-20 18:14:41 +02:00
Benoit Marty 87d66887e2 Merge tag 'v0.2.1' into develop
tag
2023-09-20 18:13:52 +02:00
Benoit Marty dcf4816017 Merge branch 'release/0.2.1' into main 2023-09-20 18:09:26 +02:00
Benoit Marty 53785aa4e8 Adding fastlane file for version 0.2.1 2023-09-20 18:09:22 +02:00