Skip to content

Commit 78eb11f

Browse files
committed
Merge branch 'release/1.4.28' into develop
2 parents 9d89c60 + f117d41 commit 78eb11f

File tree

26 files changed

+42
-24
lines changed

26 files changed

+42
-24
lines changed

.github/ISSUE_TEMPLATE/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body:
2929
- [ ] Check the rageshake with the current dev version: https://github.com/matrix-org/element-android-rageshakes/labels/1.2.3-dev
3030
- [ ] Run the integration test, and especially `UiAllScreensSanityTest.allScreensTest()`
3131
- [ ] Create an account on matrix.org and do some smoke tests that the sanity test does not cover like: 1-1 call, 1-1 video call, Jitsi call for instance
32-
- [ ] Run towncrier: `towncrier --version v1.2.3 --draft` (remove `--draft` do write the file CHANGES.md)
32+
- [ ] Run towncrier: `towncrier build --version v1.2.3 --draft` (remove `--draft` do write the file CHANGES.md)
3333
- [ ] Check that the folder `changelog.d` is empty. It can happen that some remaining files stay here
3434
- [ ] Check the file CHANGES.md consistency. It's possible to reorder items (most important changes first) or change their section if relevant. Also an opportunity to fix some typo, or rewrite things
3535
- [ ] Add file for fastlane under ./fastlane/metadata/android/en-US/changelogs

CHANGES.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
Changes in Element v1.4.28 (2022-07-13)
2+
=======================================
3+
4+
Features ✨
5+
----------
6+
- Improve user experience when he is first invited to a room. Users will be able to decrypt and view previous messages ([#5853](https://github.com/vector-im/element-android/issues/5853))
7+
- [Location sharing] - Reply action on a live message ([#6401](https://github.com/vector-im/element-android/issues/6401))
8+
- Show a loader if all the Room Members are not yet loaded. ([#6413](https://github.com/vector-im/element-android/issues/6413))
9+
10+
Bugfixes 🐛
11+
----------
12+
- Fixes numbered lists always starting from 1 ([#4777](https://github.com/vector-im/element-android/issues/4777))
13+
- Adds LoginType to SessionParams to fix soft logout form not showing for SSO and Password type ([#5398](https://github.com/vector-im/element-android/issues/5398))
14+
- Use stable endpoint for alias management instead of MSC2432. Contributed by Nico. ([#6288](https://github.com/vector-im/element-android/issues/6288))
15+
- [Poll] Fixes visible and wrong votes in closed poll after removing 2 previous polls ([#6430](https://github.com/vector-im/element-android/issues/6430))
16+
- Fix HTML entities being displayed in messages ([#6442](https://github.com/vector-im/element-android/issues/6442))
17+
- Gallery picker can pick external images ([#6450](https://github.com/vector-im/element-android/issues/6450))
18+
- Fixes crash when sharing plain text, such as a url ([#6451](https://github.com/vector-im/element-android/issues/6451))
19+
- Fix crashes on Timeline [Thread] due to range validation ([#6461](https://github.com/vector-im/element-android/issues/6461))
20+
- Fix crashes when opening Thread ([#6463](https://github.com/vector-im/element-android/issues/6463))
21+
- Fix ConcurrentModificationException on BackgroundDetectionObserver ([#6469](https://github.com/vector-im/element-android/issues/6469))
22+
- Fixes inconsistency with rooms within spaces showing or disappearing from home ([#6510](https://github.com/vector-im/element-android/issues/6510))
23+
24+
In development 🚧
25+
----------------
26+
- FTUE - Adds support for resetting the password during the FTUE onboarding journey ([#5284](https://github.com/vector-im/element-android/issues/5284))
27+
- Create DM room only on first message - Design implementation & debug feature flag ([#5525](https://github.com/vector-im/element-android/issues/5525))
28+
29+
Other changes
30+
-------------
31+
- Replacing Epoxy annotation layout id references with getDefaultLayoutId ([#6389](https://github.com/vector-im/element-android/issues/6389))
32+
- Ensure `RealmList<T>.clearWith()` extension is correctly used. ([#6392](https://github.com/vector-im/element-android/issues/6392))
33+
- [Poll] - Add a description under undisclosed poll when not ended ([#6423](https://github.com/vector-im/element-android/issues/6423))
34+
- Add `android:hasFragileUserData="true"` in the manifest ([#6429](https://github.com/vector-im/element-android/issues/6429))
35+
- Add code check to prevent modification of frozen class ([#6434](https://github.com/vector-im/element-android/issues/6434))
36+
- Let your Activity or Fragment implement `VectorMenuProvider` if they provide a menu. ([#6436](https://github.com/vector-im/element-android/issues/6436))
37+
- Rename Android Service to use `AndroidService` suffix ([#6458](https://github.com/vector-im/element-android/issues/6458))
38+
39+
140
Changes in Element v1.4.27 (2022-07-06)
241
=======================================
342

changelog.d/4777.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5284.wip

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5398.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5525.wip

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/5853.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/6288.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/6389.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/6392.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)