Benoit Marty
4a5259f1d9
Fix tests
2024-11-21 09:45:27 +01:00
Benoit Marty
4e9f429491
Merge pull request #3776 from element-hq/feature/bma/targetApi35
...
Target api 35
2024-11-05 09:39:50 +01:00
Benoit Marty
920c50cc3d
Compile and target API 35.
...
Tested OK on a API 35 emulator.
2024-10-31 09:27:52 +01:00
Benoit Marty
4b98ee92e3
Improve FakeMatrixRoom to be able to check all the parameters.
2024-10-30 18:39:55 +01:00
Benoit Marty
a51c2753ba
Fix test compilation issue.
2024-10-28 13:50:47 +01:00
Benoit Marty
846dbc2b18
Add media upload setting.
...
Compress media regarding the settings.
Image compression change quality to 78%
Video compression change size to 720 x 48
2024-10-28 10:56:58 +01:00
Benoit Marty
f61df38e55
Migrate license to AGPL.
...
Run script `uv run license-editor --repository ../element-x-android`
2024-09-06 17:19:19 +02:00
Benoit Marty
57d927e9aa
Suggestion for room alias.
...
Rename `Mention` to `IntentionalMention` for clarity
Remove dead code, there is no intentional mention for Room or RoomAlias.
Rename `IntentionalMention.AtRoom` to `IntentionalMention.Room` to match Rust naming
2024-08-21 15:32:05 +02:00
Benoit Marty
5bda29ca7e
Rework FakeMatrixRoom so that it contains only lambdas. ( #3229 )
...
* Upgrade lint to 8.7.0-alpha01
* FakeMatrixRoom: lambda everywhere
Fix test compilation issues
2024-07-22 10:39:48 +02:00
Benoit Marty
2a980a925d
Extract code in private sub methods
2024-06-06 13:06:34 +02:00
Benoit Marty
e619fefb7f
Add a flag to enable or disable incoming share
2024-06-06 12:34:05 +02:00
Benoit Marty
24d9c10f97
shareActionState is a property, no need to provide it as parameter.
2024-06-06 10:02:35 +02:00
Benoit Marty
eef45309be
Use functions from IntentCompat
2024-06-06 09:56:36 +02:00
Benoit Marty
265764ddf6
Move doc to the interface.
2024-06-06 09:51:40 +02:00
Benoit Marty
3d831323ec
More renaming
2024-06-06 09:50:23 +02:00
Benoit Marty
66daa63d86
Handle no uri to share case.
2024-06-06 09:44:57 +02:00
Benoit Marty
f9508f8472
Rename classes for clarity.
2024-06-06 09:44:43 +02:00
Benoit Marty
9a6eec3494
Ensure Uri permission is revoked.
2024-06-06 09:36:45 +02:00
Benoit Marty
0ede5d6626
Fix quality issues
2024-06-05 18:55:19 +02:00
Benoit Marty
99b827f792
Add test on SharePresenter
2024-06-05 18:37:09 +02:00
Benoit Marty
9ae0107172
Incoming share
2024-06-05 18:08:14 +02:00