Releases: hiennguyen92/flutter_callkit_incoming
Releases · hiennguyen92/flutter_callkit_incoming
v3.1.3
What's Changed
- fix(android): do not launch app when call is declined by @iboogey in #829
- Prevent app launch on call decline in Android by @hiennguyen92 in #830
- fix: prevent app launch when declining self-managed calls on Android … by @hiennguyen92 in #831
- ci: update publish workflow to trigger on push events for pub.dev OID… by @hiennguyen92 in #832
- feat: add manual pub-credentials configuration to publish workflow by @hiennguyen92 in #833
New Contributors
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- Dev by @hiennguyen92 in #816
- Dev Update by @hiennguyen92 in #817
- fix: pack mapped data to expose by @skutimechanic in #823
- fix(iOS): restore maximumCallGroups config, hold handler, holdCall event by @md-riaz in #825
- Fix call data handling and iOS configuration issues by @hiennguyen92 in #828
New Contributors
Full Changelog: 3.1.2...v3.1.2
3.1.1
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Dev by @hiennguyen92 in #756
- Enhance Incoming Call Vibration Persistence When App is Killed by @duc-cosmgate in #758
- feat(android): implement self-managed Telecom ConnectionService by @kennss in #809
- Adding custom color option for accept and decline buttons for android by @baldarama in #790
- fix(android): Ringtone/Vibration stopping on auto lock by @phildupuis in #792
- Add optional
onErrorcompletion handler to showCallkitIncoming for iOS by @nukeolay in #803 - Add Background Message Handler and Enhanced Android Foreground Service Support by @fedehsq in #800
- fix: android duplicated notification on call connected event by @skutimechanic in #764
- fix: ongoing ringtone and vibrations on the action call connected by @skutimechanic in #783
- fix(ios): dynamically update CXProvider configuration for subsequent calls by @MS-Rex in #805
- Android: fix showCallkitIncoming silently dropping calls when host process is kept alive by @sherzodkamoldinov in #808
- fix: Refactor notification and sound management: Updated incoming not… by @AbdurahmanAlmehdi in #812
- fix(iOS): outgoing call actionCallAccept emits default/empty Data instead of original call params by @mechtech-mind in #813
- fix: handle null intent.action in TransparentActivity by @AlexBacich in #814
New Contributors
- @duc-cosmgate made their first contribution in #758
- @kennss made their first contribution in #809
- @baldarama made their first contribution in #790
- @phildupuis made their first contribution in #792
- @nukeolay made their first contribution in #803
- @fedehsq made their first contribution in #800
- @skutimechanic made their first contribution in #764
- @MS-Rex made their first contribution in #805
- @sherzodkamoldinov made their first contribution in #808
- @AbdurahmanAlmehdi made their first contribution in #812
- @mechtech-mind made their first contribution in #813
- @AlexBacich made their first contribution in #814
Full Changelog: 3.0.0...3.1.0
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.