Releases: hiennguyen92/flutter_callkit_incoming
Releases · hiennguyen92/flutter_callkit_incoming
3.0.0
What's Changed
- Dev by @hiennguyen92 in #724
- V2.5.7 by @hiennguyen92 in #725
- Dev by @hiennguyen92 in #733
- Update libraries by @AAkira in #743
- Refactor(android): Improve plugin lifecycle by @lohzi97 in #746
- Android terminated fix by @joshoconnor89 in #736
New Contributors
- @lohzi97 made their first contribution in #746
- @joshoconnor89 made their first contribution in #736
Full Changelog: 2.5.8...3.0.0
2.5.8
2.5.8
- Fix OnGoing notification Android
- Add missed call notification for iOS(notification/callback action - need to setup more in AppDelegate.swift)
- Add
requestNotificationPermissionfor iOS
Full Changelog: 2.5.7...2.5.8
2.5.7
Full Changelog: 2.5.7...2.5.7
2.5.6
What's Changed
- Android 14 compatibility(CallStyle) by @hiennguyen92 in #693
-
2.5.3-alpha by @hiennguyen92 in #694
- v2.5.3 by @hiennguyen92 in #703
- Dev by @hiennguyen92 in #707
- Dev by @hiennguyen92 in #715
- Full-Screen Incoming Call with Avatar Images from Assets by @Ricky-yu in #720
- fix: ensure ringtone plays by creating notification channel and replacing MediaPlayer with Ringtone API by @dkdanish98 in #723
New Contributors
- @dkdanish98 made their first contribution in #723
Full Changelog: 2.5.5...2.5.6
2.5.5
Full Changelog: 2.5.4...2.5.5
2.5.4
- Fix bug custom permission Android
- Remove calling notification when task remove
- Fixed calling notification show
- Fixed some bugs.
2.5.3
- Update Android 14+ compatibility(force CallStyle/
FOREGROUND_SERVICE_PHONE_CALLfor https://developer.android.com/about/versions/14/behavior-changes-all#non-dismissable-notifications) - Change structure Notification/Sound on Android
- Update get avatar from assets(Android), thanks @Ricky-yu #674
- Add
isAcceptedproperties for iOS and only show facetime button if support video, thank @td2thinh #673 - Fixed some bugs.
2.5.3-alpha
- Update Android 14+ compatibility(force CallStyle/
FOREGROUND_SERVICE_PHONE_CALLfor https://developer.android.com/about/versions/14/behavior-changes-all#non-dismissable-notifications) - Fixed some bugs.