Release Notes

What's new in 2.8.1

  • Notification small icon can be configured by having a drawable called apx_small_icon

What's new in 2.8.0

What's new in 2.7.1

  • Notification small icon can be configured using AppoxeeManager.setSmallIconResourceId(int resourceId) in Application onCreate lifecycle callback

What's new in 2.7.0

  • Notification small icon (in the notification bar) is now app icon
  • Breaking: opt-out values changed to enums
  • Bug fixes and improvements.

What's new in 2.6.1

  • Custom runtime titles
  • No need to add code to manifest in Android Studio
  • Bug fixes and improvements.

What's new in 2.5.6

  • Fixed resources names collision problem.
  • Bug fixes and improvements.

What's new in 2.5.3

What's new in 2.4.3

  • Removed support for integrating with GCM.jar . The entire process is now using Play Services only.

What's new in 2.4.1

What's new in 2.2

  • Added support for Google Play Services, since Google has announced the GCM.jar is deprecated, although Google didn't retire the service completely and still accept requests created by GCM.jar classes, so we have backward compatibility for now.