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

L5 #158

Open
wants to merge 62 commits into
base: dev
Choose a base branch
from
Open

L5 #158

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
0ad7f77
Merge branch 'dev'
Edujugon Nov 18, 2017
0c99f9e
Notification channels and message
jenky Jan 2, 2018
e446616
Update channels
jenky Jan 2, 2018
b4c73d6
Set api key
jenky Jan 2, 2018
64e1031
Update readme
jenky Jan 2, 2018
6918ae0
Update readme
jenky Jan 2, 2018
aa6f235
Revert "Update readme"
jenky Jan 2, 2018
ed743e4
Update readme
jenky Jan 2, 2018
0992f08
Update readme
jenky Jan 2, 2018
57d6969
Typo PHPDoc param data type
Edujugon Jan 3, 2018
11e028f
Fix typo push service name
Edujugon Jan 3, 2018
46e0ca9
Remove method return type
Edujugon Jan 3, 2018
d767848
Code refactoring on Channels
Edujugon Jan 3, 2018
239faa4
Merge pull request #1 from Edujugon/notification-channel
jenky Jan 4, 2018
fe885f3
Update docblock and CS fixes
jenky Jan 4, 2018
1a68870
Add param signature
jenky Jan 4, 2018
3938248
Code Refactoring
Edujugon Jan 10, 2018
7f0e437
Update dependency versions
Edujugon Jan 13, 2018
a13523f
Merge pull request #36 from jenky/notification-channel
Edujugon Jan 13, 2018
a90ab16
apn.php: avoid recursion on connection failure
cs-couture Jan 15, 2018
03c6da0
Merge branch 'master' into avoid-recursion-on-error
Edujugon Jan 20, 2018
c56f1b3
Merge pull request #38 from cs-couture/avoid-recursion-on-error
Edujugon Jan 20, 2018
47b797a
Code refactoring
Edujugon Jan 20, 2018
c6dfd40
Update documentation
Edujugon Feb 24, 2018
ee62270
Added badge option in APN example
jeroen-van-dijk Feb 26, 2018
37cec66
Update readme.md
jeroen-van-dijk Feb 26, 2018
1759dd4
Update readme
Edujugon Apr 25, 2018
3754772
Merge branch 'patch-1' of https://github.com/ghjer/PushNotification i…
Edujugon Apr 25, 2018
7b7daf4
Small change
Edujugon Apr 25, 2018
b59f565
Merge branch 'ghjer-patch-1'
Edujugon Apr 25, 2018
0fd60a7
Update readme.me
Varin6 Apr 27, 2018
5c92f20
Merge pull request #48 from Varin6/patch-1
Edujugon Apr 27, 2018
7ff5453
Allow a badge attribute to be passed through to the Apn Channel.
jkirow Jun 27, 2018
8cc9634
Update Readme
jkirow Jun 27, 2018
27f83cc
typo and set correct return values
Edujugon Jun 29, 2018
f254f6f
small presentation fix
Edujugon Jun 29, 2018
466938c
Add a badge key to the data only if it has been provided and is numeric
Edujugon Jun 29, 2018
4dc4289
Merge branch 'jkirow-master'
Edujugon Jun 29, 2018
9c7abf5
Throw exception if service is not defined in config file.
Edujugon Sep 1, 2018
56c221f
Merge pull request #61 from Edujugon/feature/throw-exception-if-no-co…
Edujugon Sep 1, 2018
c0ca9e5
Code refatoring
Edujugon Oct 28, 2018
e9750f4
Merge pull request #65 from Edujugon/feature/coding-style
Edujugon Oct 28, 2018
1228958
Using JSON_BIGINT_AS_STRING as bitmask to prevent large integers conv…
Edujugon Nov 6, 2018
da8763a
Merge pull request #67 from Edujugon/feature/fix-gcm-fcm-response-lar…
Edujugon Nov 6, 2018
6c4df4d
added click action for both android and iOS
alvibd Nov 22, 2018
4f8a6bb
changed build data for gcm to enable triggering 'onMessageReceived' m…
alvibd Nov 22, 2018
d9e7beb
loggin $data array in gcm channel Build Data
alvibd Nov 22, 2018
47db647
logging data array in gcm channel build data method
alvibd Nov 22, 2018
5a78d72
changed null check of $message->sound in gcm channel buildData method
alvibd Nov 22, 2018
e62a6f0
fixed click_action null comparison in gcm channel buildData
alvibd Nov 22, 2018
432ca1f
Use laravel helpers to access configuration variables.
Edujugon Dec 8, 2018
3886506
Merge pull request #72 from Edujugon/feature/config-initialization
Edujugon Dec 8, 2018
b30c777
Merge pull request #70 from alvibd/master
Edujugon Dec 9, 2018
7f5d70e
[PSR-2] small fix
Edujugon Dec 9, 2018
f4bb9bc
[Fix] Code styling PSR-2
Edujugon Dec 16, 2018
68c4af8
Using JSON_BIGINT_AS_STRING as bitmask to prevent large integers conv…
Edujugon Dec 16, 2018
2a32e62
Merge pull request #75 from Edujugon/feature/fix-gcm-fcm-response-lar…
Edujugon Dec 16, 2018
299674a
Fix badge support for FCM and GCM via channel
pascalvgemert Jan 28, 2019
7fd555c
Merge pull request #78 from pascalvgemert/master
Edujugon Mar 19, 2019
1bd990f
added icon property into fcm channel
eliyas5044 May 12, 2019
9d1bc7a
set icon property optional in gcm channel
eliyas5044 May 13, 2019
826a790
Merge pull request #87 from eliyas5044/master
Edujugon May 15, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
}
],
"require": {
"php" : ">=5.6.0",
"php" : ">=5.6.4",
"guzzlehttp/guzzle": "^6.2",
"illuminate/support": "^5.2"
"illuminate/support": "^5.3",
"illuminate/notifications": "^5.3"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
Expand Down
Loading