Benoit Marty
90351586ef
Remove report artifact, it is included in tests-and-screenshot-tests-results artifact.
2023-08-18 09:13:19 +02:00
Benoit Marty
8fabf6bc8d
Paparazzi 1.3.1 exports failure deltas from PROJECT_ROOT/out/failures/ to BUILD_DIR/paparazzi/failures/.
2023-08-18 09:13:19 +02:00
ElementBot
85a962a519
Update screenshots
2023-08-18 06:56:43 +00:00
renovate[bot]
2664a29690
Update plugin paparazzi to v1.3.1
2023-08-17 18:46:46 +00:00
Benoit Marty
959e8d42d2
Merge pull request #844 from vector-im/feature/bma/screenshotTest
...
Reduce filename size for screenshot test
2023-08-17 20:43:03 +02:00
ElementBot
73bd05c8da
Update screenshots
2023-08-17 17:09:42 +00:00
Benoit Marty
4a01494d1e
Shorter screenshot filename.
2023-08-17 18:40:07 +02:00
Benoit Marty
d2c7cb6020
Use generated Showkase.getBrowserIntent to avoid errors.
2023-08-17 18:09:09 +02:00
Benoit Marty
ecc7ba0089
Move io.element.android.tests.uitests.ScreenshotTest to ui.T to generate much shorter name for screenshot files.
2023-08-17 18:09:09 +02:00
Benoit Marty
6f91be7923
Missing cleanup
2023-08-17 18:02:52 +02:00
Benoit Marty
cbf4f03798
Merge pull request #1045 from vector-im/renovate/browser
...
Update dependency androidx.browser:browser to v1.6.0
2023-08-17 17:56:06 +02:00
Benoit Marty
f0eb072a17
Merge pull request #1068 from vector-im/fix/jme/snackbar-padding
...
Fix snackbar padding
2023-08-17 17:53:54 +02:00
Benoit Marty
b44dde4df6
Merge pull request #1001 from vector-im/renovate/io.nlopez.compose.rules-detekt-0.x
...
Update dependency io.nlopez.compose.rules:detekt to v0.2.1
2023-08-17 17:48:52 +02:00
Benoit Marty
cd47f5fc7c
Merge pull request #962 from vector-im/renovate/android.gradle.plugin
...
Update android.gradle.plugin to v8.1.0
2023-08-17 17:48:06 +02:00
Benoit Marty
40fcb6b17d
Merge pull request #1057 from vector-im/sync-localazy
...
Sync Strings
2023-08-17 17:46:35 +02:00
Benoit Marty
0d5ce0c745
Merge pull request #1065 from vector-im/renovate/gradle-8.x
...
Update dependency gradle to v8.3
2023-08-17 17:46:04 +02:00
Benoit Marty
d08717a5b0
Merge pull request #1060 from vector-im/renovate/dependencyanalysis
...
Update dependency com.autonomousapps.dependency-analysis to v1.21.0
2023-08-17 17:45:31 +02:00
Benoit Marty
c35c3471bd
Merge pull request #1048 from vector-im/renovate/nschloe-action-cached-lfs-checkout-1.x
...
Update nschloe/action-cached-lfs-checkout action to v1.2.2
2023-08-17 17:45:10 +02:00
Jorge Martín
a3ad3a3788
Try to fix showkase metadata code generation
2023-08-17 16:28:35 +02:00
Jorge Martín
489c4560d2
Fix snackbar padding
2023-08-17 16:01:59 +02:00
renovate[bot]
3a467b2b95
Update dependency gradle to v8.3
2023-08-17 13:42:52 +00:00
Marco Romano
c4cf6c8170
Merge branch 'develop' into renovate/android.gradle.plugin
2023-08-17 14:52:47 +02:00
renovate[bot]
cd8343666e
Update dependency androidx.browser:browser to v1.6.0
2023-08-17 12:47:49 +00:00
Jorge Martin Espinosa
0324719606
Upgrade compose-material3 to 1.2.0-alpha05 version ( #1011 )
...
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Also upgrade compileSdk to 34.
2023-08-17 14:20:54 +02:00
Jorge Martin Espinosa
983b83a56f
Media upload cancellation ( #1058 )
...
* Initial implementation of media upload cancellation
* Add tests
* Add changelog
* Update screenshots
* Add documentation
* Fix lint issues
* Fix review comments
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-17 09:02:03 +00:00
renovate[bot]
4a630f141d
Update kotlin - TO BE MERGED AFTER THE RELEASE ( #789 )
...
* Update kotlin
* Update kotlinc.xml
* Update ksp
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Romano <marcor@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2023-08-17 08:58:10 +00:00
Benoit Marty
4587b51bd3
Merge tag 'v0.1.2' into develop
2023-08-16 17:53:31 +02:00
Benoit Marty
0ef4817da3
Merge branch 'develop' of github.com:vector-im/element-x-android into develop
2023-08-16 17:21:12 +02:00
Benoit Marty
feaebf858f
version++
2023-08-16 17:14:38 +02:00
Florian Renaud
41d0d21c80
Add feature flag for polls ( #1064 )
...
* Handle poll events from the sdk
* Render started poll event in the timeline
* Create poll module
* Check poll kind before revealing the results
* Check if user has voted before revealing the results
* Add active poll previews
* Minor cleanup
* Update todos
* Fix CI
* Remove hardcoded string
* Update preview
* changelog file
* Update screenshots
* Use CommonPlurals
* Set poll root view as selectableGroup
* Improve poll result rendering
* Update screenshots
* Add missing showkase processor
* Update screenshots
* Add feature flag for polls
* Add supporting text in PreferenceCheckbox
* Render poll events if feature flag is enabled
* changelog
* Update screenshots
* Fix tests
* Move feature flag check to poll factory
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-16 15:14:38 +00:00
Jorge Martin Espinosa
75c19a7e04
Add workaround for blur in ElementLogoAtom for OS < 9. ( #1061 )
...
* Add workaround for blur in `ElementLogoAtom` for OS < 9.
* Update screenshots
* Pass `useBlurredShadow` to `ElementLogoAtom`
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-16 15:13:49 +00:00
Benoit Marty
c7627efaae
Merge branch 'release/0.1.2' into main
2023-08-16 17:09:09 +02:00
Benoit Marty
9b1d1130ff
Adding fastlane file for version 0.1.2
2023-08-16 17:09:06 +02:00
Benoit Marty
293f1f7f3d
Changelog for version 0.1.2
2023-08-16 17:08:40 +02:00
Benoit Marty
29da271357
Release script, do not exit in case of error.
2023-08-16 16:55:49 +02:00
Florian Renaud
8a62abe93e
"View only" polls in the timeline ( #1031 )
...
* Handle poll events from the sdk
* Render started poll event in the timeline
* Create poll module
* Check poll kind before revealing the results
* Check if user has voted before revealing the results
* Add active poll previews
* Minor cleanup
* Update todos
* Fix CI
* Remove hardcoded string
* Update preview
* changelog file
* Update screenshots
* Use CommonPlurals
* Set poll root view as selectableGroup
* Improve poll result rendering
* Update screenshots
* Add missing showkase processor
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-16 14:19:12 +00:00
Benoit Marty
a3ae891e51
Fix issue detected by detekt
2023-08-16 15:24:18 +02:00
renovate[bot]
efdfe15125
Update media3 to v1.1.1 ( #1063 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-16 12:53:50 +00:00
renovate[bot]
f138f7c001
Update dependency io.nlopez.compose.rules:detekt to v0.2.1
2023-08-16 12:42:11 +00:00
Jorge Martin Espinosa
9e1ff513e4
[Compound] Implement Snackbars based on designs ( #1054 )
...
* Make `InternalButton` internal instead of private so it can be customised.
Also, change the `ButtonColors.contentColor` for text buttons to `LocalContentColor.current` by default.
* Add temporary color for Snackbar action label
* Implement `Snackbar` component based on Compound
* Propagate changes to all other components
* Use right Preview annotation config
* Move `ButtonVisuals` to their own file
* Update screenshots
* Make previews internal
* Update screenshots
* Set a custom token for contentColor in AppBars
* Change 'Label' to 'Action' in the previews
* Add changelog
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-16 10:38:28 +00:00
renovate[bot]
acf29036a6
Update dependency io.mockk:mockk to v1.13.7 ( #1059 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-16 06:53:23 +00:00
renovate[bot]
46f7c29530
Update dependency com.autonomousapps.dependency-analysis to v1.21.0
2023-08-15 18:19:56 +00:00
bmarty
b61a8a219a
Sync Strings from Localazy
2023-08-14 00:08:49 +00:00
ganfra
a911134636
Update rust sdk to 0.1.42 (changes in tracing and sync apis) ( #1055 )
...
* Update rust sdk to 0.1.42 (changes in tracing and sync apis)
* Fix sample compilation
---------
Co-authored-by: ganfra <francoisg@element.io>
2023-08-11 21:32:31 +00:00
David Langley
08a0f710d7
Show selected reactions on the emoji picker. ( #1014 )
...
* Show selected reactions on the emoji picker.
* Unused import
* Update screenshots
* Use ImmutableSet
* Fix lint issues.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-11 15:47:06 +00:00
ElementBot
38a25dc3e9
Sync Strings from Localazy ( #1032 )
...
Co-authored-by: Florian14 <Florian14@users.noreply.github.com>
2023-08-11 14:34:05 +00:00
Jorge Martin Espinosa
f35272c4fe
[Compound] Implement DropdownMenu customisations. ( #1050 )
...
* Compound: implement `DropdownMenu` customisations.
* Update screenshots
* Add changelog
* Address review comments
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-11 13:09:51 +00:00
Jorge Martin Espinosa
a77b59824c
[Compound] Implement dialogs ( #1043 )
...
* Implement dialogs following Compound tokens
* Update screenshots
* Fix confirmation dialog preview
* Update screenshots
* Add changelog
* Add Figma designs link
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-11 12:44:40 +00:00
Jorge Martin Espinosa
d08631fa07
[Compound] implement IconButton changes ( #1049 )
...
* Compound: implement IconButton changes.
* Use `LocalContentColor` for tinting
* Update screenshots
* Add changelog
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-11 10:01:18 +00:00
renovate[bot]
3a1e111b26
Update nschloe/action-cached-lfs-checkout action to v1.2.2
2023-08-10 08:26:25 +00:00