Merge branch 'develop' into feature/fga/voip_v1_start
This commit is contained in:
commit
aaeca96336
34
CHANGES.md
34
CHANGES.md
@ -1,4 +1,4 @@
|
|||||||
Changes in Element 1.0.17 (2020-XX-XX)
|
Changes in Element 1.0.18 (2020-XX-XX)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features ✨:
|
Features ✨:
|
||||||
@ -6,17 +6,9 @@ Features ✨:
|
|||||||
|
|
||||||
Improvements 🙌:
|
Improvements 🙌:
|
||||||
- VoIP : new tiles in timeline
|
- VoIP : new tiles in timeline
|
||||||
- Create a WidgetItemFactory and use it for better rendering of Jitsi widget change (video conference)
|
|
||||||
- Open image from URL Preview (#2705)
|
|
||||||
|
|
||||||
Bugfix 🐛:
|
Bugfix 🐛:
|
||||||
- VoIP : fix audio devices output
|
- VoIP : fix audio devices output
|
||||||
- Bug in WidgetContent.computeURL() (#2767)
|
|
||||||
- Duplicate thumbs | Mobile reactions for 👍 and 👎 are not the same as web (#2776)
|
|
||||||
- Join room by alias other federation error (#2778)
|
|
||||||
- HTML unescaping for URL preview (#2766)
|
|
||||||
- URL preview on reply fallback (#2756)
|
|
||||||
- RTL: some arrows should be rotated in RTL (#2757)
|
|
||||||
|
|
||||||
Translations 🗣:
|
Translations 🗣:
|
||||||
-
|
-
|
||||||
@ -25,11 +17,33 @@ SDK API changes ⚠️:
|
|||||||
-
|
-
|
||||||
|
|
||||||
Build 🧱:
|
Build 🧱:
|
||||||
- Upgrade build tools
|
-
|
||||||
|
|
||||||
Test:
|
Test:
|
||||||
-
|
-
|
||||||
|
|
||||||
|
Other changes:
|
||||||
|
-
|
||||||
|
|
||||||
|
Changes in Element 1.0.17 (2020-02-09)
|
||||||
|
===================================================
|
||||||
|
|
||||||
|
Improvements 🙌:
|
||||||
|
- Create a WidgetItemFactory and use it for better rendering of Jitsi widget change (video conference)
|
||||||
|
- Open image from URL Preview (#2705)
|
||||||
|
|
||||||
|
Bugfix 🐛:
|
||||||
|
- Bug in WidgetContent.computeURL() (#2767)
|
||||||
|
- Duplicate thumbs | Mobile reactions for 👍 and 👎 are not the same as web (#2776)
|
||||||
|
- Join room by alias other federation error (#2778)
|
||||||
|
- HTML unescaping for URL preview (#2766)
|
||||||
|
- URL preview on reply fallback (#2756)
|
||||||
|
- RTL: some arrows should be rotated in RTL (#2757)
|
||||||
|
- Properly delete objects from Realm DB (#2765)
|
||||||
|
|
||||||
|
Build 🧱:
|
||||||
|
- Upgrade build tools
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
- Change app name from "Element (Riot.im)" to "Element"
|
- Change app name from "Element (Riot.im)" to "Element"
|
||||||
|
|
||||||
|
2
fastlane/metadata/android/en-US/changelogs/40100170.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40100170.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Main changes in this version: Bug fixes!
|
||||||
|
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.0.17
|
@ -13,7 +13,7 @@ kapt {
|
|||||||
// Note: 2 digits max for each value
|
// Note: 2 digits max for each value
|
||||||
ext.versionMajor = 1
|
ext.versionMajor = 1
|
||||||
ext.versionMinor = 0
|
ext.versionMinor = 0
|
||||||
ext.versionPatch = 17
|
ext.versionPatch = 18
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user