- Added InteractionType.kt of WEBRTC to the url launcher dialog. - Faisal Ahmed
- Added InteractionType.kt of WEBRTC to the url launcher dialog.
- Added
getUserDetails()
method to the JSInterface.kt to return user details from the selected TestUsers.
- Kotlin version, gradle version, firebase analytics version and google service version - Suraj Shah
- [f] Adds Remote Debugging capability to WebView
- Adds Remote Debugging capability to WebView
- Fixes crash in PermissionAwareWebChromeClient.kt
- Kotlin version, gradle version, firebase analytics version and google service version - Suraj Shah
- Adds feature to emulate QTalk calls which write participant info
- Updates dependencies
- Changed caller control layout. - Jaseemakhtar
- Marking audio route and mute states in the participants state field in RTDB. - Faisal Ahmed
- Fixed bug where rtdbReference was referred before being initialised in WebViewFragment.kt.
- Updating the presence state of user to "EXITED" on hang up button clicked.
- Writing "OUTGOING_VOIP" as call mode inside participants.
- Making main webview viewport similar to that inside call screen for QTalk
- Adding check if "Applet" key is present or not - Suraj Shah
- Adding support for analytics event
- Adding audio state and microphone controls - Suraj Shah
- Adding remote user id in QTalkTestUsers.
- Fixed bug of pushing firebaseId as tstId in QTalk RTDB
- Writing call ended at to RTDB
- Writing call ended at to RTDB
- Adding app icon
- Android gradle plugin
- Fixed user id writing for a preview call.
- Fixed audio stream auto play bug
- Kotlin to 1.3.61
- Adding Interaction types
- Adding option to make a preview call, writing to QTalk debug rtdb with participant info.
- Integrating firebase sdk.
- Adding Interaction types
- Adding feature to save last entered url and use it as the input in the next open
- Adding option to make a preview call, writing to QTalk debug rtdb with participant info.
- Adding deeplink to open the dialog, listening to http and https links
- Fixing intent problems when opening from deeplink.
- Adding permission aware capabilities for Camera and microphone permissions at webkit level
- Bumped
minSdk
version to 21 - Abstracted out JSInterface.kt and added bridge interface to communicate with consuming component.
- Updating dependencies
- Updating kotlin version to 1.3.60
- Fixed clear text url usage for devices running Android 9 and above.
- Making localhost IP have
http
by default instead ofhttps
- Keeping
https
as the default protocol if not provided. - Making target and source compatibility to java 8.
- Fixed
updateGamePrompts
andclearGamePrompts
using local test.html functions for callbacks. - Fixed exception in gradle sync due to
variantOutput
field usage.
- Adding final apk name generation build automation.
- Keeping
https
as the default protocol if not provided.
- Updated AndroidX Components
- MaterialDialogs from
2.6.0
to3.0.1
- Adding prompts support.
- Adding clear WebView cache functionality.