Skip to content

Releases: forrestguice/SuntimesCalendars

Suntimes Calendars

25 Sep 02:55
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • enhances color selection; use external color picker if available (#25) (requires Suntimes v0.13.0+).
  • fixes a bug that prevents adding the moon apsis calendar.

Suntimes Calendars

22 Apr 20:26
2f07b01
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • updates translations to Polish (pl) and Esperanto (eo) (#23 by Verdulo).

Suntimes Calendars

14 Feb 17:14
99e0880
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • adds "Moon Apsis" calendar (apogee, perigee).
  • adds Supermoon, Micromoon, and distance labels for new and full moons.
  • adds ability to change a calendar's color.
  • adds a "cancel" button to the progress dialog to stop updates early; improves confirmation dialogs (miscellaneous UI); improves performance when adding calendars (bulkInsert) (#9).
  • improves language resolution for Spanish locales (es-rES moved to es).
  • updates build; Android gradle plugin version updated to com.android.tools.build:gradle:3.1.2, gradle wrapper to gradle-4.4, and buildToolsVersion to 27.0.3.

Suntimes Calendars

05 Aug 15:12
8320cda
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • improves support for polar regions (polar night).
  • fixes bug "Twilight calendars are added with entries back to 1 Jan 1970" (#16).

Suntimes Calendars

01 May 00:06
3fde396
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • adds translation to Brazilian Portuguese (pt-br) (contributed by Neto Silva) (#14).
  • updates translations to Polish (pl) and Esperanto (eo) (#13 by Verdulo).
  • improves the About Dialog (better translation credits).

Suntimes Calendars

09 Apr 19:04
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • adds "moon" calendar (moonrise, moonset) (#9).
  • adds "astronomical twilight", "nautical twilight", and "civil twilight" calendars (sunrise, sunset) (#9).
  • enhances the progress UI; improved dialog and notifications.
  • updates translations to Polish (pl) and Esperanto (eo) (#12 by Verdulo).
  • now requires Suntimes v0.10.3+ (previously v0.10.0).

Suntimes Calendars

03 Jan 19:04
954e0fc
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • adds individual "enabled" prefs for each calendar (Solstices/Equinoxes, Moon Phases) (#3).
  • fixes bug "missing calendars/events when closing app while task is still running" (#4); moves calendar notifications into a foreground service.
  • changes the "Calendar Integration" pref to match calendar state (vs desired state); existing calendars should be preserved when updating (or removing and later re-adding) the app.
  • changes when permissions are requested; adds a request on first launch (or if data is cleared) before allowing access to remaining UI; permissions are used to recover calendars from previous installations.
  • misc improvements to permissions handling; more robust; support for actions on individual calendars.

Suntimes Calendars

12 Dec 03:05
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This release:

  • fixes broken build (jcenter fails to resolve deps).
  • updates Android gradle plugin to com.android.tools.build:gradle:3.0.0 (#2).
  • updates the gradle wrapper to gradle 4.1 (#2).

Suntimes Calendars

07 Dec 03:00
Compare
Choose a tag to compare

A calendar provider add-on for Suntimes.

This is an initial release:

  • initial commit; imports existing GPLv3 code from com.forrestguice.suntimeswidget.calendar (Suntimes v0.9.4, commit 1ef4dcd4009b8adedd4538ccbeddb07564111613).
  • updates copyright notices; the actual copyright remains unchanged; Copyright (C) 2018 Forrest Guice.
  • refactors "Calendar Integration" to use the ContentProvider supplied by Suntimes v0.10.0.