Skip to content

Releases: optimizely/android-sdk

Release 1.3.0

12 Apr 23:10
Compare
Choose a tag to compare
  • Add getter for ProjectConfig

Release 1.2.0

22 Mar 17:03
Compare
Choose a tag to compare

1.0.0

23 Jan 23:52
Compare
Choose a tag to compare
  • GA release

0.5.0

21 Jan 01:50
Compare
Choose a tag to compare

Bug Fixes

  • Persist experiment and variation IDs instead of keys in the AndroidUserProfile

Breaking Changes

  • Change live variable getter signature from getVariableFloat to getVariableDouble

0.5.0-SNAPSHOT

18 Jan 05:59
Compare
Choose a tag to compare
0.5.0-SNAPSHOT Pre-release
Pre-release
Change key to ID in all variable names within UserProfile (#76)

0.4.1

31 Dec 00:56
Compare
Choose a tag to compare

Bug Fixes

  • Add try catches around Cache.java and Client.java to handle exceptions gracefully
  • Fixes crash with not being able to bind to DatafileService

0.4.0

19 Dec 22:16
Compare
Choose a tag to compare

New Features

  • Add support for IP anonymization

Breaking Changes

  • Rename AndroidUserExperimentRecord to AndroidUserProfile
  • Change position of activateExperiment parameter in live variable getters

0.3.0

09 Dec 05:35
Compare
Choose a tag to compare
  • Add support for live variables

0.2.2

29 Nov 21:15
Compare
Choose a tag to compare
  • Changes the initialization API from start to initialize
  • Fixes crash with ICS and old db manager constructor
  • Fixes concurrency map crash

0.2.1

04 Nov 19:51
Compare
Choose a tag to compare

Fixes issue with OptimizelyStartedListener potentially not being called.