Merge branch 'release/1.3.16' into develop

This commit is contained in:
Benoit Marty 2022-01-25 21:46:50 +01:00
commit e6c5ce63a0
35 changed files with 53 additions and 35 deletions

View File

@ -1,3 +1,53 @@
Changes in Element 1.3.16 (2022-01-25)
======================================
Features ✨
----------
- Static location sharing and rendering ([#2210](https://github.com/vector-im/element-android/issues/2210))
- Enables the FTUE splash carousel ([#4584](https://github.com/vector-im/element-android/issues/4584))
- Allow editing polls ([#5036](https://github.com/vector-im/element-android/issues/5036))
Bugfixes 🐛
----------
- Fixing missing notifications in FDroid variants using `optimised for battery` background sync mode ([#5003](https://github.com/vector-im/element-android/issues/5003))
- Fix for stuck local event messages at the bottom of the screen ([#516](https://github.com/vector-im/element-android/issues/516))
- Notification does not take me to the room when another space was last viewed ([#3839](https://github.com/vector-im/element-android/issues/3839))
- Explore Rooms overflow menu - content update include "Create room" ([#3932](https://github.com/vector-im/element-android/issues/3932))
- Fix sync timeout after returning from background ([#4669](https://github.com/vector-im/element-android/issues/4669))
- Fix a wrong network error issue in the Legals screen ([#4935](https://github.com/vector-im/element-android/issues/4935))
- Prevent Alerts to be displayed in the automatically displayed analytics opt-in screen ([#4948](https://github.com/vector-im/element-android/issues/4948))
- EmojiPopupDismissListener not being triggered after dismissing the EmojiPopup ([#4991](https://github.com/vector-im/element-android/issues/4991))
- Fix an error in string resource ([#4997](https://github.com/vector-im/element-android/issues/4997))
- Big messages taking inappropriately long to evaluate .m.rule.roomnotif push rules ([#5008](https://github.com/vector-im/element-android/issues/5008))
- Improve auto rageshake lab feature ([#5021](https://github.com/vector-im/element-android/issues/5021))
In development 🚧
----------------
- Updates the onboarding carousel images, copy and improves the handling of different device sizes ([#4880](https://github.com/vector-im/element-android/issues/4880))
- Disabling onboarding automatic carousel transitions on user interaction ([#4914](https://github.com/vector-im/element-android/issues/4914))
- Locking phones to portrait during the FTUE onboarding ([#4918](https://github.com/vector-im/element-android/issues/4918))
- Adds a messaging use case screen to the FTUE onboarding ([#4927](https://github.com/vector-im/element-android/issues/4927))
- Updating the FTUE use case icons ([#5025](https://github.com/vector-im/element-android/issues/5025))
- Support undisclosed polls ([#5037](https://github.com/vector-im/element-android/issues/5037))
Other changes
-------------
- Enabling native support for window resizing ([#4811](https://github.com/vector-im/element-android/issues/4811))
- Analytics: send more Events ([#4734](https://github.com/vector-im/element-android/issues/4734))
- Fix integration tests and add a comment with results (still not perfect due to github actions resource limitations) ([#4842](https://github.com/vector-im/element-android/issues/4842))
- "/kick" command is replaced with "/remove". Also replaced all occurrences in string resources ([#4865](https://github.com/vector-im/element-android/issues/4865))
- Toolbar management rework. Toolbar title's and subtitle's text appearance now controlled by theme without local overrides. Helper class introduced to
help with toolbar configuration. Toolbar title, subtitle and navigation button widgets are removed where it is possible and replaced with built-in
toolbar widgets. ([#4884](https://github.com/vector-im/element-android/issues/4884))
- Add signing config for the release buildType. No secret added ([#4926](https://github.com/vector-im/element-android/issues/4926))
- Remove unused module matrix-sdk-android-rx and do some cleanup ([#4942](https://github.com/vector-im/element-android/issues/4942))
- Sync issue automation with element-web ([#4949](https://github.com/vector-im/element-android/issues/4949))
- Improves local echo blinking when non room events received ([#4960](https://github.com/vector-im/element-android/issues/4960))
- Including onboarding server options in the all screen sanity test suite ([#4975](https://github.com/vector-im/element-android/issues/4975))
- Exclude dependabot upgrade for @github-script@v3 ([#4988](https://github.com/vector-im/element-android/issues/4988))
- Small iteration on command parser and unit test it. ([#4998](https://github.com/vector-im/element-android/issues/4998))
Changes in Element v1.3.15 (2022-01-18)
=======================================

View File

@ -1 +0,0 @@
Static location sharing and rendering

View File

@ -1 +0,0 @@
Notification does not take me to the room when another space was last viewed

View File

@ -1 +0,0 @@
Explore Rooms overflow menu - content update include "Create room"

View File

@ -1 +0,0 @@
Enables the FTUE splash carousel

View File

@ -1 +0,0 @@
Fix sync timeout after returning from background

View File

@ -1 +0,0 @@
Analytics: send more Events

View File

@ -1 +0,0 @@
Enabling native support for window resizing

View File

@ -1 +0,0 @@
Fix integration tests and add a comment with results (still not perfect due to github actions resource limitations)

View File

@ -1 +0,0 @@
"/kick" command is replaced with "/remove". Also replaced all occurrences in string resources

View File

@ -1 +0,0 @@
Updates the onboarding carousel images, copy and improves the handling of different device sizes

View File

@ -1,3 +0,0 @@
Toolbar management rework. Toolbar title's and subtitle's text appearance now controlled by theme without local overrides. Helper class introduced to
help with toolbar configuration. Toolbar title, subtitle and navigation button widgets are removed where it is possible and replaced with built-in
toolbar widgets.

View File

@ -1 +0,0 @@
Disabling onboarding automatic carousel transitions on user interaction

View File

@ -1 +0,0 @@
Locking phones to portrait during the FTUE onboarding

View File

@ -1 +0,0 @@
Add signing config for the release buildType. No secret added

View File

@ -1 +0,0 @@
Adds a messaging use case screen to the FTUE onboarding

View File

@ -1 +0,0 @@
Fix a wrong network error issue in the Legals screen

View File

@ -1 +0,0 @@
Remove unused module matrix-sdk-android-rx and do some cleanup

View File

@ -1 +0,0 @@
Prevent Alerts to be displayed in the automatically displayed analytics opt-in screen

View File

@ -1 +0,0 @@
Sync issue automation with element-web

View File

@ -1 +0,0 @@
Improves local echo blinking when non room events received

View File

@ -1 +0,0 @@
Including onboarding server options in the all screen sanity test suite

View File

@ -1 +0,0 @@
Exclude dependabot upgrade for @github-script@v3

View File

@ -1 +0,0 @@
EmojiPopupDismissListener not being triggered after dismissing the EmojiPopup

View File

@ -1 +0,0 @@
Fix an error in string resource

View File

@ -1 +0,0 @@
Small iteration on command parser and unit test it.

View File

@ -1 +0,0 @@
Fixing missing notifications in FDroid variants using `optimised for battery` background sync mode

View File

@ -1 +0,0 @@
Big messages taking inappropriately long to evaluate .m.rule.roomnotif push rules

View File

@ -1 +0,0 @@
Improve auto rageshake lab feature

View File

@ -1 +0,0 @@
Updating the FTUE use case icons

View File

@ -1 +0,0 @@
Allow editing polls

View File

@ -1 +0,0 @@
Support undisclosed polls

View File

@ -1 +0,0 @@
Fix for stuck local event messages at the bottom of the screen

View File

@ -0,0 +1,2 @@
Main changes in this version: send your location to any room. Edit poll.
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.3.16

View File

@ -128,7 +128,7 @@ class ElementRobot {
}
waitUntilActivityVisible<OnboardingActivity> {
assertDisplayed(R.id.loginSplashLogo)
assertDisplayed(R.id.loginSplashSubmit)
}
}