From a9d704f273eb73fa3b671d4c2cbfca251a227b32 Mon Sep 17 00:00:00 2001 From: ganfra Date: Thu, 30 Jun 2022 16:35:37 +0200 Subject: [PATCH] Update CHANGES --- CHANGES.md | 56 +++++++++++++++++++ changelog.d/3448.feature | 1 - changelog.d/5821.bugfix | 1 - changelog.d/5864.sdk | 1 - changelog.d/5913.misc | 3 - changelog.d/6101.bugfix | 1 - changelog.d/6154.bugfix | 1 - changelog.d/6155.misc | 1 - changelog.d/6162.wip | 1 - changelog.d/6191.sdk | 1 - changelog.d/6203.feature | 1 - changelog.d/6217.feature | 1 - changelog.d/6261.misc | 1 - changelog.d/6285.feature | 1 - changelog.d/6290.bugfix | 1 - changelog.d/6300.misc | 1 - changelog.d/6315.bugfix | 1 - changelog.d/6318.bugfix | 1 - changelog.d/6319.sdk | 1 - changelog.d/6320.misc | 1 - changelog.d/6326.bugfix | 1 - changelog.d/6328.bugfix | 1 - changelog.d/6329.misc | 1 - changelog.d/6349.bugfix | 1 - changelog.d/6350.feature | 1 - changelog.d/6357.bugfix | 1 - changelog.d/6364.feature | 1 - changelog.d/6366.misc | 1 - changelog.d/6369.feature | 2 - changelog.d/6371.bugfix | 1 - changelog.d/6375.bugfix | 1 - changelog.d/6394.misc | 1 - changelog.d/6396.doc | 1 - .../android/en-US/changelogs/40104260.txt | 2 + 34 files changed, 58 insertions(+), 35 deletions(-) delete mode 100644 changelog.d/3448.feature delete mode 100644 changelog.d/5821.bugfix delete mode 100644 changelog.d/5864.sdk delete mode 100644 changelog.d/5913.misc delete mode 100644 changelog.d/6101.bugfix delete mode 100644 changelog.d/6154.bugfix delete mode 100644 changelog.d/6155.misc delete mode 100644 changelog.d/6162.wip delete mode 100644 changelog.d/6191.sdk delete mode 100644 changelog.d/6203.feature delete mode 100644 changelog.d/6217.feature delete mode 100644 changelog.d/6261.misc delete mode 100644 changelog.d/6285.feature delete mode 100644 changelog.d/6290.bugfix delete mode 100644 changelog.d/6300.misc delete mode 100644 changelog.d/6315.bugfix delete mode 100644 changelog.d/6318.bugfix delete mode 100644 changelog.d/6319.sdk delete mode 100644 changelog.d/6320.misc delete mode 100644 changelog.d/6326.bugfix delete mode 100644 changelog.d/6328.bugfix delete mode 100644 changelog.d/6329.misc delete mode 100644 changelog.d/6349.bugfix delete mode 100644 changelog.d/6350.feature delete mode 100644 changelog.d/6357.bugfix delete mode 100644 changelog.d/6364.feature delete mode 100644 changelog.d/6366.misc delete mode 100644 changelog.d/6369.feature delete mode 100644 changelog.d/6371.bugfix delete mode 100644 changelog.d/6375.bugfix delete mode 100644 changelog.d/6394.misc delete mode 100644 changelog.d/6396.doc create mode 100644 fastlane/metadata/android/en-US/changelogs/40104260.txt diff --git a/CHANGES.md b/CHANGES.md index 17d3fed2a6..cf1716dea8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,59 @@ +Changes in Element v1.4.26 (2022-06-30) +======================================= + +Features ✨ +---------- + - Use UnifiedPush and allows user to have push without FCM. ([#3448](https://github.com/vector-im/element-android/issues/3448)) + - Replace ffmpeg-kit with libopus and libopusenc. ([#6203](https://github.com/vector-im/element-android/issues/6203)) + - Improve lock screen implementation. ([#6217](https://github.com/vector-im/element-android/issues/6217)) + - Allow sharing text based content via android's share menu (eg .ics files) ([#6285](https://github.com/vector-im/element-android/issues/6285)) + - Promote live location labs flag ([#6350](https://github.com/vector-im/element-android/issues/6350)) + - [Location sharing] - Stop any active live before starting a new one ([#6364](https://github.com/vector-im/element-android/issues/6364)) + - Expose pusher profile tag in advanced settings ([#6369](https://github.com/vector-im/element-android/issues/6369)) + +Bugfixes 🐛 +---------- + - Fixes concurrent modification crash when signing out or launching the app ([#5821](https://github.com/vector-im/element-android/issues/5821)) + - Refactor - better naming, return native user id and not sip user id and create a dm with the native user instead of with the sip user. ([#6101](https://github.com/vector-im/element-android/issues/6101)) + - Fixed /upgraderoom command not doing anything ([#6154](https://github.com/vector-im/element-android/issues/6154)) + - Fixed crash when opening large images in the timeline ([#6290](https://github.com/vector-im/element-android/issues/6290)) + - [Location sharing] Fix crash when starting/stopping a live when offline ([#6315](https://github.com/vector-im/element-android/issues/6315)) + - Fix loop in timeline and simplify management of chunks and timeline events. ([#6318](https://github.com/vector-im/element-android/issues/6318)) + - Update design and behaviour on widget permission bottom sheet ([#6326](https://github.com/vector-im/element-android/issues/6326)) + - Fix | Some user verification requests couldn't be accepted/declined ([#6328](https://github.com/vector-im/element-android/issues/6328)) + - [Location sharing] Fix stop of a live not possible from another device ([#6349](https://github.com/vector-im/element-android/issues/6349)) + - Fix backslash escapes in formatted messages ([#6357](https://github.com/vector-im/element-android/issues/6357)) + - Fixes wrong error message when signing in with wrong credentials ([#6371](https://github.com/vector-im/element-android/issues/6371)) + - [Location Share] - Adding missing prefix "u=" for uncertainty in geo URI ([#6375](https://github.com/vector-im/element-android/issues/6375)) + +In development 🚧 +---------------- + - FTUE - Adds automatic homeserver selection when typing a full matrix id during registration or login ([#6162](https://github.com/vector-im/element-android/issues/6162)) + +Improved Documentation 📚 +------------------------ + - Update the PR process doc to come back to one reviewer with optional additional reviewers. ([#6396](https://github.com/vector-im/element-android/issues/6396)) + +SDK API changes ⚠️ +------------------ + - Group all location sharing related API into LocationSharingService ([#5864](https://github.com/vector-im/element-android/issues/5864)) + - Add support for MSC2457 - opting in or out of logging out all devices when changing password ([#6191](https://github.com/vector-im/element-android/issues/6191)) + - Create `QueryStateEventValue` to do query on `stateKey` for State Event. Also remove the default parameter values for those type. ([#6319](https://github.com/vector-im/element-android/issues/6319)) + +Other changes +------------- + - - Notify of the latest known location in LocationTracker to avoid multiple locations at start + - Debounce location updates + - Improve location providers access ([#5913](https://github.com/vector-im/element-android/issues/5913)) + - Add unit tests for LiveLocationAggregationProcessor code ([#6155](https://github.com/vector-im/element-android/issues/6155)) + - Making screenshots in bug reports opt in instead of opt out ([#6261](https://github.com/vector-im/element-android/issues/6261)) + - Setup [Flipper](https://fbflipper.com/) ([#6300](https://github.com/vector-im/element-android/issues/6300)) + - CreatePollViewModel unit tests ([#6320](https://github.com/vector-im/element-android/issues/6320)) + - Fix flaky test in voice recording feature. ([#6329](https://github.com/vector-im/element-android/issues/6329)) + - Poll view state unit tests ([#6366](https://github.com/vector-im/element-android/issues/6366)) + - Let LoadRoomMembersTask insert by chunk to release db. ([#6394](https://github.com/vector-im/element-android/issues/6394)) + + Changes in Element v1.4.25 (2022-06-27) ======================================= diff --git a/changelog.d/3448.feature b/changelog.d/3448.feature deleted file mode 100644 index 3f83f1bef5..0000000000 --- a/changelog.d/3448.feature +++ /dev/null @@ -1 +0,0 @@ -Use UnifiedPush and allows user to have push without FCM. diff --git a/changelog.d/5821.bugfix b/changelog.d/5821.bugfix deleted file mode 100644 index 25d8fd2b46..0000000000 --- a/changelog.d/5821.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes concurrent modification crash when signing out or launching the app diff --git a/changelog.d/5864.sdk b/changelog.d/5864.sdk deleted file mode 100644 index b0a9d1c67d..0000000000 --- a/changelog.d/5864.sdk +++ /dev/null @@ -1 +0,0 @@ -Group all location sharing related API into LocationSharingService diff --git a/changelog.d/5913.misc b/changelog.d/5913.misc deleted file mode 100644 index 24be7194d5..0000000000 --- a/changelog.d/5913.misc +++ /dev/null @@ -1,3 +0,0 @@ -- Notify of the latest known location in LocationTracker to avoid multiple locations at start -- Debounce location updates -- Improve location providers access diff --git a/changelog.d/6101.bugfix b/changelog.d/6101.bugfix deleted file mode 100644 index 2d8da5327d..0000000000 --- a/changelog.d/6101.bugfix +++ /dev/null @@ -1 +0,0 @@ -Refactor - better naming, return native user id and not sip user id and create a dm with the native user instead of with the sip user. diff --git a/changelog.d/6154.bugfix b/changelog.d/6154.bugfix deleted file mode 100644 index 5c64eb2879..0000000000 --- a/changelog.d/6154.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed /upgraderoom command not doing anything diff --git a/changelog.d/6155.misc b/changelog.d/6155.misc deleted file mode 100644 index 044e21408e..0000000000 --- a/changelog.d/6155.misc +++ /dev/null @@ -1 +0,0 @@ -Add unit tests for LiveLocationAggregationProcessor code diff --git a/changelog.d/6162.wip b/changelog.d/6162.wip deleted file mode 100644 index 8b32a72571..0000000000 --- a/changelog.d/6162.wip +++ /dev/null @@ -1 +0,0 @@ -FTUE - Adds automatic homeserver selection when typing a full matrix id during registration or login diff --git a/changelog.d/6191.sdk b/changelog.d/6191.sdk deleted file mode 100644 index d7fcf1b40f..0000000000 --- a/changelog.d/6191.sdk +++ /dev/null @@ -1 +0,0 @@ -Add support for MSC2457 - opting in or out of logging out all devices when changing password diff --git a/changelog.d/6203.feature b/changelog.d/6203.feature deleted file mode 100644 index bbfddd4179..0000000000 --- a/changelog.d/6203.feature +++ /dev/null @@ -1 +0,0 @@ -Replace ffmpeg-kit with libopus and libopusenc. diff --git a/changelog.d/6217.feature b/changelog.d/6217.feature deleted file mode 100644 index 6a8a31790f..0000000000 --- a/changelog.d/6217.feature +++ /dev/null @@ -1 +0,0 @@ -Improve lock screen implementation. diff --git a/changelog.d/6261.misc b/changelog.d/6261.misc deleted file mode 100644 index 9ae8bf7b17..0000000000 --- a/changelog.d/6261.misc +++ /dev/null @@ -1 +0,0 @@ -Making screenshots in bug reports opt in instead of opt out diff --git a/changelog.d/6285.feature b/changelog.d/6285.feature deleted file mode 100644 index ce88c13d15..0000000000 --- a/changelog.d/6285.feature +++ /dev/null @@ -1 +0,0 @@ -Allow sharing text based content via android's share menu (eg .ics files) diff --git a/changelog.d/6290.bugfix b/changelog.d/6290.bugfix deleted file mode 100644 index e5ee3e02a6..0000000000 --- a/changelog.d/6290.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed crash when opening large images in the timeline diff --git a/changelog.d/6300.misc b/changelog.d/6300.misc deleted file mode 100644 index 0ac762e595..0000000000 --- a/changelog.d/6300.misc +++ /dev/null @@ -1 +0,0 @@ -Setup [Flipper](https://fbflipper.com/) diff --git a/changelog.d/6315.bugfix b/changelog.d/6315.bugfix deleted file mode 100644 index 0b5eb6064d..0000000000 --- a/changelog.d/6315.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Location sharing] Fix crash when starting/stopping a live when offline diff --git a/changelog.d/6318.bugfix b/changelog.d/6318.bugfix deleted file mode 100644 index 9425c9a258..0000000000 --- a/changelog.d/6318.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix loop in timeline and simplify management of chunks and timeline events. diff --git a/changelog.d/6319.sdk b/changelog.d/6319.sdk deleted file mode 100644 index 3bf81c45b6..0000000000 --- a/changelog.d/6319.sdk +++ /dev/null @@ -1 +0,0 @@ -Create `QueryStateEventValue` to do query on `stateKey` for State Event. Also remove the default parameter values for those type. diff --git a/changelog.d/6320.misc b/changelog.d/6320.misc deleted file mode 100644 index 7cdd41f486..0000000000 --- a/changelog.d/6320.misc +++ /dev/null @@ -1 +0,0 @@ -CreatePollViewModel unit tests diff --git a/changelog.d/6326.bugfix b/changelog.d/6326.bugfix deleted file mode 100644 index c09dd8fec1..0000000000 --- a/changelog.d/6326.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update design and behaviour on widget permission bottom sheet diff --git a/changelog.d/6328.bugfix b/changelog.d/6328.bugfix deleted file mode 100644 index 7a41996e57..0000000000 --- a/changelog.d/6328.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix | Some user verification requests couldn't be accepted/declined diff --git a/changelog.d/6329.misc b/changelog.d/6329.misc deleted file mode 100644 index dd87c11f6e..0000000000 --- a/changelog.d/6329.misc +++ /dev/null @@ -1 +0,0 @@ -Fix flaky test in voice recording feature. diff --git a/changelog.d/6349.bugfix b/changelog.d/6349.bugfix deleted file mode 100644 index 70718248a7..0000000000 --- a/changelog.d/6349.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Location sharing] Fix stop of a live not possible from another device diff --git a/changelog.d/6350.feature b/changelog.d/6350.feature deleted file mode 100644 index e0bc4ac28b..0000000000 --- a/changelog.d/6350.feature +++ /dev/null @@ -1 +0,0 @@ -Promote live location labs flag diff --git a/changelog.d/6357.bugfix b/changelog.d/6357.bugfix deleted file mode 100644 index 231c65030f..0000000000 --- a/changelog.d/6357.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix backslash escapes in formatted messages diff --git a/changelog.d/6364.feature b/changelog.d/6364.feature deleted file mode 100644 index 207d6d141b..0000000000 --- a/changelog.d/6364.feature +++ /dev/null @@ -1 +0,0 @@ -[Location sharing] - Stop any active live before starting a new one diff --git a/changelog.d/6366.misc b/changelog.d/6366.misc deleted file mode 100644 index 5752b3d700..0000000000 --- a/changelog.d/6366.misc +++ /dev/null @@ -1 +0,0 @@ -Poll view state unit tests diff --git a/changelog.d/6369.feature b/changelog.d/6369.feature deleted file mode 100644 index 3c3e936dfd..0000000000 --- a/changelog.d/6369.feature +++ /dev/null @@ -1,2 +0,0 @@ - Expose pusher profile tag in advanced settings - \ No newline at end of file diff --git a/changelog.d/6371.bugfix b/changelog.d/6371.bugfix deleted file mode 100644 index 275ec1cd8f..0000000000 --- a/changelog.d/6371.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixes wrong error message when signing in with wrong credentials diff --git a/changelog.d/6375.bugfix b/changelog.d/6375.bugfix deleted file mode 100644 index 769ed81e69..0000000000 --- a/changelog.d/6375.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Location Share] - Adding missing prefix "u=" for uncertainty in geo URI diff --git a/changelog.d/6394.misc b/changelog.d/6394.misc deleted file mode 100644 index 16b4fbf616..0000000000 --- a/changelog.d/6394.misc +++ /dev/null @@ -1 +0,0 @@ -Let LoadRoomMembersTask insert by chunk to release db. diff --git a/changelog.d/6396.doc b/changelog.d/6396.doc deleted file mode 100644 index 9b876d74af..0000000000 --- a/changelog.d/6396.doc +++ /dev/null @@ -1 +0,0 @@ -Update the PR process doc to come back to one reviewer with optional additional reviewers. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/40104260.txt b/fastlane/metadata/android/en-US/changelogs/40104260.txt new file mode 100644 index 0000000000..8808866c5d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40104260.txt @@ -0,0 +1,2 @@ +Main changes in this version: Use UnifiedPush and allows user to have push without FCM. +Full changelog: https://github.com/vector-im/element-android/releases