-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed broadcast receiver on android 14 * Update preview with texture view * 🤖 Automated Format and Fix * Updated screenshare receiver intent * Merged develop * 🤖 Automated Format and Fix * Update changelog * Updated comments * released sample app version 1.5.130 (430) 🍀 * updated gems * Added changelogs for 1.9.8 release * 🤖 Automated Format and Fix --------- Co-authored-by: Decoder07 <[email protected]> Co-authored-by: Yogesh Singh <[email protected]>
- Loading branch information
1 parent
d7d78fc
commit 4c5f519
Showing
23 changed files
with
170 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
Board: https://100ms.atlassian.net/jira/software/projects/FLUT/boards/34/ | ||
|
||
- Prebuilt: Auto-Hide Top & Bottom Bars after 5 seconds | ||
https://100ms.atlassian.net/browse/FLUT-139 | ||
- Resolve issues reported by VAPT testing | ||
https://100ms.atlassian.net/browse/FLUT-218 | ||
|
||
- iOS: end session from dashboard not kicking iOS user intermittently | ||
https://100ms.atlassian.net/browse/FLUT-201 | ||
- Resolve crash on Android 14 devices due to Broadcast Receiver in HMSVideoView | ||
https://100ms.atlassian.net/browse/FLUT-219 | ||
|
||
- Wrong device list on top right when BT is connected | ||
https://100ms.atlassian.net/browse/FLUT-215 | ||
|
||
- Hide BT and notificatin permission on Flutter Android for platform parity | ||
https://100ms.atlassian.net/browse/FLUT-216 | ||
|
||
Room Kit: 1.0.10 | ||
Core SDK: 1.9.7 | ||
Room Kit: 1.0.11 | ||
Core SDK: 1.9.8 | ||
Android SDK: 2.8.8 | ||
iOS SDK: 1.4.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/hmssdk_flutter/example/android/gradle/wrapper/gradle-wrapper.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.