ganfra
21d685f981
Fix send button blinking with RTE
2024-03-04 10:23:24 +01:00
Valere
79462bcb90
revert previous commit
2024-02-29 16:25:50 +01:00
Valere
bc5c31d8f7
Increase decryption failure grace period
2024-02-29 13:58:44 +01:00
Benoit Marty
1dd73ad31e
Update release note with CVE and GHSA identifiers
2024-02-20 12:26:06 +01:00
Benoit Marty
8682a75b0a
version++
2024-02-16 11:57:54 +01:00
Benoit Marty
c6d718a555
Merge tag 'v1.6.12' into develop
...
tag
2024-02-16 11:56:49 +01:00
Benoit Marty
effdca1832
Merge branch 'release/1.6.12' into main
2024-02-16 11:56:27 +01:00
Benoit Marty
2831efd6e7
Adding fastlane file for version 1.6.12
2024-02-16 11:56:24 +01:00
Benoit Marty
bd124e12c2
Changelog for version 1.6.12
2024-02-16 11:55:38 +01:00
Benoit Marty
8f9695a9a8
Store temporary files created for Camera in the media folder.
2024-02-16 11:51:56 +01:00
Benoit Marty
53734255ec
Add a check on incoming intent.
2024-02-16 11:51:16 +01:00
Jorge Martin Espinosa
355d091c94
Merge pull request #8757 from element-hq/dependabot/gradle/io.element.android-wysiwyg-2.29.0
...
Bump io.element.android:wysiwyg from 2.27.0 to 2.29.0
2024-02-12 08:06:36 +01:00
dependabot[bot]
fb593cd8b4
Bump io.element.android:wysiwyg from 2.27.0 to 2.29.0
...
Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg ) from 2.27.0 to 2.29.0.
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/2.27.0...2.29.0 )
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 23:04:14 +00:00
Benoit Marty
e0c51bd168
Merge pull request #8749 from element-hq/feature/bma/locationAvatar
...
Location avatar
2024-02-06 16:02:02 +01:00
Benoit Marty
e340678349
changelog
2024-02-05 09:43:05 +01:00
Benoit Marty
6ea0129bee
Location sharing: use Room member avatar instead of profile avatar.
2024-02-02 18:36:29 +01:00
Benoit Marty
c6bb054fd7
Add a log when User is not kwown.
2024-02-02 17:25:00 +01:00
Benoit Marty
8b1bd7940d
Fix avatar with initial not displayed on message preview bottom sheet
2024-02-02 16:01:59 +01:00
Benoit Marty
ff439546c5
Improve cache of drawables used for rendering location pin.
...
In particular, use the Glide cache, and ensure that if an error occurs and later the avatar can be retrieved, the cache will be replaced.
Also limit cache size to 32.
Also use UserItem as a key, instead of just the userId, so that if displayName or avatarUrl change, there will be not cache hit.
2024-02-02 15:34:51 +01:00
Benoit Marty
343468717c
Add a test
2024-02-02 13:56:44 +01:00
Benoit Marty
d49f6bfbb6
Equivalent code.
2024-02-02 13:56:44 +01:00
Jorge Martin Espinosa
d75ca516fc
Merge pull request #8741 from element-hq/fix/jme/update-login-splash-screen
...
Make 'sign in' flow more important in the initial screen
2024-02-02 09:58:16 +01:00
Benoit Marty
1277f6fdd9
Merge pull request #8744 from element-hq/feature/bma/usedDecryptedEvent
...
[Crypto] Improve Event.getClearContent() and fix assignement issue.
2024-02-02 09:47:22 +01:00
Benoit Marty
3611052386
Add changelog.
2024-02-02 09:46:44 +01:00
Benoit Marty
96648bbd0e
Merge pull request #8745 from element-hq/dependabot/gradle/io.element.android-wysiwyg-2.27.0
...
Bump io.element.android:wysiwyg from 2.25.0 to 2.27.0
2024-02-02 09:39:44 +01:00
dependabot[bot]
393c40e652
Bump io.element.android:wysiwyg from 2.25.0 to 2.27.0
...
Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg ) from 2.25.0 to 2.27.0.
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/2.25.0...2.27.0 )
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 23:41:07 +00:00
Benoit Marty
7dc8c436cf
Fix test. `getClearContent()` return the decrypted content for encrypted Event, and it is null in this case
2024-02-01 18:43:59 +01:00
Benoit Marty
ec96f4e0ae
Fix assignment issue. `sessionId` was used instead of `roomId`.
...
This may fix issue of Event not decrypted if the key is coming late for the last Event displayed in the Room list.
2024-02-01 18:11:44 +01:00
Benoit Marty
e04bfe8981
Remove dead code
2024-02-01 18:02:04 +01:00
Benoit Marty
a1140fd8fa
Improve getClearContent() method: it should not fallback to the encrypted content when the content is not decrypted.
2024-02-01 17:28:29 +01:00
Benoit Marty
a17c75a7da
Remove unused import
2024-01-31 18:49:19 +01:00
Benoit Marty
054af4d6a3
changelog
2024-01-31 18:31:56 +01:00
Benoit Marty
6a30a2ed32
Keep the current message formatting when switching between composer mode (Regular, Reply, etc.)
2024-01-31 18:28:39 +01:00
Benoit Marty
423b9215c4
Store the `formattedText` to the draft, to be able to restore the formatting. #7466
2024-01-31 18:28:39 +01:00
Benoit Marty
cc355a8e14
Merge pull request #8733 from element-hq/dependabot/gradle/io.element.android-wysiwyg-2.25.0
...
Bump io.element.android:wysiwyg from 2.24.0 to 2.25.0
2024-01-31 08:42:23 +01:00
Jorge Martín
4cd7c60032
Make 'sign in' flow more important in the initial screen
2024-01-30 12:20:56 +01:00
Benoit Marty
d418525748
Merge pull request #8734 from element-hq/feature/bma/fixRelease
...
Fix release script which download artifact
2024-01-17 17:55:40 +01:00
Benoit Marty
a5df7649a3
Merge pull request #8735 from davidegirardi/patch-1
...
Point to Element security@ address and policy
2024-01-17 09:55:26 +01:00
davidegirardi
34c75bd6c2
Point to Element security@ address and policy
2024-01-17 09:27:39 +01:00
Benoit Marty
122018dd7b
fix typo
2024-01-15 10:56:15 +01:00
dependabot[bot]
0f3d22bc85
Bump io.element.android:wysiwyg from 2.24.0 to 2.25.0
...
Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg ) from 2.24.0 to 2.25.0.
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/2.24.0...2.25.0 )
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 23:41:59 +00:00
Benoit Marty
42696eb31d
Fix parsing after artifact url change on GitHub
2024-01-09 14:04:55 +01:00
Benoit Marty
ee16ef06e9
version++
2024-01-09 12:20:07 +01:00
Benoit Marty
a080826242
Merge tag 'v1.6.10' into develop
...
tag
2024-01-09 12:16:39 +01:00
Benoit Marty
493093c2a7
Merge branch 'release/1.6.10' into main
2024-01-09 12:16:21 +01:00
Benoit Marty
ac79b2ee63
Adding fastlane file for version 1.6.10
2024-01-09 12:16:15 +01:00
Benoit Marty
5c6e1d5378
Changelog for version 1.6.10
2024-01-09 12:15:28 +01:00
Benoit Marty
4c8ffbd169
Merge pull request #8727 from element-hq/dependabot/gradle/io.element.android-wysiwyg-2.24.0
...
Bump io.element.android:wysiwyg from 2.22.0 to 2.24.0
2024-01-08 09:02:03 +01:00
dependabot[bot]
924913165e
Bump io.element.android:wysiwyg from 2.22.0 to 2.24.0
...
Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg ) from 2.22.0 to 2.24.0.
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/2.22.0...2.24.0 )
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 23:19:07 +00:00
ganfra
e596196f99
Merge pull request #8716 from element-hq/feature/fga/fix_event_edition_reply
...
Fix a bunch of issues related to edition and reply #5969
2024-01-02 14:02:52 +01:00