Skip to content

Fix for allowing for override of notification builder #819

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

Merged
merged 1 commit into from
May 4, 2018
Merged

Fix for allowing for override of notification builder #819

merged 1 commit into from
May 4, 2018

Conversation

Jawnnypoo
Copy link
Member

This fixes the fact that the SDK was using a forked version of NotificationCompat and instead uses the support library version. We can then revert back to allowing for easy overrides of the ParsePushBroadcastReceiver, allowing users to override exactly what they want to.

I would love to get this in quickly as a 1.17.1 if possible, since it does break some compatibility if people were overriding previously. Does that sound good to you @rogerhu ?

@Jawnnypoo Jawnnypoo requested a review from rogerhu May 4, 2018 20:48
@@ -41,7 +41,8 @@ android {
}

dependencies {
api "com.google.android.gms:play-services-gcm:$googleLibVersionGCM"
// last version for GCM to be supported
api "com.google.android.gms:play-services-gcm:12.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

it sounds like 15.0.0 brought in some 16.0 dependencies... hopefully this problem will be fixed soon

Copy link
Member Author

Choose a reason for hiding this comment

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

That is strange. I sure hope so

@rogerhu rogerhu merged commit 8659e9b into parse-community:master May 4, 2018
@Jawnnypoo Jawnnypoo deleted the push-improvements branch May 4, 2018 20:56
@coveralls
Copy link

Coverage Status

Coverage increased (+0.7%) to 58.515% when pulling d516e65 on Jawnnypoo:push-improvements into 65c754e on parse-community:master.

@codecov
Copy link

codecov bot commented May 4, 2018

Codecov Report

Merging #819 into master will increase coverage by 0.63%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #819      +/-   ##
============================================
+ Coverage     53.46%   54.09%   +0.63%     
  Complexity     1682     1682              
============================================
  Files           124      123       -1     
  Lines          9852     9736     -116     
  Branches       1380     1361      -19     
============================================
  Hits           5267     5267              
+ Misses         4156     4040     -116     
  Partials        429      429
Impacted Files Coverage Δ Complexity Δ
...ain/java/com/parse/ParsePushBroadcastReceiver.java 0% <0%> (ø) 0 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65c754e...d516e65. Read the comment docs.

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.

3 participants