Skip to content
Builds

Loading builds...

Changes

#6 (Oct 14, 2014, 6:34:12 AM)

  1. Fixed PushedNotification.toString when token is invalid (issue #219) — sypecom / detail
  2. Fixed ArrayIndexOutOfBoundsException in PushedNotifications.prepareAdd (issue #169) — sypecom / detail
  3. Updated 2.3 Beta 3 with latest revisions — sypecom / detail
  4. Default keystore type can now be customized (issue #165) — sypecom / detail

#5 (Oct 12, 2014, 6:34:12 AM)

  1. Added stopQueue feature (issue #168) — sypecom / detail

#4 (Sep 30, 2014, 6:34:13 AM)

  1. Moving 2.3 to Beta 3 — sypecom / detail
  2. Certificate chain-related exceptions now include the cause exception (#179) — sypecom / detail
  3. Fixed PushNotificationPayload(rawJSON) constructor to properly add aps object if missing (#154) — sypecom / detail
  4. Added restart-connection-after-inactivity feature (#115) — sypecom / detail
  5. Fixed memory leak (#120) — sypecom / detail
  6. PushNotificationPayload will now properly throw JSONExceptions if an error occurs during JSON parsing (#207) — sypecom / detail
  7. Update pom.xml following removal of BouncyCastle dependency as per issue #214 — sypecom / detail
  8. Removed BouncyCastle dependency as per issue #214 — sypecom / detail
  9. Code cleanup (#215) — sypecom / detail
  10. Updates for payload max size (now 2048) and category — sypecom / detail
  11. Fixed bug in auto-resend feature and added option to disable it if necessary (issue #187) — sypecom / detail
  12. Made BouncyCastle library unsigned for compatibility with Google App Engine (issue #108) — sypecom / detail
  13. Added socket timeout to FeedbackServiceManager as per issue #205 — sypecom / detail