Skip to content
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in Element v1.6.38 (2025-05-27)
=======================================

Other changes
-------------
- 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))


Changes in Element v1.6.36 (2025-03-14)
=======================================

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40106380.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Main changes in this version: Filter mobile links: only open links which have an explicit empty path.
Full changelog: https://github.com/element-hq/element-android/releases
2 changes: 1 addition & 1 deletion matrix-sdk-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
// that the app's state is completely cleared between tests.
testInstrumentationRunnerArguments clearPackageData: 'true'

buildConfigField "String", "SDK_VERSION", "\"1.6.36\""
buildConfigField "String", "SDK_VERSION", "\"1.6.38\""

buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""
Expand Down
27 changes: 10 additions & 17 deletions tools/emojis/emoji_picker_datasource_formatted.json
Original file line number Diff line number Diff line change
Expand Up @@ -3021,14 +3021,8 @@
"smile",
"smiling",
"teeth",
"#1 best",
"eek",
"foot",
"friend",
"mouth",
"mutual",
"nervous",
"snapchat"
"nervous"
]
},
"face-exhaling": {
Expand Down Expand Up @@ -4347,7 +4341,8 @@
"creepy",
"demon",
"japanese_ogre",
"oni"
"oni",
"shrek"
]
},
"goblin": {
Expand Down Expand Up @@ -8470,7 +8465,6 @@
"palace",
"protect",
"british",
"foot",
"guardsman"
]
},
Expand Down Expand Up @@ -9530,7 +9524,8 @@
"monster",
"tale",
"trolling",
"mystical"
"mystical",
"shrek"
]
},
"person-getting-massage": {
Expand Down Expand Up @@ -12528,7 +12523,6 @@
"clue",
"crime",
"detective",
"fingerprint",
"forensics",
"identity",
"mystery",
Expand Down Expand Up @@ -12860,7 +12854,6 @@
"antlers",
"elk",
"mammal",
"shrek",
"canada",
"sweden",
"sven",
Expand Down Expand Up @@ -22449,7 +22442,6 @@
"b": "1FA89",
"j": [
"cupid",
"harp",
"instrument",
"love",
"music",
Expand Down Expand Up @@ -24482,9 +24474,9 @@
"hole",
"plant",
"scoop",
"shovel",
"snow",
"spade"
"spade",
"tool"
]
},
"alembic": {
Expand Down Expand Up @@ -27369,7 +27361,6 @@
"mess",
"paint",
"spill",
"splatter",
"stain"
]
},
Expand Down Expand Up @@ -29526,7 +29517,9 @@
"a": "⊛ Flag: Sark",
"b": "1F1E8-1F1F6",
"j": [
"flag"
"flag",
"cq",
"banner"
]
},
"flag-costa-rica": {
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/test_configuration_link.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

adb shell am start -a android.intent.action.VIEW -d "https://mobile.element.io?hs_url=https%3A%2F%2Fmozilla-test.modular.im"
adb shell am start -a android.intent.action.VIEW -d "https://mobile.element.io/?hs_url=https%3A%2F%2Felement.io"
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext.versionMinor = 6
// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
ext.versionPatch = 36
ext.versionPatch = 38

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down
2 changes: 1 addition & 1 deletion vector/src/main/res/raw/emoji_picker_datasource.json

Large diffs are not rendered by default.