v1.3.0 view commit logs
- Changes
- Changed KeyValueStorage implementation to use Keeva
v1.2.0 view commit logs
- New Features
- Added integration method without using SoomlaApp as main Application
v1.1.1 view commit logs
- Fixes
- Fixed getOnlyEncryptedKeys when there are unencrypted keys present
v1.1.0 view commit logs
-
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
v1.0.5 view commit logs
- Changes
- Rebuilt library with Java 1.7
v1.0.4 view commit logs
- Fixes
- Changed the way we count references for Foreground service
v1.0.3 view commit logs
- Fixes
- Fixing AsyncTask class not found for lower Android versions as proposed here
v1.0.2 view commit logs
- Fixes
- Foreground is disabled on android versions < ICS
- Foreground will be available on versions < ICS but events are only available on versions >= ICS
v1.0.1 view commit logs
-
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
Initial version of the SOOMLA Core library for Android