ganfra
2115db7af5
Rust sdk update: make the app compile
2023-06-22 09:50:17 +02:00
renovate[bot]
0c41b1a827
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.22
2023-06-21 16:44:09 +00:00
Benoit Marty
0291c227ef
Merge pull request #651 from vector-im/feature/fga/refresh_can_send_event
...
CanSendEvent default to true and branch refresh
2023-06-21 18:43:32 +02:00
ganfra
8e617b427d
CanSendEvent default to true and branch refresh mechanism...
2023-06-21 17:43:08 +02:00
Benoit Marty
9df0030967
Merge pull request #631 from vector-im/feature/bma/sendPermission
...
Take into acount send permission (power level)
2023-06-21 11:35:33 +02:00
Marco Romano
6a39b8d242
Use github action that caches LFS files when checking out the repo ( #647 )
...
Uses https://github.com/nschloe/action-cached-lfs-checkout where we're using git-lfs.
This is a wrapper around `actions/checkout@v3` which uses `actions/cache@v3` to cache the files on LFS to avoid downloading them every time and spare LFS bandwidth.
2023-06-21 09:12:47 +00:00
Benoit Marty
da110bd2c4
Extract getCanSendEvent to the matrixui module, rename to canSendEventAsState and use produceState.
2023-06-21 10:57:55 +02:00
Benoit Marty
f38f1487c5
Merge pull request #626 from vector-im/feature/bma/sonar
...
Sonar
2023-06-21 10:41:26 +02:00
Jorge Martin Espinosa
3e9475c8ab
Set max lines to 2 in replies for composer ( #645 )
...
* Set `maxLines = 2` for the composer message preview in replies
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-20 17:07:53 +02:00
ganfra
c7b2ac5acd
Merge pull request #617 from vector-im/feature/fga/fix_media_pre_processing
...
Feature/fga/fix media pre processing
2023-06-20 16:17:50 +02:00
ganfra
37c0713c93
Screenshots
2023-06-20 15:59:04 +02:00
Jorge Martin Espinosa
97fbe4f4b5
Try using ElementBot for recording screenshots too ( #641 )
2023-06-20 14:31:52 +02:00
ElementBot
236bfa8110
Update screenshots
2023-06-20 08:56:35 +00:00
Benoit Marty
c18ee4093c
Merge pull request #639 from vector-im/sync-localazy
...
Sync Strings
2023-06-19 22:57:20 +02:00
bmarty
700fadb09d
Sync Strings from Localazy
2023-06-19 20:15:52 +00:00
Benoit Marty
6d11258339
Merge pull request #638 from vector-im/misc/jme/try-to-launch-workflow-on-strings-sync
...
Change the token used by the localazy sync so workflows are triggered in the resulting PR
2023-06-19 22:14:25 +02:00
ganfra
6ca36b2339
Timeline media: kind of align with other messenger apps
2023-06-19 21:38:54 +02:00
Jorge Martín
b648968810
Change the token used by the localazy sync so workflows are triggered in the resulting PR
2023-06-19 18:00:32 +02:00
Benoit Marty
fd8ea69104
Add workflow_dispatch to be able to trigger this action.
2023-06-19 17:33:07 +02:00
Benoit Marty
892a5e9fed
Merge pull request #634 from vector-im/feature/bma/syncTriggerCI
...
Create PR to sync Localazy strings in the name of `ElementBot`, to th…
2023-06-19 17:30:39 +02:00
Johannes Marbach
679ec376f2
Remove send message section until it's actually implemented ( #632 )
...
Fixes : #616
2023-06-19 17:24:34 +02:00
Benoit Marty
d7e286e74d
Merge pull request #601 from vector-im/renovate/io.sentry
...
Update dependency io.sentry:sentry-android to v6.23.0
2023-06-19 14:52:16 +02:00
Benoit Marty
1316db18e4
Merge pull request #625 from vector-im/feature/bma/codeCov
...
Add missing screenshots for test.
2023-06-19 14:51:50 +02:00
Benoit Marty
0bb4eba164
Merge pull request #628 from rom4nik/room-regex-dot
...
Add '.' to MATRIX_ROOM_IDENTIFIER_REGEX
2023-06-19 14:50:07 +02:00
Benoit Marty
3c06e94805
Create PR to sync Localazy strings in the name of ElementBot, to that created PR can trigger other GitHub actions.
...
Ref: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
2023-06-19 14:12:15 +02:00
github-actions[bot]
fe5524bae4
Sync Strings ( #630 )
...
* Sync Strings from Localazy
* Update strings, remove broken German translation
* Update screenshots
---------
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-06-19 11:18:01 +00:00
ElementBot
de9698b874
Update screenshots
2023-06-19 10:00:45 +00:00
Benoit Marty
9f01d6f66a
Display a banner instead of the composer when user cannot post message to a room ( #602 )
2023-06-19 11:52:34 +02:00
renovate[bot]
559931131a
Update dependency com.google.truth:truth to v1.1.5 ( #629 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-19 08:51:47 +02:00
Przemysław Romanik
e44e296984
add '.' to MATRIX_ROOM_IDENTIFIER_REGEX
...
Signed-off-by: Przemysław Romanik <github@rom4nik.pl>
2023-06-17 22:18:53 +02:00
Benoit Marty
2452d8aa91
Fix the 6 issues reported by Sonar.
2023-06-16 18:08:20 +02:00
Benoit Marty
8b2121ae99
Restore sonar task on PR, we want to have sonarcloud comment on PR to track code quality ( #619 )
2023-06-16 18:00:40 +02:00
ElementBot
21e2ea0e5f
Update screenshots
2023-06-16 15:19:29 +00:00
Benoit Marty
9e4ca42356
Merge pull request #614 from vector-im/feature/bma/optIn2
...
Iterate on analytics opt in screen
2023-06-16 17:15:50 +02:00
Benoit Marty
2222ac7302
Add missing module, so that they can contribute to the screenshot test and the test coverage.
2023-06-16 17:13:00 +02:00
Benoit Marty
4a73e020e9
Merge pull request #622 from vector-im/feature/bma/localazyFormat
...
Ensure files downloaded by localazy end with a new line.
2023-06-16 15:49:59 +02:00
Benoit Marty
bd9aa38f6a
Add Modifier parameter and make internal Composable private.
2023-06-16 15:27:36 +02:00
Benoit Marty
cd377edec6
Ensure files downloaded by localazy end with a new line.
2023-06-16 15:14:00 +02:00
ganfra
35dcc5dd5a
Media : Fix test compilation
2023-06-16 14:23:52 +02:00
ganfra
15ef9abed6
Merge branch 'develop' into feature/fga/fix_media_pre_processing
2023-06-16 14:05:11 +02:00
ganfra
f976291731
Media: fix detekt
2023-06-16 13:59:59 +02:00
ganfra
33c74fb4e5
Fix MediaPreProcessor for images/videos sent as file
2023-06-16 13:52:07 +02:00
ganfra
562241c3a9
Merge pull request #611 from vector-im/renovate/com.google.firebase
...
Update dependency com.google.firebase:firebase-bom to v32.1.1
2023-06-16 13:37:45 +02:00
Benoit Marty
fbd366c40a
Delete obsolete translation (also deleted on Localazy)
2023-06-16 12:00:29 +02:00
ElementBot
016d80d4c0
Update screenshots
2023-06-16 08:56:52 +00:00
Benoit Marty
b36fd098d3
Make the link to the policy active.
2023-06-16 10:47:09 +02:00
Benoit Marty
b9ec124af4
Move extension openUrlInChromeCustomTab to :androidutils module.
2023-06-16 10:32:28 +02:00
renovate[bot]
8ce27ada26
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.21 ( #610 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.21
* Fix `SlidingSyncState` being renamed to `SlidingSyncListLoadingState`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2023-06-16 09:57:47 +02:00
Benoit Marty
9701abf15e
Extract method about text to the design system module.
2023-06-16 09:40:00 +02:00
Benoit Marty
fb0124c438
Iterate on analytics OptIn screen
2023-06-16 09:28:21 +02:00