Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FLUT-262: HLS Player revamped UI #1748

Merged
merged 33 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a4f89a3
Added HLS Player UI with chat
Decoder07 Apr 4, 2024
eb62cc8
Added HLS Player desktop UI
Decoder07 Apr 5, 2024
81ecf78
🤖 Automated Format and Fix
Decoder07 Apr 5, 2024
a9d7b9b
released sample app version 1.5.164 (464) 🍀
ygit Apr 5, 2024
9179ce1
Merge branch 'develop' into FLUT-262
ygit Apr 9, 2024
00075a1
Merge branch 'develop' into FLUT-262
ygit Apr 9, 2024
8e27393
Merge branch 'FLUT-262' of https://github.com/100mslive/100ms-flutter…
ygit Apr 9, 2024
9bbf8f3
updated pods
ygit Apr 9, 2024
51ffabf
released sample app version 1.5.165 (465) 🍀
ygit Apr 9, 2024
9d8440d
released sample app version 1.5.166 (466) 🍀
ygit Apr 9, 2024
86601b4
resolved lint warnings
ygit Apr 9, 2024
9211b8d
added iOS Privacy info file
ygit Apr 9, 2024
f63811e
updated build version
ygit Apr 10, 2024
e895923
Fixed foreground services on android 14
Decoder07 Apr 10, 2024
a5f220e
released sample app version 1.5.167 (467) 🍀
ygit Apr 10, 2024
046935a
Added resolution changes and removed broadcast receiver
Decoder07 Apr 12, 2024
bd4d3e1
Fixed chat bottom sheet
Decoder07 Apr 12, 2024
30cdee7
released sample app version 1.5.168 (468) 🍀
ygit Apr 12, 2024
ecfdbbf
resolved lint warnings
ygit Apr 13, 2024
de494a9
Added caption supported api in iOS
Decoder07 Apr 15, 2024
7a445eb
Added buffering state
Decoder07 Apr 15, 2024
d324703
released sample app version 1.5.169 (469) 🍀
ygit Apr 15, 2024
576ec6d
Fixed player flickr
Decoder07 Apr 17, 2024
89f2521
released sample app version 1.5.170 (470) 🍀
ygit Apr 17, 2024
f2b5e22
Fixed SIP Peer UI issue (#1751)
Decoder07 Apr 17, 2024
bf5a237
released sample app version 1.5.171 (471) 🍀
ygit Apr 17, 2024
5962d74
updated docs
ygit Apr 18, 2024
e172154
Merge branch 'develop' into FLUT-262
ygit Apr 18, 2024
ca3eb7d
Merge branch 'develop' into FLUT-262
ygit Apr 18, 2024
218e977
Fixed reconnection handling in android and iOS (#1753)
Decoder07 Apr 19, 2024
e982224
released sample app version 1.5.172 (472) 🍀
ygit Apr 19, 2024
1454865
Fixed iOS network error
Decoder07 Apr 19, 2024
9f547ef
released sample app version 1.5.173 (473) 🍀
ygit Apr 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .trunk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
plugins
user_trunk.yaml
user.yaml
tmp
28 changes: 14 additions & 14 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
version: 0.1
cli:
version: 1.18.0
version: 1.21.0
plugins:
sources:
- id: trunk
ref: v1.3.0
ref: v1.4.5
uri: https://github.com/trunk-io/plugins
lint:
enabled:
- [email protected].26
- checkov@3.1.9
- osv-scanner@1.5.0
- trivy@0.48.0
- trufflehog@3.63.2
- [email protected].27
- checkov@3.2.60
- osv-scanner@1.7.0
- trivy@0.50.1
- trufflehog@3.71.0
- [email protected]
- yamllint@1.33.0
- markdownlint@0.37.0
- prettier@3.1.0
- yamllint@1.35.1
- markdownlint@0.39.0
- prettier@3.2.5
- git-diff-check
- [email protected]
- shellcheck@0.9.0
- [email protected].1
- svgo@3.0.5
- ktlint@1.0.1
- shellcheck@0.10.0
- [email protected].2
- svgo@3.2.0
- ktlint@1.2.1
runtimes:
enabled:
- [email protected]
Expand Down
12 changes: 8 additions & 4 deletions packages/hms_room_kit/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ PODS:
- HMSBroadcastExtensionSDK (0.0.9)
- HMSHLSPlayerSDK (0.0.2):
- HMSAnalyticsSDK (= 0.0.2)
- HMSSDK (1.7.0):
- HMSNoiseCancellationModels (1.0.0)
- HMSSDK (1.8.0):
- HMSAnalyticsSDK (= 0.0.2)
- HMSWebRTC (= 1.0.5118)
- hmssdk_flutter (1.10.0):
- Flutter
- HMSBroadcastExtensionSDK (= 0.0.9)
- HMSHLSPlayerSDK (= 0.0.2)
- HMSSDK (= 1.7.0)
- HMSNoiseCancellationModels (= 1.0.0)
- HMSSDK (= 1.8.0)
- HMSWebRTC (1.0.5118)
- path_provider_foundation (0.0.1):
- Flutter
Expand Down Expand Up @@ -40,6 +42,7 @@ SPEC REPOS:
- HMSAnalyticsSDK
- HMSBroadcastExtensionSDK
- HMSHLSPlayerSDK
- HMSNoiseCancellationModels
- HMSSDK
- HMSWebRTC

Expand All @@ -64,8 +67,9 @@ SPEC CHECKSUMS:
HMSAnalyticsSDK: 4d2a88a729b1eb42f3d25f217c28937ec318a5b7
HMSBroadcastExtensionSDK: d80fe325f6c928bd8e5176290b5a4b7ae15d6fbb
HMSHLSPlayerSDK: 6a54ad4d12f3dc2270d1ecd24019d71282a4f6a3
HMSSDK: 421b4ce83a601bbda283b3b9fbcd1da6898d2a84
hmssdk_flutter: dd0d9bcb8fb90c54319d0114e917c4607c0bc382
HMSNoiseCancellationModels: a3bda1405a16015632f4bcabd46ce48f35103b02
HMSSDK: c893d1381a47ed02760ef6d06625b9aa5251f998
hmssdk_flutter: 997715f0bedfcb22750fb95549672bf3fea380ff
HMSWebRTC: 4487c7200f1e9358412c1d8cd974edd2766467dc
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
Expand Down
Loading
Loading