Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 2.85 KB

File metadata and controls

63 lines (32 loc) · 2.85 KB

Changelog

6.0.1

Patch Changes

  • a9652e8 (#164): fix(android): invalid property name returned

6.0.0

Major Changes

5.0.0 (2023-05-04)

⚠ BREAKING CHANGES

  • This plugin now only supports Capacitor 5. Also, on Android 13, you now have to call requestPermissions().

Features

0.3.0 (2023-03-14)

⚠ BREAKING CHANGES

  • The following permission must be added to your AndroidManifest.xml before or after the application tag: <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

Features

  • add methods moveToForeground, requestManageOverlayPermission and checkManageOverlayPermission (7ef8d91)

0.2.0 (2023-03-12)

⚠ BREAKING CHANGES

  • The following receiver must be added to your AndroidManifest.xml in the application tag: <receiver android:name="io.capawesome.capacitorjs.plugins.foregroundservice.NotificationActionBroadcastReceiver" />

Features

  • support notification buttons (#3) (46f448c)

0.1.0 (2022-12-09)

⚠ BREAKING CHANGES

  • The following permission must be added to your AndroidManifest.xml before the application tag: <uses-permission android:name="android.permission.WAKE_LOCK" />

Features

0.0.2 (2022-09-25)

Features

  • open app on notification click (#1) (5754816)

0.0.1 (2022-09-05)

Initial release 🎉