Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Releases: drjekyll-org/javapns

2.4.2

29 May 06:22
Compare
Choose a tag to compare
  • Logging improvements (replace string concatenation)
  • Add more aps dictionary items: thread-id, category and target-content-id
  • Add more custom alert fields: title, subtitle, launch-image, title-loc-key, title-loc-args, subtitle-loc-key, subtitle-loc-args

2.4.1

26 May 14:41
Compare
Choose a tag to compare
  • Deprecate PushNotificationBigPayload. Use PushNotificationPayload instead.

2.4.0

26 May 14:40
Compare
Choose a tag to compare
  • Allow device tokens with more than 64 bytes
  • Increase the maximum payload size to 4000 bytes
  • Keep SSL connections alive
  • Allow to add media attachment to PushNotificationPayload

2.3.4

26 May 07:02
Compare
Choose a tag to compare
  • Make put method of Payload protected
  • Make constructors of PushNotificationPayload protected
  • Code cleanup
  • Remove duplicate exceptions from getMessage in PushNotificationManager
  • Remove throws clauses on methods for checked exceptions that will never be thrown

2.3.3

26 May 06:54
Compare
Choose a tag to compare
  • Update dependencies: org.json and slf4j
  • Little tweaks
  • Replace deprecated SSLSession methods