Commit Graph
37 Commits
Author SHA1 Message Date
Hanno Zulla 760cec6851 Allow using custom JSON conversion class. (#15) 2016-10-20 20:02:02 +03:00
Hanno Zulla c51aceb64e Fix payload behaviour for empty strings / 0 values. (#16) 2016-10-20 19:12:33 +03:00
Sergey Petrov 2b8bbced17 version bump -> 0.1.2 0.1.2 2016-10-10 20:36:59 +03:00
Vadim Semenov 0b81732a4b Add support for iOS 10 "mutable-content" flag.
This change mirrors the following pull request from the original PyAPNs repo:
https://github.com/djacobs/PyAPNs/pull/174
2016-10-10 15:04:15 +03:00
Sergey Petrov f79e3a6e20 Merge pull request #13 from deceze/master
Fixing bug in automatic casting of PayloadAlert to dict
2016-08-13 23:24:49 +04:00
David Zentgraf c72fa0ebc2 Fixing bug in automatic casting of PayloadAlert to dict 2016-08-12 12:31:40 +02:00
Sergey Petrov c65723595f Merge pull request #10 from 72squared/master
support for apns-expiration header …
2016-06-21 21:18:40 +04:00
John Loehrer cdc0a3dc49 support for apns-expiration header https://developer.apple.com/library/tvos/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/APNsProviderAPI.html 2016-06-20 09:35:25 -07:00
Sergey Petrov 9dfdc79a55 Version bump -> 0.1.1 0.1.1 2016-05-27 12:57:13 +03:00
Sergey Petrov 281022aca7 Merge pull request #9 from firkeuf/master
Some changes in client.py for hyper v0.6.0
2016-05-27 13:55:28 +04:00
firkeuf 1c16d81e46 Update client.py
should add force_proto else get proto = None and crash

hyper/http20/connection.py", line 354
assert proto in H2_NPN_PROTOCOLS or proto == H2C_PROTOCOL
2016-05-13 14:08:55 +03:00
firkeuf 50c5920592 Update client.py
hyper > common > util > to_bytestring
can not convert INT to byte
and raise ValueError("Non string type.")
2016-05-13 12:02:10 +03:00
Sergey Petrov 28996fc73c Remove unneeded super call 2016-04-08 15:08:23 +03:00
Sergey Petrov f636a99093 Merge pull request #5 from matangover/master
Python 2 compatibility
2016-04-03 17:13:08 +04:00
Matan Gover 83988c9f8c Fix dependency specification in setup.py. 2016-03-27 12:16:07 +03:00
Matan Gover aebdb08bdc Use Python2-compatible syntax for super. 2016-03-27 12:06:42 +03:00
Sergey Petrov cf8f5aef71 Merge pull request #3 from leovp/master
Use proper and more clear parameter name in APNsClient
2016-03-26 15:40:16 +04:00
Sergey Petrov 78067ce166 Add support for CodeClimate 2016-03-26 13:58:41 +03:00
leovp 4fb9a5ec8f Use proper and more clear parameter name in APNsClient 2016-03-26 12:51:49 +03:00
Sergey Petrov 3deab17ac9 Merge pull request #2 from leovp/patch-1
Spelling errors and more PEP8.
2016-03-26 13:07:32 +04:00
Leonid R aa2387811a Fixed spelling in client.pyi 2016-03-26 01:46:07 +04:00
Leonid R cd52999f1a Merge pull request #1 from leovp/patch-2
Fixed spelling in errors.py
2016-03-25 23:40:07 +04:00
Leonid R 9b5e57692b Fixed spelling in errors.py 2016-03-25 23:38:37 +04:00
Leonid R 413957fa59 Update client.py according to PEP8 2016-03-25 23:33:26 +04:00
Leonid R 09685404ea Fixed spelling in client.py 2016-03-25 23:30:01 +04:00
Sergey Petrov e1ffacb4f3 Add dependency for fallback enum implementation 0.1.0 2016-02-09 16:56:11 +03:00
Sergey Petrov 515bf64ae4 Add priority option for sending notification 2016-02-09 16:51:42 +03:00
Sergey Petrov 3f61fac159 Add error handling for sending notifications 2016-02-09 16:45:43 +03:00
Sergey Petrov 61f38d391e setup.py adjustements 2016-02-09 15:39:29 +03:00
Sergey Petrov a2a1e5620b Create LICENSE 2016-02-01 14:26:47 +03:00
Sergey Petrov 830eab9e98 Create README.md 2016-02-01 14:25:31 +03:00
Sergey Petrov 0a2e1ffe8e Change name format 2016-02-01 14:08:28 +03:00
Sergey Petrov 29f818cf43 Add initial implementation for sending notifications 2016-02-01 13:02:19 +03:00
Sergey Petrov f2d5f9e5d0 Add setup.py 2016-01-28 12:21:29 +03:00
Sergey Petrov 0f186aed66 Add initial implementation for Payload class 2016-01-28 12:05:16 +03:00
Sergey Petrov 5313b9a3bd Add .idea to ignore files 2016-01-27 15:14:05 +03:00
Sergey Petrov a3f622583e Update .gitignore 2016-01-26 12:51:32 +03:00