Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
elm
Element Android
Commits
aa427460
Commit
aa427460
authored
2 years ago
by
Valere
Browse files
Options
Download
Email Patches
Plain Diff
version 1.5.1
parent
5c442296
shomare
bma/fake_develop
bugfix/eric/fixes_ignore_user
bugfix/manu/synapse_installation_doc
bugfix/nfe/search_test_expected_results
ci/apk-build-for-pr
dependabot/gradle/io.element.android-wysiwyg-1.0.0
dependabot/gradle/io.sentry-sentry-android-6.13.1
dependabot/gradle/mockk-1.13.4
develop
feat/PSU-1099-rich-text-actions
feature/amitkma/fix_tests
feature/amitkma/rust_flavor
feature/amitkma/send-message-tracking
feature/bca/fix_forgot_backup_migration
feature/bca/rust_flavor
feature/bma/callServiceCrash
feature/bma/gradle_managed_device
feature/fga/msc_3270
feature/fga/realm_kotlin_session
feature/fre/vb_redact_with_relations
feature/mna/fetch-poll-history
feature/mna/poll-history-details
feature/nfe/deferred_room_link
feature/ons/ptt_bluetooth
fix/rte-unusable-area-when-no-permission
hughns/msc3824-oidc-aware
main
michaelk/dont_look_now
poc/rte-fading-edge
release/1.5.2
task/eric/space-list-unit-tests
tech/upgrade-rich-text-editor-to-0.7.0.1
temp/nfe/testing_1611
1.5.28-main-shomare
1.5.28-main-shomare-adaptive-icon
1.5.28-main-nokhbegan
1.5.28-main-nokhbegan-dev
v1.5.22
v1.5.20
v1.5.18
v1.5.16
v1.5.14
v1.5.13
v1.5.12
v1.5.11
v1.5.10
v1.5.8
v1.5.7
v1.5.6
v1.5.4
v1.5.2
v1.5.1
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
CHANGES.md
CHANGES.md
+9
-0
matrix-sdk-android/build.gradle
matrix-sdk-android/build.gradle
+1
-1
vector-app/build.gradle
vector-app/build.gradle
+1
-1
No files found.
CHANGES.md
View file @
aa427460
Changes in Element v1.5.1 (2022-09-28)
======================================
Security ⚠️
----------
This update provides important security fixes, update now.
Ref: CVE-2022-39246 CVE-2022-39248
Changes in Element v1.5.0 (2022-09-23)
======================================
...
...
This diff is collapsed.
Click to expand it.
matrix-sdk-android/build.gradle
View file @
aa427460
...
...
@@ -60,7 +60,7 @@ android {
// that the app's state is completely cleared between tests.
testInstrumentationRunnerArguments
clearPackageData:
'true'
buildConfigField
"String"
,
"SDK_VERSION"
,
"\"1.5.
0
\""
buildConfigField
"String"
,
"SDK_VERSION"
,
"\"1.5.
1
\""
buildConfigField
"String"
,
"GIT_SDK_REVISION"
,
"\"${gitRevision()}\""
buildConfigField
"String"
,
"GIT_SDK_REVISION_UNIX_DATE"
,
"\"${gitRevisionUnixDate()}\""
...
...
This diff is collapsed.
Click to expand it.
vector-app/build.gradle
View file @
aa427460
...
...
@@ -36,7 +36,7 @@ ext.versionMinor = 5
// 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
=
0
ext
.
versionPatch
=
1
static
def
getGitTimestamp
()
{
def
cmd
=
'git show -s --format=%ct'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help