Skip to content

Commit d386b29

Browse files
committed
Merge branch 'release/1.6.38' into main
2 parents 5179f93 + 5ff6156 commit d386b29

File tree

8 files changed

+34
-22
lines changed

8 files changed

+34
-22
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes in Element v1.6.38 (2025-05-27)
2+
=======================================
3+
4+
Other changes
5+
-------------
6+
- Filter mobile links: only open links which have an explicit empty path like `https://mobile.element.io/?hs_url=...` ([#9033](https://github.com/element-hq/element-android/issues/9033))
7+
8+
19
Changes in Element v1.6.36 (2025-03-14)
210
=======================================
311

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Main changes in this version: Filter mobile links: only open links which have an explicit empty path.
2+
Full changelog: https://github.com/element-hq/element-android/releases

matrix-sdk-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
// that the app's state is completely cleared between tests.
6363
testInstrumentationRunnerArguments clearPackageData: 'true'
6464

65-
buildConfigField "String", "SDK_VERSION", "\"1.6.36\""
65+
buildConfigField "String", "SDK_VERSION", "\"1.6.38\""
6666

6767
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
6868
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""

tools/emojis/emoji_picker_datasource_formatted.json

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3021,14 +3021,8 @@
30213021
"smile",
30223022
"smiling",
30233023
"teeth",
3024-
"#1 best",
30253024
"eek",
3026-
"foot",
3027-
"friend",
3028-
"mouth",
3029-
"mutual",
3030-
"nervous",
3031-
"snapchat"
3025+
"nervous"
30323026
]
30333027
},
30343028
"face-exhaling": {
@@ -4347,7 +4341,8 @@
43474341
"creepy",
43484342
"demon",
43494343
"japanese_ogre",
4350-
"oni"
4344+
"oni",
4345+
"shrek"
43514346
]
43524347
},
43534348
"goblin": {
@@ -8470,7 +8465,6 @@
84708465
"palace",
84718466
"protect",
84728467
"british",
8473-
"foot",
84748468
"guardsman"
84758469
]
84768470
},
@@ -9530,7 +9524,8 @@
95309524
"monster",
95319525
"tale",
95329526
"trolling",
9533-
"mystical"
9527+
"mystical",
9528+
"shrek"
95349529
]
95359530
},
95369531
"person-getting-massage": {
@@ -12528,7 +12523,6 @@
1252812523
"clue",
1252912524
"crime",
1253012525
"detective",
12531-
"fingerprint",
1253212526
"forensics",
1253312527
"identity",
1253412528
"mystery",
@@ -12860,7 +12854,6 @@
1286012854
"antlers",
1286112855
"elk",
1286212856
"mammal",
12863-
"shrek",
1286412857
"canada",
1286512858
"sweden",
1286612859
"sven",
@@ -22449,7 +22442,6 @@
2244922442
"b": "1FA89",
2245022443
"j": [
2245122444
"cupid",
22452-
"harp",
2245322445
"instrument",
2245422446
"love",
2245522447
"music",
@@ -24482,9 +24474,9 @@
2448224474
"hole",
2448324475
"plant",
2448424476
"scoop",
24485-
"shovel",
2448624477
"snow",
24487-
"spade"
24478+
"spade",
24479+
"tool"
2448824480
]
2448924481
},
2449024482
"alembic": {
@@ -27369,7 +27361,6 @@
2736927361
"mess",
2737027362
"paint",
2737127363
"spill",
27372-
"splatter",
2737327364
"stain"
2737427365
]
2737527366
},
@@ -29526,7 +29517,9 @@
2952629517
"a": "⊛ Flag: Sark",
2952729518
"b": "1F1E8-1F1F6",
2952829519
"j": [
29529-
"flag"
29520+
"flag",
29521+
"cq",
29522+
"banner"
2953029523
]
2953129524
},
2953229525
"flag-costa-rica": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
adb shell am start -a android.intent.action.VIEW -d "https://mobile.element.io?hs_url=https%3A%2F%2Fmozilla-test.modular.im"
3+
adb shell am start -a android.intent.action.VIEW -d "https://mobile.element.io/?hs_url=https%3A%2F%2Felement.io"

vector-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ext.versionMinor = 6
3737
// Note: even values are reserved for regular release, odd values for hotfix release.
3838
// When creating a hotfix, you should decrease the value, since the current value
3939
// is the value for the next regular release.
40-
ext.versionPatch = 36
40+
ext.versionPatch = 38
4141

4242
static def getGitTimestamp() {
4343
def cmd = 'git show -s --format=%ct'

vector/src/main/AndroidManifest.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,17 @@
206206
<data android:host="develop.element.io" />
207207
<!-- Matching asset file: https://staging.element.io/.well-known/assetlinks.json -->
208208
<data android:host="staging.element.io" />
209-
<!-- Fix it https://github.com/element-hq/element-android/issues/8904 -->
209+
</intent-filter>
210+
<intent-filter android:autoVerify="true">
211+
<action android:name="android.intent.action.VIEW" />
212+
213+
<category android:name="android.intent.category.DEFAULT" />
214+
<category android:name="android.intent.category.BROWSABLE" />
215+
216+
<data android:scheme="https" />
210217
<data android:host="mobile.element.io" />
218+
<!-- accept only root path -->
219+
<data android:path="/" />
211220
</intent-filter>
212221
</activity>
213222

vector/src/main/res/raw/emoji_picker_datasource.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)