Skip to content

Commit 68bd55f

Browse files
author
Florian Renaud
committed
Merge branch 'develop' into feature/fre/start_dm_on_first_msg
* develop: (156 commits) adding test case for showing html entities are processed adding tests around the event html rendering - the test helper is a little hacky in order to covert the spans to something human readable removing extra line adding changelog entry overriding the default list handler with an implementation that takes into account the initial starting position trigger CI Use executeTransactionAwait (need realm refresh in this case) Bump flipper from 0.152.0 to 0.153.0 Use executeTransactionAwait (need realm refresh in this case) generating 1.4.27 changelog and updating version Fixing crash when sharing plain text, such as a url Fix crashes when opening Thread (#6463) Timeline: fix validation of timeline event changes Fix ConcurrentModificationException on BackgroundDetectionObserver Fix crashes when opening Thread (#6463) suppressing unused string resource Changelog Fix ConcurrentModificationException on BackgroundDetectionObserver Fix typo adding changelog entry ...
2 parents 414dc52 + 5a37838 commit 68bd55f

File tree

209 files changed

+4860
-1154
lines changed

Some content is hidden

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

209 files changed

+4860
-1154
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Changes in Element v1.4.27 (2022-07-06)
2+
=======================================
3+
4+
Bugfixes 🐛
5+
----------
6+
- Fixes crash when sharing plain text, such as a url ([#6451](https://github.com/vector-im/element-android/issues/6451))
7+
- Fix crashes on Timeline [Thread] due to range validation ([#6461](https://github.com/vector-im/element-android/issues/6461))
8+
- Fix crashes when opening Thread ([#6463](https://github.com/vector-im/element-android/issues/6463))
9+
- Fix ConcurrentModificationException on BackgroundDetectionObserver ([#6469](https://github.com/vector-im/element-android/issues/6469))
10+
11+
112
Changes in Element v1.4.26 (2022-06-30)
213
=======================================
314

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
classpath libs.gradle.gradlePlugin
2525
classpath libs.gradle.kotlinPlugin
2626
classpath libs.gradle.hiltPlugin
27-
classpath 'com.google.gms:google-services:4.3.10'
27+
classpath 'com.google.gms:google-services:4.3.13'
2828
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.4.0.2513'
2929
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.5'
3030
classpath "com.likethesalad.android:stem-plugin:2.1.1"

changelog.d/4777.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixes numbered lists always starting from 1

changelog.d/5398.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adds LoginType to SessionParams to fix soft logout form not showing for SSO and Password type

changelog.d/5853.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve user experience when he is first invited to a room. Users will be able to decrypt and view previous messages

changelog.d/6401.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[Location sharing] - Reply action on a live message

changelog.d/6423.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[Poll] - Add a description under undisclosed poll when not ended

changelog.d/6430.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[Poll] Fixes visible and wrong votes in closed poll after removing 2 previous polls

changelog.d/6434.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add code check to prevent modification of frozen class

changelog.d/6436.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Let your Activity or Fragment implement `VectorMenuProvider` if they provide a menu.

0 commit comments

Comments
 (0)