Better looking when editing Events with larger fonts && Correct NotificationEventPlugin
's compatibility check && Check all plugins' permissions when logging is enabled && Developer/Debug changes
- Use
GridLayout
for the top few elements onEditEventActivity
- Let some UI elements adjust themselves on
EditEventActivity
- Looks better on larger fonts
- Let some UI elements adjust themselves on
- Check all plugins' permissions when logging enabled
- This will log all (enabled) plugins with insufficient permission
- When logging is disabled, the performance is not affected
- Correct
NotificationEventPlugin
's compatibility check- It's only valid on KitKat+
- It could support JellyBean in principle, and this may be implemented in the future
- Or, it may also be implemented together with the support of older devices
- Dev/Debug changes:
- Simplify
NotificationEventPlugin
's definition - Move
SettingsHelper
to outer package && Move one function to it - Better debugging messages
- Simplify