This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Releases: quiph/QGamesJSInterfaceTester
Releases · quiph/QGamesJSInterfaceTester
QGamesJSTester v3.2: getUserDetails API and dialog changes
Minor Changes
- 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.
Updated Dependencies
- Kotlin version, gradle version, firebase analytics version and google service version - Suraj Shah
QGamesJSTester v3.1: Remote debugging and Chrome client fixes
Major Changes
- [f] Adds Remote Debugging capability to WebView
New Features
- Adds Remote Debugging capability to WebView
Bug Fixes
- Fixes crash in PermissionAwareWebChromeClient.kt
Updated Dependencies
- Kotlin version, gradle version, firebase analytics version and google service version - Suraj Shah
QGamesJSTester v3.0 Call emulation
New Features
- Adds feature to emulate QTalk calls which write participant info
Updated Dependencies
- Updates dependencies
v2.9: Audio route layout and fixes of "stat"
Major Changes
- Changed caller control layout. - Jaseemakhtar
Minor Changes
- Marking audio route and mute states in the participants state field in RTDB. - Faisal Ahmed
Bug Fixes
- Fixed bug where rtdbReference was referred before being initialised in WebViewFragment.kt.
v2.8: WebView view port and outgoing voip changes
Major Changes
- 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
v2.7: Adding sanity checks for applet
Minor Changes
- Adding check if "Applet" key is present or not - Suraj Shah
v2.6: Adding analytics events method
Major Changes
- Adding support for analytics event
Check: https://github.com/quiph/QGamesJSInterfaceTester/tree/development#analytics
v2.5 Audio state and microphone controls
Major Changes
- Adding audio state and microphone controls - Suraj Shah
v2.4 Fixes on QTalk RTDB
Major Changes
- Adding remote user id in QTalkTestUsers.
Bug Fixes
- Fixed bug of pushing firebaseId as tstId in QTalk RTDB
v2.3 App icon and call end handling
Major Changes
- Writing call ended at to RTDB
New Features
- Writing call ended at to RTDB
- Adding app icon
Updated Dependencies
- Android gradle plugin