Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
036d6c3
Fix it https://github.com/element-hq/element-android/issues/8904
bro2020 Sep 18, 2024
0f14a28
Create 8904.bugfix
bro2020 Sep 18, 2024
76898f0
Sync Emojis
bmarty Sep 23, 2024
a568152
Merge tag 'v1.6.22' into develop
bmarty Sep 23, 2024
9ca1ffd
version++
bmarty Sep 23, 2024
c947f90
Setting version for the release 1.6.22
bmarty Sep 23, 2024
52d06bd
Revert "Setting version for the release 1.6.22"
bmarty Sep 23, 2024
08decf4
Fix version which migrate the session to the crypto Rust SDK in the r…
bmarty Sep 24, 2024
c24014e
AGPL licence
bmarty Sep 24, 2024
5c333ae
Update licence header.
bmarty Sep 24, 2024
ba9d78e
Update licence header.
bmarty Sep 24, 2024
dd98218
Merge pull request #8913 from bro2020/patch-mobile.element.io
bmarty Sep 25, 2024
b50132a
Merge pull request #8915 from element-hq/feature/bma/agpl
bmarty Sep 25, 2024
21e751e
Merge pull request #8903 from element-hq/sync-emojis
bmarty Sep 25, 2024
53387e6
Implemented a microphone access service to handle background micropho…
Sep 20, 2024
aff6c01
add declare for FOREGROUND_SERVICE_MICROPHONE in vector manifest
amitshilo11 Sep 26, 2024
c9aaf02
Sync Emojis
bmarty Oct 7, 2024
05be9d0
Bugfix: fix crash when getting call on lockscreen
amitshilo11 Oct 8, 2024
f8b2bc0
#6449 Adds support for additional character scripts in file names
christianrowlands Oct 16, 2024
686ca05
#6449 Switch to removing specific invalid characters instead of inclu…
christianrowlands Oct 16, 2024
11f6987
#6449 Remove test logging for file name
christianrowlands Oct 16, 2024
bbcd48b
Fix reference
erikhuizinga Oct 21, 2024
4b8f376
Remove duplicated plugin apply.
bmarty Oct 25, 2024
bbf8bf3
Use Java 21.
bmarty Oct 25, 2024
350fa20
Use Java 21.
bmarty Oct 25, 2024
bb46dcb
feat(crypto): Add support for verification violation warnings
BillCarsonFr Oct 31, 2024
3df42fa
Add changelog
BillCarsonFr Nov 4, 2024
5dd5854
test: Add compute room shields tests
BillCarsonFr Nov 4, 2024
90aed72
CI update setup-matrix-synapse to 1.0.5
BillCarsonFr Nov 4, 2024
6d7e744
Upgrade detekt and reduce detected issues (less impact on this old co…
bmarty Nov 5, 2024
ac94bff
Merge pull request #8928 from element-hq/feature/bma/java21
bmarty Nov 12, 2024
066545a
Render incoming Element Call in the timeline (unsupported)
bmarty Nov 12, 2024
6e2a0cf
Render incoming Element Call in the notification (unsupported)
bmarty Nov 12, 2024
12adddb
Changelog
bmarty Nov 12, 2024
2cfc230
#6449 Use the correct name in the file headers
christianrowlands Nov 12, 2024
5537bf8
Merge pull request #8926 from erikhuizinga/patch-1
bmarty Nov 12, 2024
36e8b7b
#6449 Remove unused imports
christianrowlands Nov 12, 2024
f189fa7
Merge pull request #8922 from element-hq/sync-emojis
bmarty Nov 12, 2024
ab4291f
Merge pull request #8914 from amitshilo11/bugfix/microphone-access-lo…
bmarty Nov 12, 2024
fbef34f
Format file
bmarty Nov 12, 2024
ebfac82
Use clock.
bmarty Nov 12, 2024
a608bff
Merge branch 'develop' into bugfix/cmr/extended-character-filename
christianrowlands Nov 12, 2024
7051c0c
Merge pull request #8933 from element-hq/feature/bca/fix_previously_v…
bmarty Nov 12, 2024
ea170fc
Merge pull request #8941 from element-hq/feature/bma/elementCall
bmarty Nov 12, 2024
93962d0
Merge pull request #8925 from christianrowlands/bugfix/cmr/extended-c…
bmarty Nov 12, 2024
591ec10
Ensure m.call.notify event is not filtered out by push rules.
bmarty Nov 18, 2024
367fcfa
Merge pull request #8945 from element-hq/feature/bma/elementCallNotif…
bmarty Nov 18, 2024
132ea23
Changelog for version 1.6.24
bmarty Nov 19, 2024
4f9bdd8
Adding fastlane file for version 1.6.24
bmarty Nov 19, 2024
de6b7c5
Merge branch 'release/1.6.24' into main
bmarty Nov 19, 2024
fe12fd0
Merge tag 'v1.6.24' into synodim-merge-upstream
Jan 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
with:
# https://github.com/actions/checkout/issues/881
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
- name: Use JDK 17
- name: Use JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '21'
- name: Configure gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand All @@ -57,11 +57,11 @@ jobs:
with:
# https://github.com/actions/checkout/issues/881
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }}
- name: Use JDK 17
- name: Use JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '21'
- name: Configure gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Use JDK 17
- name: Use JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '21'
- name: Configure gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/post-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Use JDK 17
- name: Use JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '21'
- name: Configure gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Start synapse server
uses: michaelkaye/setup-matrix-synapse@v1.0.4
uses: michaelkaye/setup-matrix-synapse@v1.0.5
with:
uploadLogs: true
httpPort: 8080
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use JDK 17
- name: Use JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '21'
- name: Configure gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand All @@ -48,11 +48,11 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Use JDK 17
- name: Use JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '21'
- name: Configure gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down Expand Up @@ -102,11 +102,11 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Use JDK 17
- name: Use JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '21'
- name: Configure gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
lfs: true
fetch-depth: 0
- name: Use JDK 17
- name: Use JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '21'
- name: Configure gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: michaelkaye/setup-matrix-synapse@v1.0.4
- uses: michaelkaye/setup-matrix-synapse@v1.0.5
with:
uploadLogs: true
httpPort: 8080
Expand Down Expand Up @@ -139,11 +139,11 @@ jobs:
# cancel-in-progress: true
# steps:
# - uses: actions/checkout@v4
# - name: Use JDK 17
# - name: Use JDK 21
# uses: actions/setup-java@v4
# with:
# distribution: 'temurin' # See 'Supported distributions' for available options
# java-version: '17'
# java-version: '21'
# - name: Configure gradle
# uses: gradle/actions/setup-gradle@v3
# with:
Expand Down
16 changes: 15 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
Changes in Element v1.6.24 (2024-11-19)
=======================================

Bugfixes 🐛
----------
- 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))
- Intercept mobile.element.io links with Element app ([#8904](https://github.com/element-hq/element-android/issues/8904))
- Show a notice when a previously verified user is not anymore ([#8933](https://github.com/element-hq/element-android/issues/8933))

Other changes
-------------
- Indicate when calls are unsupported in the timeline/notifications ([#8938](https://github.com/element-hq/element-android/issues/8938))


Changes in Element v1.6.22 (2024-09-23)
=======================================

Important: this version removes the dependency of the deprecated libolm library.
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.
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.
More details in ([#8901](https://github.com/element-hq/element-android/issues/8901))

Other changes
Expand Down
Loading
Loading