Skip to content

Releases: forrestguice/SuntimesCalendars

Suntimes Calendars

11 Feb 20:04
6e444df
Compare
Choose a tag to compare

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

31 Dec 02:16
d5dd278
Compare
Choose a tag to compare

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

12 Feb 20:38
8f57135
Compare
Choose a tag to compare

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

07 Dec 23:32
b56294e
Compare
Choose a tag to compare

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

15 Nov 15:36
609445c
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • updates translations to Polish (pl) and Esperanto (eo) (#44 by Verdulo).
  • fixes "app crash when clicking the Open Calendar button" (#43).

Suntimes Calendars

19 Jun 20:54
dde7603
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • updates translation to German (de) (#41 by wolkenschieber).

Suntimes Calendars

09 Mar 18:20
8d6c871
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • adds translation to Russian (ru) (contributed by ddanilov) (#39).
  • updates translations to Catalan (ca) and Spanish (es) (#37, #38 by gnusuari0).

Suntimes Calendars

10 Feb 04:18
800c4ce
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • updates translation to Dutch (nl) (#33 by Joppla).
  • updates translations to Catalan (ca) and Spanish (es) (#34, #35 by gnusuari0).

Suntimes Calendars

31 Jan 04:18
a056a33
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • adds translation to Dutch (nl) (contributed by Joppla) (#30).

Suntimes Calendars

21 Nov 00:07
b9e90d7
Compare
Choose a tag to compare

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).