appending 1.4.4 changelog
This commit is contained in:
parent
57ffc56869
commit
1bf718f856
46
CHANGES.md
46
CHANGES.md
@ -1,3 +1,49 @@
|
|||||||
|
Changes in Element v1.4.4 (2022-03-09)
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Features ✨
|
||||||
|
----------
|
||||||
|
- Adds animated typing indicator to the bottom of the timeline ([#3296](https://github.com/vector-im/element-android/issues/3296))
|
||||||
|
- Removes the topic and typing information from the room's top bar ([#4642](https://github.com/vector-im/element-android/issues/4642))
|
||||||
|
- Add possibility to save media from Gallery + reorder choices in message context menu ([#5005](https://github.com/vector-im/element-android/issues/5005))
|
||||||
|
- Improves settings error dialog messaging when changing avatar or display name fails ([#5418](https://github.com/vector-im/element-android/issues/5418))
|
||||||
|
|
||||||
|
Bugfixes 🐛
|
||||||
|
----------
|
||||||
|
- Open direct message screen when clicking on DM button in the space members list ([#4319](https://github.com/vector-im/element-android/issues/4319))
|
||||||
|
- Fix incorrect media cache size in settings ([#5394](https://github.com/vector-im/element-android/issues/5394))
|
||||||
|
- Setting an avatar when creating a room had no effect ([#5402](https://github.com/vector-im/element-android/issues/5402))
|
||||||
|
- Fix reactions summary crash when reopening a room ([#5463](https://github.com/vector-im/element-android/issues/5463))
|
||||||
|
- Fixing room titles overlapping the room image in the room toolbar ([#5468](https://github.com/vector-im/element-android/issues/5468))
|
||||||
|
|
||||||
|
In development 🚧
|
||||||
|
----------------
|
||||||
|
- Starts the FTUE account personalisation flow by adding an account created screen behind a feature flag ([#5158](https://github.com/vector-im/element-android/issues/5158))
|
||||||
|
|
||||||
|
SDK API changes ⚠️
|
||||||
|
------------------
|
||||||
|
- Change name of getTimeLineEvent and getTimeLineEventLive methods to getTimelineEvent and getTimelineEventLive. ([#5330](https://github.com/vector-im/element-android/issues/5330))
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
-------------
|
||||||
|
- Improve Bubble layouts rendering ([#5303](https://github.com/vector-im/element-android/issues/5303))
|
||||||
|
- Continue improving realm usage (potentially helping with storage and RAM usage) ([#5330](https://github.com/vector-im/element-android/issues/5330))
|
||||||
|
- Update reaction button layout. ([#5313](https://github.com/vector-im/element-android/issues/5313))
|
||||||
|
- Adds forceLoginFallback feature flag and usages to FTUE login and registration ([#5325](https://github.com/vector-im/element-android/issues/5325))
|
||||||
|
- Override task affinity to prevent unknown activities running in our app tasks. ([#4498](https://github.com/vector-im/element-android/issues/4498))
|
||||||
|
- Tentatively fixing the UI sanity test being unable to click on the space menu items ([#5269](https://github.com/vector-im/element-android/issues/5269))
|
||||||
|
- Moves attachment-viewer, diff-match-patch, and multipicker modules to subfolders under library ([#5309](https://github.com/vector-im/element-android/issues/5309))
|
||||||
|
- Log the `since` token used and `next_batch` token returned when doing an incremental sync. ([#5312](https://github.com/vector-im/element-android/issues/5312), [#5318](https://github.com/vector-im/element-android/issues/5318))
|
||||||
|
- Upgrades material dependency version from 1.4.0 to 1.5.0 ([#5392](https://github.com/vector-im/element-android/issues/5392))
|
||||||
|
- Using app name instead of hardcoded "Element" for exported keys filename ([#5326](https://github.com/vector-im/element-android/issues/5326))
|
||||||
|
- Upgrade the plugin which generate strings with template from 1.2.2 to 2.0.0 ([#5348](https://github.com/vector-im/element-android/issues/5348))
|
||||||
|
- Remove about 700 unused strings and their translations ([#5352](https://github.com/vector-im/element-android/issues/5352))
|
||||||
|
- Creates dedicated VectorOverrides for forcing behaviour for local testing/development ([#5361](https://github.com/vector-im/element-android/issues/5361))
|
||||||
|
- Cleanup unused threads build configurations ([#5379](https://github.com/vector-im/element-android/issues/5379))
|
||||||
|
- Notify element-android channel each time a nightly build completes. ([#5314](https://github.com/vector-im/element-android/issues/5314))
|
||||||
|
- Iterate on badge / unread indicator color ([#5456](https://github.com/vector-im/element-android/issues/5456))
|
||||||
|
|
||||||
|
|
||||||
Changes in Element v1.4.2 (2022-02-22 Palindrome Day!)
|
Changes in Element v1.4.2 (2022-02-22 Palindrome Day!)
|
||||||
======================================================
|
======================================================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Typing notifications moved from the header to the bottom of the timeline.
|
|
@ -1 +0,0 @@
|
|||||||
Open direct message screen when clicking on DM button in the space members list
|
|
@ -1 +0,0 @@
|
|||||||
Override task affinity to prevent unknown activities running in our app tasks.
|
|
@ -1 +0,0 @@
|
|||||||
Update the top bar in a room: remove topic and typing information
|
|
@ -1 +0,0 @@
|
|||||||
Add possibility to save media from Gallery + reorder choices in message context menu
|
|
@ -1 +0,0 @@
|
|||||||
Starts the FTUE account personalisation flow by adding an account created screen behind a feature flag
|
|
@ -1 +0,0 @@
|
|||||||
Tentatively fixing the UI sanity test being unable to click on the space menu items
|
|
@ -1 +0,0 @@
|
|||||||
Improve Bubble layouts rendering.
|
|
@ -1 +0,0 @@
|
|||||||
Moves attachment-viewer, diff-match-patch, and multipicker modules to subfolders under library
|
|
@ -1 +0,0 @@
|
|||||||
Log the `since` token used and `next_batch` token returned when doing an incremental sync.
|
|
@ -1 +0,0 @@
|
|||||||
Update reaction button layout.
|
|
@ -1 +0,0 @@
|
|||||||
Notify element-android channel each time a nightly build completes.
|
|
@ -1 +0,0 @@
|
|||||||
Log the `since` token used and `next_batch` token returned when doing an incremental sync.
|
|
@ -1 +0,0 @@
|
|||||||
Adds forceLoginFallback feature flag and usages to FTUE login and registration
|
|
@ -1 +0,0 @@
|
|||||||
[Export e2ee keys] use appName instead of element
|
|
@ -1 +0,0 @@
|
|||||||
Continue improving realm usage.
|
|
@ -1 +0,0 @@
|
|||||||
Change name of getTimeLineEvent and getTimeLineEventLive methods to getTimelineEvent and getTimelineEventLive.
|
|
@ -1 +0,0 @@
|
|||||||
Upgrade the plugin which generate strings with template from 1.2.2 to 2.0.0
|
|
@ -1 +0,0 @@
|
|||||||
Remove about 700 unused strings and their translations
|
|
@ -1 +0,0 @@
|
|||||||
Creates dedicated VectorOverrides for forcing behaviour for local testing/development
|
|
@ -1 +0,0 @@
|
|||||||
Cleanup unused threads build configurations
|
|
@ -1 +0,0 @@
|
|||||||
Upgrades material dependency version from 1.4.0 to 1.5.0
|
|
@ -1 +0,0 @@
|
|||||||
Fix incorrect media cache size in settings
|
|
@ -1 +0,0 @@
|
|||||||
[Create room] Setting an avatar when creating a room had no effect
|
|
@ -1 +0,0 @@
|
|||||||
Improves settings error dialog messaging when changing avatar or display name fails
|
|
@ -1 +0,0 @@
|
|||||||
Iterate on badge / unread indicator color
|
|
@ -1 +0,0 @@
|
|||||||
Fix reactions summary crash
|
|
@ -1 +0,0 @@
|
|||||||
Fixing room titles overlapping the room image in the room toolbar
|
|
2
fastlane/metadata/android/en-US/changelogs/40104040.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40104040.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Main changes in this version: typing indicator UI updates. Various bug fixes and stability improvements.
|
||||||
|
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.4.4
|
Loading…
Reference in New Issue
Block a user