Skip to content

Releases: linhvovan29546/react-native-full-screen-notification-incoming-call

Release 1.0.3

25 Dec 07:42
Compare
Choose a tag to compare

1.0.3 (2024-12-25)

Bug Fixes: EXPO 52 autolinking wrong namespace

Thank you @baveku , for your pull request! #67

Release 1.0.2

16 Nov 09:56
Compare
Choose a tag to compare

1.0.2 (2024-11-16)

Bug Fixes

  • App crash when enable New Architecture (4dadd50)

Release 1.0.1

14 Jul 12:01
Compare
Choose a tag to compare

1.0.1 (2024-07-14)

Bug Fixes

  • App crash when display notification with avatar url (d88883a)

Release 1.0.0

02 Jun 11:24
Compare
Choose a tag to compare

1.0.0 (2024-06-02)

Starting from Android 12, the incoming call notification UI will resemble the one depicted here: https://developer.android.com/develop/ui/views/notifications/call-style

Features

  • Add new prop isVideo for incoming style, improve document (fee31f8)
  • Implement incoming call style (e2d265c)
  • Update android target 34, update rn version to 0.74, implement call style, clean code (1039140)
  • Add new permission to Androidmanifest for targetSdkVersion 34
<!--add new-->
 <uses-permission android:name="android.permission.CALL_PHONE" />
...
<service
...
<!--add new-->
android:foregroundServiceType="phoneCall" 
/>

BREAKING CHANGES

  • Renamed type interfaces for consistency:
    • foregroundOptionsModel interface is now ForegroundOptionsModel
    • customIncomingActivityProps interface is now CustomIncomingActivityProps
    • answerPayload interface is now AnswerPayload
    • declinePayload interface is now DeclinePayload
  • Event listeners for and events have been updated to use the new types.

Ensure to update your implementation accordingly.

Updated README with new usage examples and guidelines.

0.1.12 (2023-04-09)

0.1.10 (2023-03-11)

0.1.9 (2023-01-19)

Features

  • Custom notification sound (fc8d20d)

0.1.1 (2022-05-03)

v0.1.12

09 Apr 06:46
85f06f1
Compare
Choose a tag to compare

Feat: Loop notification sound
Thank you @degorov, for your pull request! #43

v0.1.11

25 Mar 02:17
377ceef
Compare
Choose a tag to compare

-Fix bug: java.lang.IllegalStateException: Cannot loadApp if component name is null.
-Update example with react-native-callkeep

v0.1.10

11 Mar 04:59
Compare
Choose a tag to compare

Bug fix: #25

v0.1.9

19 Jan 10:00
Compare
Choose a tag to compare

#33 Add props called payload to receive your data when answer/reject

0.1.8

15 Dec 08:50
c4eccd8
Compare
Choose a tag to compare

Feat: allow customization of incoming call
about: #24

v0.1.7

15 Dec 04:38
af866a9
Compare
Choose a tag to compare

Feat: Custom notification sound