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

feat: Add support for Live Activity with ActivityKit push notifications #130

Merged
merged 2 commits into from
Jul 16, 2023

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Jul 15, 2023

@parse-github-assistant
Copy link

parse-github-assistant bot commented Jul 15, 2023

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

@codecov
Copy link

codecov bot commented Jul 15, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.11 🎉

Comparison is base (650993d) 93.42% compared to head (ec6b3d4) 93.53%.

❗ Current head ec6b3d4 differs from pull request most recent head 765b66b. Consider uploading reports for the commit 765b66b to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
+ Coverage   93.42%   93.53%   +0.11%     
==========================================
  Files          23       23              
  Lines         578      588      +10     
==========================================
+ Hits          540      550      +10     
  Misses         38       38              
Impacted Files Coverage Δ
lib/notification/index.js 100.00% <ø> (ø)
lib/notification/apsProperties.js 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mtrezza mtrezza changed the title feat: Support Live Activity feat: Add support for Live Activity with ActivityKit push notifications Jul 15, 2023
@dplewis
Copy link
Member Author

dplewis commented Jul 16, 2023

@mtrezza thanks for fixing the CI, is this good?

Copy link
Member

@mtrezza mtrezza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me; not sure if we can find anyone to review this, since it's a very specific feature. In any case we could merge it and fix any issues that may arise.

@mtrezza mtrezza merged commit 80717cd into parse-community:master Jul 16, 2023
5 checks passed
parseplatformorg pushed a commit that referenced this pull request Jul 16, 2023
# [5.2.0](5.1.3...5.2.0) (2023-07-16)

### Features

* Add support for Live Activity with ActivityKit push notifications ([#130](#130)) ([80717cd](80717cd))
@parseplatformorg
Copy link

🎉 This change has been released in version 5.2.0


set event(value) {
if (typeof value === 'string' || value === undefined) {
this.aps.event = value;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

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

Successfully merging this pull request may close these issues.

None yet

4 participants