Skip to content

Release 1.4.0-alpha

Compare
Choose a tag to compare
@thomaszurkan-optimizely thomaszurkan-optimizely released this 13 Jul 23:25
· 18 commits to 1.4.x since this release
bea0e89

This is a breaking change. Dependent on optimizely/java-sdk 1.7.0.

  • Allow configure background tasks to run or not.
  • Close cursor on SQLite.

Breaking Changes

  • Must include intent filter for EventRescheduler and DatafileRescheduler in the application manifest if the developer wants to use them (see the test-app manifest for an example).
  • Pass context into OptimizelyManager.Builder.
  • UserProfileService added.
  • Background processes are not running by default.
  • Various handlers (EventHandler, DatafileHandler, ErrorHandler) can be overridden.