Skip to content

Releases: hiennguyen92/flutter_callkit_incoming

v3.1.3

22 Jun 08:44
e21e5bc

Choose a tag to compare

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

17 Jun 01:39
e48f528

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.2...v3.1.2

3.1.1

28 May 15:27

Choose a tag to compare

Full Changelog: 3.1.0...3.1.1

3.1.0

28 May 15:26

Choose a tag to compare

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 onError completion 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

Full Changelog: 3.0.0...3.1.0

3.0.0

05 Sep 16:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.8...3.0.0

2.5.8

05 Aug 13:28

Choose a tag to compare

2.5.8

  • Fix OnGoing notification Android
  • Add missed call notification for iOS(notification/callback action - need to setup more in AppDelegate.swift)
  • Add requestNotificationPermission for iOS

Full Changelog: 2.5.7...2.5.8

2.5.7

30 Jul 11:21

Choose a tag to compare

Full Changelog: 2.5.7...2.5.7

2.5.6

30 Jul 11:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.5...2.5.6

2.5.5

30 Jul 11:20

Choose a tag to compare

Full Changelog: 2.5.4...2.5.5

2.5.4

21 Jul 09:35

Choose a tag to compare

  • Fix bug custom permission Android
  • Remove calling notification when task remove
  • Fixed calling notification show
  • Fixed some bugs.