Changelog All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Refactored the entities around Server settings enities e.g. Charactersitic* Objects/Entities are now named ServerSetting* This is a breaking change
- Refactored the way server settings json file is stored in the settings repo, It now stores the whole server json to enable persistence of Metatdata - This is a breaking change Code that was retrieving settings from the setting repo should should refactor to get the settings by value.get(AllConstants.SETTINGS) after retrieving the value from the repo
###Added
- Added the ability to create Event observations from the native radio button secondary values
- Added the ability to create Event observations from the Expansion values which have the same format as the secondary values above
- A test to verify the Event creation
- Compression helper classes
- Cryptography helper classes
- Added language switching support
- Upgrade Build tools to version 28