Releases: iotum/cordova-plugin-callkit
Releases · iotum/cordova-plugin-callkit
1.2.3
What's Changed
- Fix Logic That Should Finish IncomingCallActivity, When Corresponding Connection is Disconnected by @WesUnwin in #36
- bump version 1.2.3 by @rex-iotum in #37
- IncomingCallActivity: Fix unregistering LocalBroadcastManager by @WesUnwin in #38
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- FIX: Adjust Full Screen Intent Flags to More Reliably Show Full-Screen Alert by @WesUnwin in #34
- increment version by @rex-iotum in #35
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Tie Call Notification to A Foreground Service (Branched off of ongoing call notification) by @WesUnwin in #30
- Use a Foreground Service + Ongoing Call Notification by @WesUnwin in #27
- Bump version to 1.2.1 by @rex-iotum in #31
- Update cordova-plugin-callkit version to 1.2.1 by @rex-iotum in #32
- Fix conflict fix in CallNotification.java by @WesUnwin in #33
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- MyConnectionService: pass payload to CordovCall answer and reject, re… by @WesUnwin in #17
- unify iOS/Android params by @rex-iotum in #16
- Caller Display / Address Fix, DRY out Code For Executing Callbacks by @WesUnwin in #18
- CordovaCall emitEvent / registerEvent Race Condition Fix by @WesUnwin in #20
- Add missing import statement for android.util.log by @WesUnwin in #21
- Android Self-Managed Calls by @WesUnwin in #19
- Add uses-permission declaration for android.permission.POST_PROMOTED_NOTIFICATIONS by @WesUnwin in #23
- MyConnectionService: add call to connection.setRinging() in connection.onShowIncomingCallUI by @WesUnwin in #26
- Ensure Existing Ringing Connections Are Terminated, Before Adding A New One (For Robustness + UI Limitations) by @WesUnwin in #24
- CallNotification.java: Close Associated IncomingConnection On Timeout (Prevents Lingering IncomingConnections of State Ringing) by @WesUnwin in #25
- Switch to ConcurrentHashMap for Thread Safety With connectionMap by @WesUnwin in #28
- Delete Unused/Bad Intent Filter Entries (For Registration Of CallActionReceiver by MyConnectionService) by @WesUnwin in #29
Full Changelog: 1.1.6...1.2.0
1.1.6
What's Changed
- Implement decline call by @rex-iotum in #9
- comment out the offending code that's overriding Branch's continueUseActivity by @rex-iotum in #10
- implement cancelling incoming call by @rex-iotum in #11
- Native logging + Native Websocket + JS KeepAlive by @rex-iotum in #12
- handle receiving remote notifications from FCM by @rex-iotum in #13
- Enable dtmf by default by @rex-iotum in #15
Full Changelog: 1.1.3...1.1.6
1.1.3
What's Changed
- don't clear callData on the first answer callback by @rex-iotum in #8
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- set the video flag on receiving a VOIP push notification by @rex-iotum in #7
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- remove programatic mute/unmute discard, don't error if no active call by @rex-iotum in #6
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Merge fixed version of callkit plugin by @rex-iotum in #1
- Softphone demo by @rex-iotum in #2
- Send the data in the VOIP push notification to onAnswer by @rex-iotum in #3
- Don't error on endCall by @rex-iotum in #5
New Contributors
- @rex-iotum made their first contribution in #1
Full Changelog: https://github.com/iotum/cordova-plugin-callkit/commits/1.1.0