Merge branch 'release/1.4.18' into develop

This commit is contained in:
Benoit Marty 2022-05-31 17:56:42 +02:00
commit e3c72876df
45 changed files with 66 additions and 45 deletions

View File

@ -1,3 +1,67 @@
Changes in Element v1.4.18 (2022-05-31)
=======================================
Features ✨
----------
- Space explore screen changes: removed space card, added rooms filtering ([#5658](https://github.com/vector-im/element-android/issues/5658))
- Adds space or user id as a subtitle under rooms in search ([#5860](https://github.com/vector-im/element-android/issues/5860))
- Adds up navigation in spaces ([#6073](https://github.com/vector-im/element-android/issues/6073))
- Labs flag for enabling live location sharing ([#6098](https://github.com/vector-im/element-android/issues/6098))
- Added support for mandatory backup or passphrase from .well-known configuration. ([#6133](https://github.com/vector-im/element-android/issues/6133))
- Security - Asking for user confirmation when tapping URLs which contain unicode directional overrides ([#6163](https://github.com/vector-im/element-android/issues/6163))
- Add settings switch to allow autoplaying animated images ([#6166](https://github.com/vector-im/element-android/issues/6166))
- Live Location Sharing - User List Bottom Sheet ([#6170](https://github.com/vector-im/element-android/issues/6170))
Bugfixes 🐛
----------
- Fix some notifications not clearing when read ([#4862](https://github.com/vector-im/element-android/issues/4862))
- Do not switch away from home space on notification when "Show all Rooms in Home" is selected. ([#5827](https://github.com/vector-im/element-android/issues/5827))
- Use fixed text size in read receipt counter ([#5856](https://github.com/vector-im/element-android/issues/5856))
- Revert: Use member name instead of room name in DM creation item ([#6032](https://github.com/vector-im/element-android/issues/6032))
- Poll refactoring with unit tests ([#6074](https://github.com/vector-im/element-android/issues/6074))
- Correct .well-known/matrix/client handling for server_names which include ports. ([#6095](https://github.com/vector-im/element-android/issues/6095))
- Glide - Use current drawable while loading new static map image ([#6103](https://github.com/vector-im/element-android/issues/6103))
- Fix sending multiple invites to a room reaching only one or two people ([#6109](https://github.com/vector-im/element-android/issues/6109))
- Prevent widget web view from reloading on screen / orientation change ([#6140](https://github.com/vector-im/element-android/issues/6140))
- Fix decrypting redacted event from sending errors ([#6148](https://github.com/vector-im/element-android/issues/6148))
- Make widget web view request system permissions for camera and microphone (PSF-1061) ([#6149](https://github.com/vector-im/element-android/issues/6149))
In development 🚧
----------------
- Adds email input and verification screens to the new FTUE onboarding flow ([#5278](https://github.com/vector-im/element-android/issues/5278))
- FTUE - Adds the redesigned Sign In screen ([#5283](https://github.com/vector-im/element-android/issues/5283))
- [Live location sharing] Update message in timeline during the live ([#5689](https://github.com/vector-im/element-android/issues/5689))
- FTUE - Overrides sign up flow ordering for matrix.org only ([#5783](https://github.com/vector-im/element-android/issues/5783))
- Live location sharing: navigation from timeline to map screen
Live location sharing: show user pins on map screen ([#6012](https://github.com/vector-im/element-android/issues/6012))
- FTUE - Adds homeserver login/register deeplink support ([#6023](https://github.com/vector-im/element-android/issues/6023))
- [Live location sharing] Update entity in DB when a live is timed out ([#6123](https://github.com/vector-im/element-android/issues/6123))
SDK API changes ⚠️
------------------
- Notifies other devices when a verification request sent from an Android device is accepted.` ([#5724](https://github.com/vector-im/element-android/issues/5724))
- Some `val` have been changed to `fun` to increase their visibility in the generated documentation. Just add `()` if you were using them.
- `KeysBackupService.state` has been replaced by `KeysBackupService.getState()`
- `KeysBackupService.isStucked` has been replaced by `KeysBackupService.isStuck()`
- SDK documentation improved ([#5952](https://github.com/vector-im/element-android/issues/5952))
- Improve replay attacks and reduce duplicate message index errors ([#6077](https://github.com/vector-im/element-android/issues/6077))
- Remove `RoomSummaryQueryParams.roomId`. If you need to observe a single room, use the new API `RoomService.getRoomSummaryLive(roomId: String)`
- `ActiveSpaceFilter` has been renamed to `SpaceFilter`
- `RoomCategoryFilter.ALL` has been removed, just pass `null` to not filter on Room category. ([#6143](https://github.com/vector-im/element-android/issues/6143))
Other changes
-------------
- leaving space experience changed to be aligned with iOS ([#5728](https://github.com/vector-im/element-android/issues/5728))
- @Ignore a number of tests that are currently failing in CI. ([#6025](https://github.com/vector-im/element-android/issues/6025))
- Remove ShortcutBadger lib and usage (it was dead code) ([#6041](https://github.com/vector-im/element-android/issues/6041))
- Test: Ensure calling 'fail()' is not caught by the catch block ([#6089](https://github.com/vector-im/element-android/issues/6089))
- Excludes transitive optional non FOSS google location dependency from fdroid builds ([#6100](https://github.com/vector-im/element-android/issues/6100))
- Fixed grammar errors in /vector/src/main/res/values/strings.xml ([#6132](https://github.com/vector-im/element-android/issues/6132))
- Downgrade gradle from 7.2.0 to 7.1.3 ([#6141](https://github.com/vector-im/element-android/issues/6141))
- Add Lao language to the in-app settings. ([#6196](https://github.com/vector-im/element-android/issues/6196))
- Remove the background location permission request ([#6198](https://github.com/vector-im/element-android/issues/6198))
Changes in Element v1.4.16 (2022-05-17)
=======================================

View File

@ -1 +0,0 @@
Fix some notifications not clearing when read

View File

@ -1 +0,0 @@
Adds email input and verification screens to the new FTUE onboarding flow

View File

@ -1 +0,0 @@
FTUE - Adds the redesigned Sign In screen

View File

@ -1 +0,0 @@
Space explore screen changes: removed space card, added rooms filtering

View File

@ -1 +0,0 @@
[Live location sharing] Update message in timeline during the live

View File

@ -1 +0,0 @@
- Notifies other devices when a verification request sent from an Android device is accepted.`

View File

@ -1 +0,0 @@
leaving space experience changed to be aligned with iOS

View File

@ -1 +0,0 @@
FTUE - Overrides sign up flow ordering for matrix.org only

View File

@ -1 +0,0 @@
Do not switch away from home space on notification when "Show all Rooms in Home" is selected.

View File

@ -1 +0,0 @@
Use fixed text size in read receipt counter

View File

@ -1 +0,0 @@
Adds space or user id as a subtitle under rooms in search

View File

@ -1,4 +0,0 @@
- Some `val` have been changed to `fun` to increase their visibility in the generated documentation. Just add `()` if you were using them.
- `KeysBackupService.state` has been replaced by `KeysBackupService.getState()`
- `KeysBackupService.isStucked` has been replaced by `KeysBackupService.isStuck()`
- SDK documentation improved

View File

@ -1,2 +0,0 @@
Live location sharing: navigation from timeline to map screen
Live location sharing: show user pins on map screen

View File

@ -1 +0,0 @@
FTUE - Adds homeserver login/register deeplink support

View File

@ -1 +0,0 @@
@Ignore a number of tests that are currently failing in CI.

View File

@ -1 +0,0 @@
Revert: Use member name instead of room name in DM creation item

View File

@ -1 +0,0 @@
Remove ShortcutBadger lib and usage (it was dead code)

View File

@ -1 +0,0 @@
Adds up navigation in spaces

View File

@ -1 +0,0 @@
Poll refactoring with unit tests

View File

@ -1 +0,0 @@
Improve replay attacks and reduce duplicate message index errors

View File

@ -1 +0,0 @@
Test: Ensure calling 'fail()' is not caught by the catch block

View File

@ -1 +0,0 @@
Correct .well-known/matrix/client handling for server_names which include ports.

View File

@ -1 +0,0 @@
Labs flag for enabling live location sharing

View File

@ -1 +0,0 @@
Excludes transitive optional non FOSS google location dependency from fdroid builds

View File

@ -1 +0,0 @@
Glide - Use current drawable while loading new static map image

View File

@ -1 +0,0 @@
Fix sending multiple invites to a room reaching only one or two people

View File

@ -1 +0,0 @@
[Live location sharing] Update entity in DB when a live is timed out

View File

@ -1 +0,0 @@
Fixed grammar errors in /vector/src/main/res/values/strings.xml

View File

@ -1 +0,0 @@
Added support for mandatory backup or passphrase from .well-known configuration.

View File

@ -1 +0,0 @@
Prevent widget web view from reloading on screen / orientation change

View File

@ -1 +0,0 @@
Downgrade gradle from 7.2.0 to 7.1.3

View File

@ -1,3 +0,0 @@
Remove `RoomSummaryQueryParams.roomId`. If you need to observe a single room, use the new API `RoomService.getRoomSummaryLive(roomId: String)`
- `ActiveSpaceFilter` has been renamed to `SpaceFilter`
- `RoomCategoryFilter.ALL` has been removed, just pass `null` to not filter on Room category.

View File

@ -1 +0,0 @@
Fix decrypting redacted event from sending errors

View File

@ -1 +0,0 @@
Make widget web view request system permissions for camera and microphone (PSF-1061)

View File

@ -1 +0,0 @@
Security - Asking for user confirmation when tapping URLs which contain unicode directional overrides

View File

@ -1 +0,0 @@
Add settings switch to allow autoplaying animated images

View File

@ -1 +0,0 @@
Live Location Sharing - User List Bottom Sheet

View File

@ -1 +0,0 @@
Add Lao language to the in-app settings.

View File

@ -1 +0,0 @@
Remove the background location permission request

View File

@ -0,0 +1,2 @@
Main changes in this version: Various bug fixes and stability improvements.
Full changelog: https://github.com/vector-im/element-android/releases