Releases: flutter-webrtc/callkeep
Releases · flutter-webrtc/callkeep
v0.4.0
What's Changed
- feature: added some doc by @efraespada in #86
- fix cannot receive answer call on Android 11 by @quango2304 in #98
- [FIX] Duplicated call onAnswer. New open method. by @efraespada in #111
- fix: typo in example by @shomatan in #126
- fix: null value cannot be cast to List directly by @shomatan in #127
- Added payload management for CallKeepDidDisplayIncomingCall by @simone-folador in #134
- fix Android 12 missing READ_PHONE_NUMBERS permission by @RuiChen0101 in #141
- feature: include isCallActive in Android, added activeCalls method for getting available calls (Android/iOS) by @efraespada in #135
- Fix example by @ryojiro in #166
- Fix some error by @ryojiro in #167
- Update example by @ryojiro in #168
- Improve Android broadcasts and iOS delegate by @mouEsam in #159
- Updated to the latest flutter and firebase messaging by @mikaelwills in #185
- Make the Object nullable in Android activeCalls by @klelandls in #182
- Extracting UI responsibility, named parameters, android dismissal fix by @mikaelwills in #189
New Contributors
- @efraespada made their first contribution in #86
- @quango2304 made their first contribution in #98
- @shomatan made their first contribution in #126
- @simone-folador made their first contribution in #134
- @RuiChen0101 made their first contribution in #141
- @ryojiro made their first contribution in #166
- @mouEsam made their first contribution in #159
- @mikaelwills made their first contribution in #185
- @klelandls made their first contribution in #182
Full Changelog: v0.3.0...v0.4.0
v0.3.0
[0.3.0] - 2021.06.12
- null safety
- Add toolkit for testing.
- Fixed receiving Voip push in background mode for iOS 13+.
- Fix crash when iOS push uses the wrong push format (alert).
v0.2.3
[0.2.3] - 2021.01.08
- Fix backToForeground method.
v0.2.2
[0.2.2] - 2020.12.27
- Add push payload format to README.md.
- Add more fields for pushkit payload.
v0.2.1
[0.2.1] - 2020.12.23
- Fix: Missing null check.
- Fix: change parameter handle to number.
v0.2.0
[0.2.0] - 2020.11.11
- Change FlutterCallKeep as a singleton.
- Add CallKeepPushKitToken event for iOS.
- Add firebase_messaging to example.
- Support waking CallKeep from PushKit when the app is closed.
v0.1.1
[0.1.1] - 2020.09.17
- Fix compile error for iOS.
v0.1.0
[0.1.0] - 2020.09.15
- Initial release.
- Support iOS 10+ and Android 6.0+.