Skip to content

Commit de6b7c5

Browse files
committed
Merge branch 'release/1.6.24' into main
2 parents 9a4602b + 4f9bdd8 commit de6b7c5

File tree

2,493 files changed

+19225
-32243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,493 files changed

+19225
-32243
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
with:
2929
# https://github.com/actions/checkout/issues/881
3030
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
31-
- name: Use JDK 17
31+
- name: Use JDK 21
3232
uses: actions/setup-java@v4
3333
with:
3434
distribution: 'temurin' # See 'Supported distributions' for available options
35-
java-version: '17'
35+
java-version: '21'
3636
- name: Configure gradle
3737
uses: gradle/actions/setup-gradle@v3
3838
with:
@@ -57,11 +57,11 @@ jobs:
5757
with:
5858
# https://github.com/actions/checkout/issues/881
5959
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }}
60-
- name: Use JDK 17
60+
- name: Use JDK 21
6161
uses: actions/setup-java@v4
6262
with:
6363
distribution: 'temurin' # See 'Supported distributions' for available options
64-
java-version: '17'
64+
java-version: '21'
6565
- name: Configure gradle
6666
uses: gradle/actions/setup-gradle@v3
6767
with:

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
uses: actions/setup-python@v4
2121
with:
2222
python-version: 3.8
23-
- name: Use JDK 17
23+
- name: Use JDK 21
2424
uses: actions/setup-java@v4
2525
with:
2626
distribution: 'temurin' # See 'Supported distributions' for available options
27-
java-version: '17'
27+
java-version: '21'
2828
- name: Configure gradle
2929
uses: gradle/actions/setup-gradle@v3
3030
with:

.github/workflows/post-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ jobs:
4444
uses: actions/setup-python@v4
4545
with:
4646
python-version: 3.8
47-
- name: Use JDK 17
47+
- name: Use JDK 21
4848
uses: actions/setup-java@v4
4949
with:
5050
distribution: 'temurin' # See 'Supported distributions' for available options
51-
java-version: '17'
51+
java-version: '21'
5252
- name: Configure gradle
5353
uses: gradle/actions/setup-gradle@v3
5454
with:
5555
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
5656
- name: Start synapse server
57-
uses: michaelkaye/setup-matrix-synapse@v1.0.4
57+
uses: michaelkaye/setup-matrix-synapse@v1.0.5
5858
with:
5959
uploadLogs: true
6060
httpPort: 8080

.github/workflows/quality.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28-
- name: Use JDK 17
28+
- name: Use JDK 21
2929
uses: actions/setup-java@v4
3030
with:
3131
distribution: 'temurin' # See 'Supported distributions' for available options
32-
java-version: '17'
32+
java-version: '21'
3333
- name: Configure gradle
3434
uses: gradle/actions/setup-gradle@v3
3535
with:
@@ -48,11 +48,11 @@ jobs:
4848
cancel-in-progress: true
4949
steps:
5050
- uses: actions/checkout@v4
51-
- name: Use JDK 17
51+
- name: Use JDK 21
5252
uses: actions/setup-java@v4
5353
with:
5454
distribution: 'temurin' # See 'Supported distributions' for available options
55-
java-version: '17'
55+
java-version: '21'
5656
- name: Configure gradle
5757
uses: gradle/actions/setup-gradle@v3
5858
with:
@@ -102,11 +102,11 @@ jobs:
102102
cancel-in-progress: true
103103
steps:
104104
- uses: actions/checkout@v4
105-
- name: Use JDK 17
105+
- name: Use JDK 21
106106
uses: actions/setup-java@v4
107107
with:
108108
distribution: 'temurin' # See 'Supported distributions' for available options
109-
java-version: '17'
109+
java-version: '21'
110110
- name: Configure gradle
111111
uses: gradle/actions/setup-gradle@v3
112112
with:

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
with:
3030
lfs: true
3131
fetch-depth: 0
32-
- name: Use JDK 17
32+
- name: Use JDK 21
3333
uses: actions/setup-java@v4
3434
with:
3535
distribution: 'temurin' # See 'Supported distributions' for available options
36-
java-version: '17'
36+
java-version: '21'
3737
- name: Configure gradle
3838
uses: gradle/actions/setup-gradle@v3
3939
with:
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/setup-python@v4
5656
with:
5757
python-version: 3.8
58-
- uses: michaelkaye/setup-matrix-synapse@v1.0.4
58+
- uses: michaelkaye/setup-matrix-synapse@v1.0.5
5959
with:
6060
uploadLogs: true
6161
httpPort: 8080
@@ -139,11 +139,11 @@ jobs:
139139
# cancel-in-progress: true
140140
# steps:
141141
# - uses: actions/checkout@v4
142-
# - name: Use JDK 17
142+
# - name: Use JDK 21
143143
# uses: actions/setup-java@v4
144144
# with:
145145
# distribution: 'temurin' # See 'Supported distributions' for available options
146-
# java-version: '17'
146+
# java-version: '21'
147147
# - name: Configure gradle
148148
# uses: gradle/actions/setup-gradle@v3
149149
# with:

CHANGES.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1+
Changes in Element v1.6.24 (2024-11-19)
2+
=======================================
3+
4+
Bugfixes 🐛
5+
----------
6+
- Extended file name support to include characters from multiple languages, including Cyrillic and Han scripts. ([#6449](https://github.com/element-hq/element-android/issues/6449)) ([#6449](https://github.com/element-hq/element-android/issues/6449))
7+
- Intercept mobile.element.io links with Element app ([#8904](https://github.com/element-hq/element-android/issues/8904))
8+
- Show a notice when a previously verified user is not anymore ([#8933](https://github.com/element-hq/element-android/issues/8933))
9+
10+
Other changes
11+
-------------
12+
- Indicate when calls are unsupported in the timeline/notifications ([#8938](https://github.com/element-hq/element-android/issues/8938))
13+
14+
115
Changes in Element v1.6.22 (2024-09-23)
216
=======================================
317

418
Important: this version removes the dependency of the deprecated libolm library.
5-
Application installations that have not been updated to the first version with the migration (1.6.3 release at 2023-06-27) will not be able to migrate the account.
19+
Application installations that have not been updated to the first version with the migration (v1.6.0 released at 2023-05-17) will not be able to migrate the account.
620
More details in ([#8901](https://github.com/element-hq/element-android/issues/8901))
721

822
Other changes

0 commit comments

Comments
 (0)