Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.2 KB

changelog.md

File metadata and controls

58 lines (37 loc) · 2.2 KB
  • Changes
    • Changed KeyValueStorage implementation to use Keeva
  • New Features
    • Added integration method without using SoomlaApp as main Application
  • Fixes
    • Fixed getOnlyEncryptedKeys when there are unencrypted keys present
  • New Features

    • KeyValueStorage - changed to allow multiple instances with different storage
    • KeyValueStorage - added method of getting query values with limit
    • Added generating a unique id per installation if androidId can't be fetched
  • Changes

    • Removed libs from repo and added scripts to download dependencies
  • Changes
    • Rebuilt library with Java 1.7
  • Fixes
    • Changed the way we count references for Foreground service
  • Fixes
    • Fixing AsyncTask class not found for lower Android versions as proposed here
  • Fixes
    • Foreground is disabled on android versions < ICS
    • Foreground will be available on versions < ICS but events are only available on versions >= ICS
  • New Features

    • Added Foreground service that fires events when the app goes to background/foreground
    • Added functions to fetch or reset rewards state
  • Fixes

    • Fixed an issue when reward last-given-time wasn't saved correctly

v1.0.0

Initial version of the SOOMLA Core library for Android