Skip to content

Commit e2a6a19

Browse files
committed
Rewrite the Changelog
1 parent 21c30c4 commit e2a6a19

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGES.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,50 @@ Changes in Element v1.5.4 (2022-10-19)
33

44
Features ✨
55
----------
6-
- Add WYSIWYG editor. ([#7288](https://github.com/vector-im/element-android/issues/7288))
7-
- [Device management] Add lab flag for the feature ([#7336](https://github.com/vector-im/element-android/issues/7336))
8-
- [Device management] Add lab flag for matrix client info account data event ([#7344](https://github.com/vector-im/element-android/issues/7344))
9-
- [Device Management] Redirect to the new screen everywhere when lab flag is on ([#7374](https://github.com/vector-im/element-android/issues/7374))
6+
- Add WYSIWYG editor, under a lab flag. ([#7288](https://github.com/vector-im/element-android/issues/7288))
7+
- New Device management, can be enabled in the labs settings.
8+
- Voice broadcast can be enabled in the labs settings (recording is possible only on Android 10 and up).
109

1110
Bugfixes 🐛
1211
----------
1312
- Fix wrong mic button direction to cancel on RTL languages ([#5968](https://github.com/vector-im/element-android/issues/5968))
13+
- Handle properly when getUser returns null - prefer using getUserOrDefault ([#7372](https://github.com/vector-im/element-android/issues/7372))
1414
- [Device Management] Long session names not handled well ([#7310](https://github.com/vector-im/element-android/issues/7310))
1515
- Fix editing formatted messages with plain text editor ([#7359](https://github.com/vector-im/element-android/issues/7359))
16-
- Handle properly when getUser returns null - prefer using getUserOrDefault ([#7372](https://github.com/vector-im/element-android/issues/7372))
1716

1817
In development 🚧
1918
----------------
20-
- Implements MSC3881: Parses `enabled` and `device_id` fields from updated Pusher API ([#7217](https://github.com/vector-im/element-android/issues/7217))
2119
- [Device Management] Save "matrix_client_information" events on login/registration ([#7257](https://github.com/vector-im/element-android/issues/7257))
22-
- Adds pusher toggle setting to device manager v2 ([#7261](https://github.com/vector-im/element-android/issues/7261))
23-
- [Voice Broadcast] Add the "io.element.voice_broadcast_info" state event with a minimalist timeline widget ([#7273](https://github.com/vector-im/element-android/issues/7273))
20+
- [Device management] Add lab flag for the feature ([#7336](https://github.com/vector-im/element-android/issues/7336))
21+
- [Device management] Add lab flag for matrix client info account data event ([#7344](https://github.com/vector-im/element-android/issues/7344))
22+
- [Device Management] Redirect to the new screen everywhere when lab flag is on ([#7374](https://github.com/vector-im/element-android/issues/7374))
2423
- [Device Management] Show correct device type icons ([#7277](https://github.com/vector-im/element-android/issues/7277))
25-
- Links "Enable Notifications for this session" setting to enabled value in pusher ([#7281](https://github.com/vector-im/element-android/issues/7281))
26-
- [Voice Broadcast] Aggregate state events in the timeline ([#7283](https://github.com/vector-im/element-android/issues/7283))
2724
- [Device Management] Render extended device info ([#7294](https://github.com/vector-im/element-android/issues/7294))
28-
- Implements client-side of local notification settings event ([#7300](https://github.com/vector-im/element-android/issues/7300))
2925
- [Device management] Improve the parsing for OS of Desktop/Web sessions ([#7321](https://github.com/vector-im/element-android/issues/7321))
3026
- [Device management] Hide the IP address and last activity date on current session ([#7324](https://github.com/vector-im/element-android/issues/7324))
3127
- [Device management] Update the unknown verification status icon ([#7327](https://github.com/vector-im/element-android/issues/7327))
32-
- Implement QR Code Login UI ([#7338](https://github.com/vector-im/element-android/issues/7338))
28+
- [Voice Broadcast] Add the "io.element.voice_broadcast_info" state event with a minimalist timeline widget ([#7273](https://github.com/vector-im/element-android/issues/7273))
29+
- [Voice Broadcast] Aggregate state events in the timeline ([#7283](https://github.com/vector-im/element-android/issues/7283))
3330
- [Voice Broadcast] Record and send non aggregated voice messages to the room ([#7363](https://github.com/vector-im/element-android/issues/7363))
3431
- [Voice Broadcast] Start listening to a voice broadcast ([#7387](https://github.com/vector-im/element-android/issues/7387))
3532
- [Voice Broadcast] Enable the feature (behind a lab flag and only for Android 10 and up) ([#7393](https://github.com/vector-im/element-android/issues/7393))
3633
- [Voice Broadcast] Add additional data in events ([#7397](https://github.com/vector-im/element-android/issues/7397))
34+
- Implements MSC3881: Parses `enabled` and `device_id` fields from updated Pusher API ([#7217](https://github.com/vector-im/element-android/issues/7217))
35+
- Adds pusher toggle setting to device manager v2 ([#7261](https://github.com/vector-im/element-android/issues/7261))
36+
- Implement QR Code Login UI ([#7338](https://github.com/vector-im/element-android/issues/7338))
37+
- Implements client-side of local notification settings event ([#7300](https://github.com/vector-im/element-android/issues/7300))
38+
- Links "Enable Notifications for this session" setting to enabled value in pusher ([#7281](https://github.com/vector-im/element-android/issues/7281))
3739

3840
SDK API changes ⚠️
3941
------------------
4042
- Stop using `original_event` field from `/relations` endpoint ([#7282](https://github.com/vector-im/element-android/issues/7282))
4143
- Add `formattedText` or similar optional parameters in several methods:
42-
4344
* RelationService:
4445
* editTextMessage
4546
* editReply
4647
* replyToMessage
4748
* SendService:
4849
* sendQuotedTextMessage
49-
5050
This allows us to send any HTML formatted text message without needing to rely on automatic Markdown > HTML translation. All these new parameters have a `null` value by default, so previous calls to these API methods remain compatible. ([#7288](https://github.com/vector-im/element-android/issues/7288))
5151
- Add support for `m.login.token` auth during QR code based sign in ([#7358](https://github.com/vector-im/element-android/issues/7358))
5252
- Allow getting the formatted or plain text body of a message for the fun `TimelineEvent.getTextEditableContent()`. ([#7359](https://github.com/vector-im/element-android/issues/7359))

0 commit comments

Comments
 (0)