forked from zo0r/react-native-push-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
Rebasing with parent repository #2
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
Open
nik910
wants to merge
104
commits into
master
Choose a base branch
from
feature/rebase-original
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
React Native added support for the alert title some time ago. It can be seen in this commit: facebook/react-native@ec74a96#diff-2809d4592d87587e30e146d50d49188d This closes zo0r#608
Add support for notification alert title on iOS
…ion-property Add gradle configuration property
# Rational of change: Searched for the the issue half an hour, cause I testes localNotification first and everything worked fine. This short sentence could avoid that for other user. # purpose of the change For others to avoid searching for the issue. OS: Android Test: Remove the <Application>-Section and test both functions as described in fileChange of this PR.
compileSdkVersion and targetSdkVersion should not be a string.
Just add a tip for letting the options explicit
Support local notifications on Android O
Update README.md: compileSdkVersion and targetSdkVersion should not be a string.
Update description of localNotificationSchedule
Clarifying usage for `cancelLocalNotifications`
Update documentation on repeating notifications on iOS
Add clearLocalNotification method
…trigger-for-silent-notifications [Android] Remove default alert for silent push notifications
Fix requestPermissions crash (Issue zo0r#803)
…ind symbol on import android.app.NotificationChannel”
Use keepachangelog conventions to provide a clear description of the changes between versions.
updated sdk and build tool version on gradle file
Allow configuring notification channel and color through manifest
Standardize Changelog
react-native link react-native-push-notification
Added the "old" GCM listener to get compatibility with GCM back
[Android] Allow to set notification's priority, visibility and importance options
The `lastId` should reflect the last id used not the next id to be used. When the lastId is set to the next id to be used the `cancelNotif` function will try to cancel a id not yet used.
Update documentation to avoid falling Androids' build
…ification Fix example app cancel notification
3.1.2 Changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.