mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 12:16:55 +01:00
Merge release 1.4.0 into develop
This commit is contained in:
commit
9678ab899e
32
CHANGES.md
32
CHANGES.md
@ -1,3 +1,35 @@
|
||||
Changes in Element v1.4.0 (2022-02-09)
|
||||
======================================
|
||||
|
||||
Features ✨
|
||||
----------
|
||||
- Initial implementation of thread messages ([#4746](https://github.com/vector-im/element-android/issues/4746))
|
||||
- Support message bubbles in timeline. ([#4937](https://github.com/vector-im/element-android/issues/4937))
|
||||
- Support generic location pin ([#5146](https://github.com/vector-im/element-android/issues/5146))
|
||||
- Retrieve map style url from .well-known ([#5175](https://github.com/vector-im/element-android/issues/5175))
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- Fixes non sans-serif font weights being ignored ([#3907](https://github.com/vector-im/element-android/issues/3907))
|
||||
- Fixing missing/intermittent notifications on the google play variant when wifi is enabled ([#5038](https://github.com/vector-im/element-android/issues/5038))
|
||||
- Fixes call statuses in the timeline for missed/rejected calls and connected calls. ([#5088](https://github.com/vector-im/element-android/issues/5088))
|
||||
- Fix fallback permalink when threads are disabled ([#5128](https://github.com/vector-im/element-android/issues/5128))
|
||||
- Analytics: aligns use case identifying with iOS implementation ([#5142](https://github.com/vector-im/element-android/issues/5142))
|
||||
- Fix location rendering in timeline if map cannot be loaded ([#5143](https://github.com/vector-im/element-android/issues/5143))
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
- "Invite users to space" dialog now closed when user choose invite method ([#4295](https://github.com/vector-im/element-android/issues/4295))
|
||||
- Changed layout for space card and room card used at "explore room" screen and space/room invite dialogs ([#4304](https://github.com/vector-im/element-android/issues/4304))
|
||||
- Removed spaces restricted search hint dialogs ([#4315](https://github.com/vector-im/element-android/issues/4315))
|
||||
- Remove Search from room options if not available ([#4641](https://github.com/vector-im/element-android/issues/4641))
|
||||
- Qr code scanning fragments merged into one ([#4873](https://github.com/vector-im/element-android/issues/4873))
|
||||
- Fix CI/CD errors after merges for quality and integration tests ([#5118](https://github.com/vector-im/element-android/issues/5118))
|
||||
- Added automation for the Z-FTUE label to add issues to the FTUE Project Board ([#5120](https://github.com/vector-im/element-android/issues/5120))
|
||||
- Added automation for WTF labels to move to WTF project board ([#5148](https://github.com/vector-im/element-android/issues/5148))
|
||||
- Update WTF automation to fix it ([#5173](https://github.com/vector-im/element-android/issues/5173))
|
||||
|
||||
|
||||
Changes in Element v1.3.18 (2022-02-03)
|
||||
=======================================
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Fixes non sans-serif font weights being ignored
|
@ -1 +0,0 @@
|
||||
"Invite users to space" dialog now closed when user choose invite method
|
@ -1 +0,0 @@
|
||||
Changed layout for space card and room card used at "explore room" screen and space/room invite dialogs
|
@ -1 +0,0 @@
|
||||
Removed spaces restricted search hint dialogs
|
@ -1 +0,0 @@
|
||||
Remove Search from room options if not available
|
@ -1 +0,0 @@
|
||||
Initial implementation of thread messages
|
@ -1 +0,0 @@
|
||||
Qr code scanning fragments merged into one
|
@ -1 +0,0 @@
|
||||
Support message bubbles in timeline.
|
@ -1 +0,0 @@
|
||||
Fixing missing/intermittent notifications on the google play variant when wifi is enabled
|
@ -1 +0,0 @@
|
||||
Fixes call statuses in the timeline for missed/rejected calls and connected calls.
|
@ -1 +0,0 @@
|
||||
Fix CI/CD errors after merges for quality and integration tests
|
@ -1 +0,0 @@
|
||||
Added automation for the Z-FTUE label to add issues to the FTUE Project Board
|
@ -1 +0,0 @@
|
||||
Fix fallback permalink when threads are disabled
|
@ -1 +0,0 @@
|
||||
Analytics: aligns use case identifying with iOS implementation
|
@ -1 +0,0 @@
|
||||
Fix location rendering in timeline if map cannot be loaded
|
@ -1 +0,0 @@
|
||||
Support generic location pin
|
@ -1 +0,0 @@
|
||||
Added automation for WTF labels to move to WTF project board
|
@ -1 +0,0 @@
|
||||
Update WTF automation to fix it
|
@ -1 +0,0 @@
|
||||
Retrieve map style url from .well-known
|
2
fastlane/metadata/android/en-US/changelogs/40104000.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40104000.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Main changes in this version: Initial implementation of thread messages. Message bubbles.
|
||||
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.4.0
|
@ -14,11 +14,11 @@ kapt {
|
||||
|
||||
// Note: 2 digits max for each value
|
||||
ext.versionMajor = 1
|
||||
ext.versionMinor = 3
|
||||
ext.versionMinor = 4
|
||||
// Note: even values are reserved for regular release, odd values for hotfix release.
|
||||
// When creating a hotfix, you should decrease the value, since the current value
|
||||
// is the value for the next regular release.
|
||||
ext.versionPatch = 19
|
||||
ext.versionPatch = 0
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
Loading…
x
Reference in New Issue
Block a user