Commit Graph

3911 Commits

Author SHA1 Message Date
renovate[bot]
8aba98de1d Update dependency org.matrix.rustcomponents:sdk-android to v0.1.59 2023-10-04 10:24:07 +02:00
renovate[bot]
9ea079f28a Update dagger to v2.48.1 (#1485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-04 08:45:00 +02:00
Benoit Marty
a940b4fbc0 Merge pull request #1478 from vector-im/feature/bma/fixTemplate
Fix template
2023-10-03 17:22:55 +02:00
Benoit Marty
d9c7d38fb1 Ensure tmp folder exists 2023-10-03 15:21:16 +02:00
Benoit Marty
aa05e636b4 rename the script to match the doc. 2023-10-03 15:18:06 +02:00
Benoit Marty
333864eb26 Template: Improve end of files. 2023-10-03 15:16:24 +02:00
Benoit Marty
f5137f96a9 Template: Use PreviewsDayNight 2023-10-03 15:15:35 +02:00
Benoit Marty
6bedb3bb28 Template: data object 2023-10-03 15:13:08 +02:00
Benoit Marty
ced5cb0278 Maestro test: change server to test (one of our) server which does not support sliding sync. (#1066) 2023-10-03 10:39:59 +02:00
Benoit Marty
2bbbaa63a5 Merge pull request #1479 from vector-im/feature/bma/fixMaestro
Maestro test: change server (again) to test server which does not support sliding sync
2023-10-03 09:40:27 +02:00
Benoit Marty
46296997f6 Maestro test: change server (again) to test server which does not support sliding sync. (#1066) 2023-10-02 17:39:23 +02:00
Benoit Marty
76fa4ad7bc Merge pull request #1477 from vector-im/feature/bma/elementCallUrlParam
Element call url param
2023-10-02 17:26:20 +02:00
Benoit Marty
9c6010aa6e Remove extra space in filename 2023-10-02 17:12:21 +02:00
Benoit Marty
2921ab1bd4 Update the recipe to set up the template 2023-10-02 14:19:17 +02:00
Benoit Marty
cb81c2a633 Remove previous Suppress and its TODO, in the code and in the template. 2023-10-02 14:02:53 +02:00
Benoit Marty
df2f3677a0 Remove binary file file_templates.zip, and commit its content in the folder files. 2023-10-02 14:01:44 +02:00
Benoit Marty
35b37f0caa Refactor tests. 2023-10-02 13:51:16 +02:00
Benoit Marty
238d470f6d Add more tests 2023-10-02 13:25:47 +02:00
Benoit Marty
13941a20dd Move appPrompt and confineToRoom to the fragment part of the URL 2023-10-02 13:14:32 +02:00
Benoit Marty
aef707ab25 Merge pull request #1435 from vector-im/feature/bma/storeImages
Store images and app icon
2023-10-02 10:19:06 +02:00
Benoit Marty
cf4ad7649f Merge pull request #1465 from vector-im/feature/bma/codeCoverage
Improve code coverage
2023-10-02 10:18:31 +02:00
Benoit Marty
ba804c47ac Merge pull request #1470 from vector-im/renovate/gradle-gradle-build-action-2.x
Update gradle/gradle-build-action action to v2.9.0
2023-10-02 09:18:59 +02:00
Benoit Marty
59e9da9554 Merge pull request #1475 from vector-im/sync-localazy
Sync Strings
2023-10-02 09:16:10 +02:00
renovate[bot]
b02be8aaf7 Update dependency com.autonomousapps.dependency-analysis to v1.24.0 (#1473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-02 08:13:27 +02:00
bmarty
cd0a0f7c9a Sync Strings from Localazy 2023-10-02 00:09:47 +00:00
renovate[bot]
3ecd2318f9 Update gradle/gradle-build-action action to v2.9.0 2023-10-01 01:04:40 +00:00
Benoit Marty
6998be87e7 App icon: Increase foreground ratio from 64 to 66%. 2023-09-29 22:50:14 +02:00
Benoit Marty
a8b799cf5c Iterate on images for the stores 2023-09-29 22:50:14 +02:00
jonnyandrew
f84cd01e73 Fix composer options bottom sheet position (#1469) 2023-09-29 16:29:57 +00:00
ElementBot
b4c890bf2e Update screenshots 2023-09-29 15:29:58 +00:00
Benoit Marty
3a570aab78 Follow naming convention and cleanup the module. 2023-09-29 17:06:58 +02:00
Benoit Marty
9f9c557ca9 Kover: ignore "*_Factory_Impl" 2023-09-29 17:06:58 +02:00
Benoit Marty
cdf4b52b5d Add preview for SlidingSyncNotSupportedDialog 2023-09-29 17:06:58 +02:00
Marco Romano
f10040f729 Display poll notifications in the notification drawer (#1467)
Display notifications for polls as if they were message events.
2023-09-29 16:57:03 +02:00
Benoit Marty
b2b5a76caa Ensure the preview match the behavior (and improve code coverage) 2023-09-29 16:18:12 +02:00
Benoit Marty
e47e9b12b0 Add test for MatrixClientsHolder 2023-09-29 15:34:02 +02:00
Benoit Marty
264551fe04 Increase koverage threshold 2023-09-29 15:13:06 +02:00
Benoit Marty
3f9d869f4d Exclude generated classes from code coverage (locally: 64.1% to 65%) 2023-09-29 15:12:03 +02:00
jonnyandrew
70dfbd7c31 [Rich text editor] Add full screen mode (#1447)
- Add full screen mode for the rich text editor (RTE). When text formatting options are enabled, the editor can be dragged to full screen.
- Remove `ConstraintLayout` from `textcomposer` module, now made much simpler now the RTE supports being called in multiple layouts matrix-org/matrix-rich-text-editor#822

- Part of vector-im/element-meta#1973
- Includes design from #1315
- Fixes #1293 (through new layout)
- Fixes #1394 (through inclusion of matrix-org/matrix-rich-text-editor#824)
- Fixes #1259 (through inclusion of matrix-org/matrix-rich-text-editor#820)

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-09-29 09:11:18 +00:00
ganfra
1a87bf6352 Merge pull request #1457 from vector-im/feature/fga/suspend_subscribe_unsubscribe_sync
Room : makes subscribeToSync/unsubscribeFromSync suspendable
2023-09-29 10:15:58 +02:00
Benoit Marty
03cfd98af5 buildDir is deprecated, replace by layout.buildDirectory 2023-09-29 09:56:32 +02:00
ganfra
5f7b589731 Add changelog #1457 2023-09-29 09:51:12 +02:00
Benoit Marty
325f8c6614 Merge pull request #1454 from vector-im/feature/bma/stringDuplicate
String duplicate
2023-09-29 09:42:09 +02:00
ElementBot
4afc83a831 Update screenshots 2023-09-29 07:13:28 +00:00
Benoit Marty
d423e83645 Merge pull request #1458 from vector-im/renovate/android.gradle.plugin
Update android.gradle.plugin to v8.1.2
2023-09-29 09:03:13 +02:00
Benoit Marty
f65e5b6802 Update string (from Localazy) 2023-09-29 09:02:10 +02:00
Benoit Marty
9b7976565d Use generic common_verification_cancelled 2023-09-29 09:02:10 +02:00
Benoit Marty
f395472c67 Use generic action_remove 2023-09-29 09:02:10 +02:00
renovate[bot]
4b7c8d205e Update dependency com.autonomousapps.dependency-analysis to v1.23.1 (#1459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-29 09:00:09 +02:00
renovate[bot]
ab25aead19 Update android.gradle.plugin to v8.1.2 2023-09-28 19:53:28 +00:00