callbundle_android 1.0.5
callbundle_android: ^1.0.5 copied to clipboard
Android implementation of the CallBundle federated Flutter plugin. Provides ConnectionService + TelecomManager + OEM-adaptive notifications.
1.0.5 #
- Fix critical cold-start bug: Accept/Decline from notification when app is killed now persists to
PendingCallStoreinstead of being silently dropped. - Cancel notification on Decline/End even when plugin instance is null.
1.0.4 #
- Add
checkPermissionsnative handler — returns permission status without prompting. - Fix
requestPermissionsresponse to use consistentNativeCallPermissionsformat.
1.0.3 #
- Actually request
POST_NOTIFICATIONSpermission (API 33+) via system dialog instead of just checking. - Open system settings for
USE_FULL_SCREEN_INTENTpermission (API 34+) when not granted. - Implement
PluginRegistry.RequestPermissionsResultListenerfor proper permission callback handling.
1.0.2 #
- Fix full-screen intent to target the app's launch Activity instead of empty Intent.
- Ensures incoming call notification properly brings the app to foreground.
1.0.1 #
- Documentation updates and metadata cleanup.
1.0.0 #
- Initial release of the CallBundle Android implementation.
ConnectionService+TelecomManagerintegration.- OEM-adaptive notification strategy for budget Android devices.
PendingCallStorefor deterministic cold-start call delivery.- Consumer ProGuard rules shipped with the plugin.
NotificationCompat.CallStylefor API 31+ with standard fallback.- Ringtone and vibration management with ringer mode awareness.
- Full
MethodChannelhandler for all call operations.