Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add full screen activity #197

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

pmtkh
Copy link

@pmtkh pmtkh commented Aug 16, 2022

Description

Add full screen activity, fix for target Android API 31

Related Issue

Deprecated version:
#137

Motivation and Context

I had problem with wakening up Samsung phones. When phone is in dose mode notification is received but screen stay off and only sound is played. My requirement is to catch user attention.

How Has This Been Tested?

Tested on Android 11 and 12.
In payload add:

'full-screen-notification': '1'

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

commit 72ee17b
Author: [email protected] <[email protected]>
Date:   Tue Aug 16 14:58:03 2022 +0200

    restore selecting flag for os version

commit fe398f6
Author: [email protected] <[email protected]>
Date:   Tue Aug 16 14:01:25 2022 +0200

    Update flag check for API 31

commit cefe7c0
Author: [email protected] <[email protected]>
Date:   Tue Aug 16 12:28:35 2022 +0200

    fix flags

commit 61c19fa
Author: [email protected] <[email protected]>
Date:   Tue Aug 16 12:15:16 2022 +0200

    fix pending intent flag

commit 1aff7e7
Author: [email protected] <[email protected]>
Date:   Tue Aug 16 08:32:02 2022 +0200

    fix variable

commit d85abfa
Author: [email protected] <[email protected]>
Date:   Tue Aug 16 08:24:11 2022 +0200

    fix typing

commit 279242d
Author: [email protected] <[email protected]>
Date:   Tue Aug 16 08:06:35 2022 +0200

    fix compile issues

commit 9a0e9c3
Author: [email protected] <[email protected]>
Date:   Fri Aug 12 17:00:28 2022 +0200

    fix parse int

commit 3aafe54
Author: [email protected] <[email protected]>
Date:   Fri Aug 12 16:24:37 2022 +0200

    fix translation to kotlin

commit 6650697
Author: [email protected] <[email protected]>
Date:   Fri Aug 12 16:06:32 2022 +0200

    fix fetch push constant

commit f4da44c
Author: [email protected] <[email protected]>
Date:   Fri Aug 12 15:36:58 2022 +0200

    fix full screen activity path

commit 16aa608
Author: [email protected] <[email protected]>
Date:   Fri Aug 12 15:35:25 2022 +0200

    fix fcmservice path

commit 1119044
Author: [email protected] <[email protected]>
Date:   Fri Aug 12 15:24:05 2022 +0200

    fix source order

commit a53c4b4
Author: [email protected] <[email protected]>
Date:   Fri Aug 12 15:09:53 2022 +0200

    chore: update to kotlin file version

commit 7c643f2
Author: [email protected] <[email protected]>
Date:   Fri Aug 12 15:09:52 2022 +0200

    Rename .java to .kt

commit 6066326
Merge: a9939fa aa23f4b
Author: [email protected] <[email protected]>
Date:   Fri Aug 12 14:29:06 2022 +0200

    Merge branch 'MX002-5965' of https://github.com/mjcctech/cordova-plugin-push into MX002-6941

commit aa23f4b
Author: mjaruzel <[email protected]>
Date:   Fri Oct 1 11:58:15 2021 +0200

    add missing import

commit 0d2a82b
Author: mjaruzel <[email protected]>
Date:   Fri Oct 1 11:27:48 2021 +0200

    fix whitespace

commit 4bc2cb9
Author: mjaruzel <[email protected]>
Date:   Fri Oct 1 11:13:53 2021 +0200

    rollback whitespace changes

commit 6cae4a1
Author: mjaruzel <[email protected]>
Date:   Fri Oct 1 10:55:31 2021 +0200

    rollback whitespace changes

commit 6bc5655
Author: mjaruzel <[email protected]>
Date:   Fri Oct 1 10:23:01 2021 +0200

    Add full screen activity
@mayainle
Copy link

mayainle commented Nov 8, 2022

Can we get this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants