An android app that displays sunlight and moonlight times.
This release:
- adds support for overriding location when creating alarms via Intent.
- adds a hex color field to the rgb color picker.
- fixes bug where ColorDialog sliders sometimes start with the wrong value.
- fixes crash in AlarmClockActivity when notifications are disabled (#437).
- fixes bug "incorrect future and past number of days, when DST starts or ends" (#436).
- fixes spannable icons (too small / unreadable) to be consistent across devices.
- improves organization of "User Interface" settings (#434).
- exports the WidgetListActivity, ActionListActivity, and SettingsActivity; permits access to third-party apps with the
suntimes.permission.READ_CALCULATOR
permission. - enhances the WidgetListActivity to show add-on widgets (and allow reconfigure).
- [permission] The app now uses
suntimes.permission.READ_CALCULATOR
(in addition to declaring it). Add-on apps may now use this permission to protect their own interfaces.