All notable changes to this project will be documented in this file.
- Provide version of module via 'OnNewStatusModuleVersion'
- Serves 'updateListOfFiles' to trigger via UI
- Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
- New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
- 'loadParameters' returns its success
- 'sendParameters' prepared to control if sent data should be saved directly by CSK_Module_PersistentData (but not used as there are no parameters available so far)
- Added UI icon and browser tab information
- Removed useless functions regarding PersistentData
- 'Disk usage' in UI showed free bytes and not used bytes
- Prepared for PersistentData features (not used so far and removed in version 1.1.0)
- Requires userlevel "Service" to provide UI
- Download of first preselected file did not work after app reboot
- Initial commit