v0.5.7 -- Dropped XML data backend
-
v0.5.7: Remove deprecated classes && Add
LaunchAppOperationPlugin
&& Add Bluetooth toVolumeOperationPlugin
&& Dev changes- Remove deprecated interfaces / classes
- Remove
XmlDataStorageBackend
- Remove
EventType
- Remove
- New Operation: Launch App (
LaunchAppOperationPlugin
) - Allow to adjust Bluetooth volume in
VolumeOperationPlugin
- Dev changes:
- New script to automatically create templates for new
OperationPlugin
(!!) - Remove
StorageData.parse()
- StorageData can not have their fields declared
final
in principle (!)
- StorageData can not have their fields declared
- Remove
DataFactory.emptyData()
&& clean up empty constructors
- New script to automatically create templates for new
- Remove deprecated interfaces / classes
-
v0.5.6.1: Switch between 12-hour and 24-hour clocks && Better MediaControlOperationPlugin for Lollipop+ && Update Danish translation && Minor changes
- Allow to change between 12-hour and 24-hour clocks in Settings
- Use
MediaSessionManager
for Lollipop+ (API 21+) for better media control - Update Danish translation (thanks to twikedk)
- Remove static variable
running
in someNotificationListenerService
s in favor of PackageManager detection