Releases: forrestguice/SuntimesCalendars
Releases · forrestguice/SuntimesCalendars
Suntimes Calendars
A calendar provider add-on for Suntimes.
This release:
- adds template patterns to the "Daylight", "Civil Twilight", "Nautical Twilight", "Astronomical Twilight", "Blue Hour", "Gold Hour", and "Moon" calendars;
%em
(milliseconds),%eZ
(azimuth),%eA
(altitude),%eR
(right ascension), and%eD
(declination). - adds template patterns to the "Moon" calendar;
%illum
(illumination %),%phase
(minor phase), and%dist
(distance). - adds donation link to the about dialog; adds Liberapay to donation options (#46); https://liberapay.com/forrestguice/
- improves template pattern help so that only the supported patterns for each individual calendar are shown.
- modifies default calendar templates to include the
%eZ
and%eA
patterns. - fixes pattern
%dist
to respect the Suntimes "length units" option (km or mi). - fixes bug where "calendar update notification vibrates repeatedly" (#59).
- bumps CalculatorProviderContract version (5 -> 7).
- updates translations to Polish (pl) and Esperanto (eo) (#60 by Verdulo).
Suntimes Calendars
A calendar provider add-on for Suntimes.
This release:
- adds support for reminder notifications (#51).
- adds support for event selection; include all or omit some calendar events.
- adds support for templates; customize event text and formatting.
- adds "Golden Hour", "Blue Hour", and "Daylight" calendars (#55).
- adds "cross-quarter days" to the Solstice calendar (#56).
- adds themed icon (Android 13+), and other miscellaneous UI improvements.
- adds permission
android.permission.FOREGROUND_SERVICE
; calendar updates rely on a foreground service. [permission] - updates build; targetSdkVersion from 25 to 28; minSdkVersion from 11 to 14; support libraries to v28.0.0.
Suntimes Calendars
A calendar provider add-on for Suntimes.
This release:
- adds support for high contrast themes and text size (Suntimes v0.15.0+).
- updates Suntimes
CalculatorProviderContract
(v2 to v5). - updates translation to Norwegian (nb) (#52 by FTno).
Suntimes Calendars
A calendar provider add-on for Suntimes.
This release:
- adds support for system dark mode (night mode).
- fixes bug where Toasts are unreadable (white-on-white); Android 13 (api33+).
- updates build; gradle wrapper to
gradle-5.0
. - updates translation to Norwegian (nb) (#49 by FTno).
Suntimes Calendars
Suntimes Calendars
A calendar provider add-on for Suntimes.
This release:
- updates translation to German (de) (#41 by wolkenschieber).
Suntimes Calendars
Suntimes Calendars
Suntimes Calendars
A calendar provider add-on for Suntimes.
This release:
- adds translation to Dutch (nl) (contributed by Joppla) (#30).
Suntimes Calendars
A calendar provider add-on for Suntimes.
This release:
- adds support for add-on calendars; add-on apps may now declare their own calendars (e.g. https://github.com/forrestguice/SolunarPeriods). These calendars will show up in the list automatically when available.
- misc UI changes; enhances "Calendar Window" preference, adds ActionBar, adds "Open Calendar" menu item, moves "About" to overflow menu.
- refactors CalendarTask and supporting classes (rewrite).