mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Merge branch 'release/1.4.10' into develop
This commit is contained in:
commit
bf24b86f71
29 changed files with 46 additions and 26 deletions
41
CHANGES.md
41
CHANGES.md
|
@ -1,3 +1,44 @@
|
|||
Changes in Element v1.4.10 (2022-04-05)
|
||||
=======================================
|
||||
|
||||
Features ✨
|
||||
----------
|
||||
- Allow scrolling position of Voice Message playback ([#5426](https://github.com/vector-im/element-android/issues/5426))
|
||||
- Users will be able to provide feedback for threads ([#5647](https://github.com/vector-im/element-android/issues/5647))
|
||||
- Update Jitsi lib from 3.10.0 to 5.0.2 ([#5654](https://github.com/vector-im/element-android/issues/5654))
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- Replace "open settings" button by "disable" action in RageShake dialog if there is no session ([#4445](https://github.com/vector-im/element-android/issues/4445))
|
||||
- Fixes room summaries showing encrypted content after verifying device ([#4867](https://github.com/vector-im/element-android/issues/4867))
|
||||
- Fixes polls being votable after being ended ([#5473](https://github.com/vector-im/element-android/issues/5473))
|
||||
- [Subscribing] Blank display name ([#5497](https://github.com/vector-im/element-android/issues/5497))
|
||||
- Fixes voice call button disappearing in DM rooms with more than 2 members ([#5548](https://github.com/vector-im/element-android/issues/5548))
|
||||
- Add loader in thread list ([#5562](https://github.com/vector-im/element-android/issues/5562))
|
||||
- Fixed key export when overwriting existing files ([#5663](https://github.com/vector-im/element-android/issues/5663))
|
||||
|
||||
In development 🚧
|
||||
----------------
|
||||
- Adding combined account creation and server selection screen as part of the new FTUE ([#5277](https://github.com/vector-im/element-android/issues/5277))
|
||||
- Finalising FTUE onboarding account creation personalization steps but keeping feature disabled until other parts are complete ([#5519](https://github.com/vector-im/element-android/issues/5519))
|
||||
- Live Location Sharing - Foreground Service and Notification ([#5595](https://github.com/vector-im/element-android/issues/5595))
|
||||
- Send beacon info state event when live location sharing started ([#5651](https://github.com/vector-im/element-android/issues/5651))
|
||||
- Show a banner in timeline while location sharing service is running ([#5660](https://github.com/vector-im/element-android/issues/5660))
|
||||
- Location sharing: adding possibility to choose duration of live sharing ([#5667](https://github.com/vector-im/element-android/issues/5667))
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
- Improve main timeline thread summary rendering ([#5151](https://github.com/vector-im/element-android/issues/5151))
|
||||
- "Add space" copy is replaced with "create space" in left sliding panel ([#5516](https://github.com/vector-im/element-android/issues/5516))
|
||||
- Flattening the asynchronous onboarding state and passing all errors through the same pipeline ([#5517](https://github.com/vector-im/element-android/issues/5517))
|
||||
- Changed items order in space menu. Changed capitalization for "space" in those items ([#5524](https://github.com/vector-im/element-android/issues/5524))
|
||||
- Permalinks to root thread messages will now navigate you within the thread timeline ([#5567](https://github.com/vector-im/element-android/issues/5567))
|
||||
- Live location sharing: adding way to override feature activation in debug ([#5581](https://github.com/vector-im/element-android/issues/5581))
|
||||
- Adds unit tests around the login with matrix id flow ([#5628](https://github.com/vector-im/element-android/issues/5628))
|
||||
- Setup the plugin org.owasp.dependencycheck ([#5654](https://github.com/vector-im/element-android/issues/5654))
|
||||
- Implement threads beta opt-in mechanism to notify users about threads ([#5692](https://github.com/vector-im/element-android/issues/5692))
|
||||
|
||||
|
||||
Changes in Element v1.4.8 (2022-03-28)
|
||||
======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Replace "open settings" button by "disable" action in RageShake dialog if there is no session
|
|
@ -1 +0,0 @@
|
|||
Fixes room summaries showing encrypted content after verifying device
|
|
@ -1 +0,0 @@
|
|||
Improve main timeline thread summary rendering
|
|
@ -1 +0,0 @@
|
|||
Adding combined account creation and server selection screen as part of the new FTUE
|
|
@ -1 +0,0 @@
|
|||
Allow scrolling position of Voice Message playback
|
|
@ -1 +0,0 @@
|
|||
Fixes polls being votable after being ended
|
|
@ -1 +0,0 @@
|
|||
[Subscribing] Blank display name
|
|
@ -1 +0,0 @@
|
|||
"Add space" copy is replaced with "create space" in left sliding panel
|
|
@ -1 +0,0 @@
|
|||
Flattening the asynchronous onboarding state and passing all errors through the same pipeline
|
|
@ -1 +0,0 @@
|
|||
Finalising FTUE onboarding account creation personalization steps but keeping feature disabled until other parts are complete
|
|
@ -1 +0,0 @@
|
|||
Changed items order in space menu. Changed capitalization for "space" in those items
|
|
@ -1 +0,0 @@
|
|||
Fixes voice call button disappearing in DM rooms with more than 2 members
|
|
@ -1 +0,0 @@
|
|||
Add loader in thread list
|
|
@ -1 +0,0 @@
|
|||
Permalinks to root thread messages will now navigate you within the thread timeline
|
|
@ -1 +0,0 @@
|
|||
Live location sharing: adding way to override feature activation in debug
|
|
@ -1 +0,0 @@
|
|||
Live Location Sharing - Foreground Service and Notification
|
|
@ -1 +0,0 @@
|
|||
Adds unit tests around the login with matrix id flow
|
|
@ -1 +0,0 @@
|
|||
Users will be able to provide feedback for threads
|
|
@ -1 +0,0 @@
|
|||
Send beacon info state event when live location sharing started
|
|
@ -1 +0,0 @@
|
|||
Update Jitsi lib from 3.10.0 to 5.0.2
|
|
@ -1 +0,0 @@
|
|||
Setup the plugin org.owasp.dependencycheck
|
|
@ -1 +0,0 @@
|
|||
Show a banner in timeline while location sharing service is running
|
|
@ -1 +0,0 @@
|
|||
Fixed key export when overwriting existing files
|
|
@ -1 +0,0 @@
|
|||
Location sharing: adding possibility to choose duration of live sharing
|
|
@ -1 +0,0 @@
|
|||
Implement threads beta opt-in mechanism to notify users about threads
|
2
fastlane/metadata/android/en-US/changelogs/40104100.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40104100.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: Scroll in voice message. Various bug fixes and stability improvements.
|
||||
Full changelog: https://github.com/vector-im/element-android/releases
|
|
@ -56,8 +56,10 @@ class RoomDetailRobot {
|
|||
// Menu
|
||||
openMenu()
|
||||
pressBack()
|
||||
/* TODO something has changed in the menu :/
|
||||
clickMenu(R.id.voice_call)
|
||||
pressBack()
|
||||
*/
|
||||
clickMenu(R.id.video_call)
|
||||
pressBack()
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ class SpaceRobot {
|
|||
|
||||
fun createSpace(block: SpaceCreateRobot.() -> Unit) {
|
||||
openDrawer()
|
||||
clickOn(R.string.add_space)
|
||||
clickOn(R.string.create_space)
|
||||
block(SpaceCreateRobot())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue