Merge branch 'release/1.3.0' into develop
This commit is contained in:
commit
7349e48bd4
41
CHANGES.md
41
CHANGES.md
|
@ -1,3 +1,44 @@
|
|||
Changes in Element v1.3.0 (2021-09-27)
|
||||
======================================
|
||||
|
||||
Features ✨
|
||||
----------
|
||||
- Spaces!
|
||||
- Adds email notification registration to Settings ([#2243](https://github.com/vector-im/element-android/issues/2243))
|
||||
- Spaces | M3.23 Invite by email in create private space flow ([#3678](https://github.com/vector-im/element-android/issues/3678))
|
||||
- Improve space invite bottom sheet ([#4057](https://github.com/vector-im/element-android/issues/4057))
|
||||
- Allow to also leave rooms when leaving a space ([#3692](https://github.com/vector-im/element-android/issues/3692))
|
||||
- Better expose adding spaces as Subspaces ([#3752](https://github.com/vector-im/element-android/issues/3752))
|
||||
- Push and syncs: add debug info on room list and on room detail screen and improves the log format. ([#4046](https://github.com/vector-im/element-android/issues/4046))
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- Remove the "Teammate spaces aren't quite ready" bottom sheet ([#3945](https://github.com/vector-im/element-android/issues/3945))
|
||||
- Restricted Room previews aren't working ([#3946](https://github.com/vector-im/element-android/issues/3946))
|
||||
- A removed room from a space can't be re-added as it won't be shown in add-room ([#3947](https://github.com/vector-im/element-android/issues/3947))
|
||||
- "Non-Admin" user able to invite others to Private Space (by default) ([#3951](https://github.com/vector-im/element-android/issues/3951))
|
||||
- Kick user dialog for spaces talks about rooms ([#3956](https://github.com/vector-im/element-android/issues/3956))
|
||||
- Messages are displayed as unable to decrypt then decrypted a few seconds later ([#4011](https://github.com/vector-im/element-android/issues/4011))
|
||||
- Fix DTMF not working ([#4015](https://github.com/vector-im/element-android/issues/4015))
|
||||
- Fix sticky end call notification ([#4019](https://github.com/vector-im/element-android/issues/4019))
|
||||
- Fix call screen stuck with some hanging up scenarios ([#4026](https://github.com/vector-im/element-android/issues/4026))
|
||||
- Fix other call not always refreshed when ended ([#4028](https://github.com/vector-im/element-android/issues/4028))
|
||||
- Private space invite bottomsheet only offering inviting by username not by email ([#4042](https://github.com/vector-im/element-android/issues/4042))
|
||||
- Spaces invitation system notifications don't take me to the join space toast ([#4043](https://github.com/vector-im/element-android/issues/4043))
|
||||
- Space Invites are not lighting up the drawer menu ([#4059](https://github.com/vector-im/element-android/issues/4059))
|
||||
- MessageActionsBottomSheet not being shown on local echos ([#4068](https://github.com/vector-im/element-android/issues/4068))
|
||||
|
||||
SDK API changes ⚠️
|
||||
------------------
|
||||
- InitialSyncProgressService has been renamed to SyncStatusService and its function getInitialSyncProgressStatus() has been renamed to getSyncStatusLive() ([#4046](https://github.com/vector-im/element-android/issues/4046))
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
- Better support for Sdk2 version. Also slight change in the default user agent: `MatrixAndroidSDK_X` is replaced by `MatrixAndroidSdk2` ([#3994](https://github.com/vector-im/element-android/issues/3994))
|
||||
- Introduces ConferenceEvent to abstract usage of Jitsi BroadcastEvent class. ([#4014](https://github.com/vector-im/element-android/issues/4014))
|
||||
- Improve performances on RoomDetail screen ([#4065](https://github.com/vector-im/element-android/issues/4065))
|
||||
|
||||
|
||||
Changes in Element v1.2.2 (2021-09-13)
|
||||
======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Adds email notification registration to Settings
|
|
@ -1 +0,0 @@
|
|||
Spaces | M3.23 Invite by email in create private space flow
|
|
@ -1 +0,0 @@
|
|||
Allow to also leave rooms when leaving a space
|
|
@ -1 +0,0 @@
|
|||
Better expose adding spaces as Subspaces
|
|
@ -1 +0,0 @@
|
|||
Remove the "Teammate spaces aren't quite ready" bottom sheet
|
|
@ -1 +0,0 @@
|
|||
Restricted Room previews aren't working
|
|
@ -1 +0,0 @@
|
|||
A removed room from a space can't be re-added as it won't be shown in add-room
|
|
@ -1 +0,0 @@
|
|||
"Non-Admin" user able to invite others to Private Space (by default)
|
|
@ -1 +0,0 @@
|
|||
Kick user dialog for spaces talks about rooms
|
|
@ -1 +0,0 @@
|
|||
Better support for Sdk2 version. Also slight change in the default user agent: `MatrixAndroidSDK_X` is replaced by `MatrixAndroidSdk2`
|
|
@ -1 +0,0 @@
|
|||
Messages are displayed as unable to decrypt then decrypted a few seconds later
|
|
@ -1 +0,0 @@
|
|||
Introduces ConferenceEvent to abstract usage of Jitsi BroadcastEvent class.
|
|
@ -1 +0,0 @@
|
|||
Fix DTMF not working
|
|
@ -1 +0,0 @@
|
|||
Fix sticky end call notification
|
|
@ -1 +0,0 @@
|
|||
Fix call screen stuck with some hanging up scenarios
|
|
@ -1 +0,0 @@
|
|||
Fix other call not always refreshed when ended
|
|
@ -1 +0,0 @@
|
|||
Private space invite bottomsheet only offering inviting by username not by email
|
|
@ -1 +0,0 @@
|
|||
Spaces invitation system notifications don't take me to the join space toast
|
|
@ -1 +0,0 @@
|
|||
Push and syncs: add debug info on room list and on room detail screen and improves the log format.
|
|
@ -1 +0,0 @@
|
|||
InitialSyncProgressService has been renamed to SyncStatusService and its function getInitialSyncProgressStatus() has been renamed to getSyncStatusLive()
|
|
@ -1 +0,0 @@
|
|||
Improve space invite bottom sheet
|
|
@ -1 +0,0 @@
|
|||
Space Invites are not lighting up the drawer menu
|
|
@ -1 +0,0 @@
|
|||
Improve performances on RoomDetail screen
|
|
@ -1 +0,0 @@
|
|||
MessageActionsBottomSheet not being shown on local echos
|
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: Organize your rooms using Spaces!
|
||||
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.3.0
|
|
@ -13,8 +13,8 @@ kapt {
|
|||
|
||||
// Note: 2 digits max for each value
|
||||
ext.versionMajor = 1
|
||||
ext.versionMinor = 2
|
||||
ext.versionPatch = 3
|
||||
ext.versionMinor = 3
|
||||
ext.versionPatch = 0
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
|
|
@ -225,6 +225,8 @@ class UiAllScreensSanityTest {
|
|||
clickOn(R.string.message_add_reaction)
|
||||
// Filter
|
||||
// TODO clickMenu(R.id.search)
|
||||
// Wait for emoji to load, it's async now
|
||||
sleep(1_000)
|
||||
clickListItem(R.id.emojiRecyclerView, 4)
|
||||
|
||||
// Test Edit mode
|
||||
|
|
Loading…
Reference in New Issue