Skip to content

Releases: forrestguice/SuntimesWidget

Suntimes

24 Jan 03:57
f84feaf
Compare
Choose a tag to compare

An android app that displays sunlight times.

This release:

  • adds translations to Catalan (ca) and Spanish (es-ES) (contributed by Raulvo) (#141).
  • adds web links in the About Dialog to the changelog and git commit.
  • enhances the calculator selector used by widget configuration (now shows descriptive text).
  • fixes bug; expected "11h 55s", actual "11h55s" (b61d942).
  • updates translations (eo, pl).

Suntimes

27 Dec 22:51
faf364b
Compare
Choose a tag to compare

An android app that displays sunlight times.

This release:

  • adds a solstice/equinox widget. (#13)
  • adds solstice/equinox tracking to app. (#13)
  • adds options to show seconds in times displayed by the app and widgets.

Suntimes

21 Dec 07:32
198bc49
Compare
Choose a tag to compare

An android app that displays sunrise, sunset, and twilight times.

This is a patch release that:

  • fixes crash when adding widgets (api21+) (#126).
  • fixes flippable widget randomly displays 24hr time (#129).
  • fixes table switch animation fails to play (#125).
  • fixes stale/duplicate items in theme selector.
  • fixes theme preview icons (now shown) (api21+).
  • fixes theme icons don't use theme colors (api21+) (#120).

Suntimes

03 Dec 19:24
ae8ecf8
Compare
Choose a tag to compare

An android app that displays sunrise, sunset, and twilight times.

This is a patch release with changes:

  • widget icons now themeable (api19+).
  • widget title now marquees over a single line.
  • widgets now allow for vertical resize.
  • 2x1 widget now shows seconds (e.g. "Tomorrow will be 1m 4s shorter").
  • 2x1 widget now listed (previously only accessible by resizing 1x1 widget).
  • 2x1 layout fixed for api versions <= 15 (previously inaccessible).
  • default data source changed to time4a-noaa.
  • updates translations (eo, pl).

Suntimes

19 Nov 03:26
fe5db6c
Compare
Choose a tag to compare

An android app that displays sunrise, sunset, and twilight times.

This is a minor release that

adds:

  • data sources; Time4A-Simple, Time4A-NOAA, Time4A-CC, and Time4A-Time4J (contributions by MenoData).
  • support for custom themes; theme editor activity (add / edit), theme selector activity (copy / delete / export) (#7).
  • option to show/hide solar noon on widget (#102).
  • option to show/hide comparison on widget.
  • option to show data source label in app UI (#108).
  • Hungarian translation (contributed by Erci) (#106).

Suntimes

31 Oct 07:58
c1d3a7e
Compare
Choose a tag to compare

An android app that displays sunrise, sunset, and twilight times.

This is a patch release that

  • fixes data source setting not honored (#104).

Suntimes

12 Jun 20:58
Compare
Choose a tag to compare

An android app that displays sunrise, sunset, and twilight times.

This is a minor release that

adds:

  • time format option (12hr / 24hr time) (#22).
  • daylight savings time warning (#90).
  • French translation (contributed by Jej) (#92).

fixes:

  • app layout; times unreadable when using large font setting (related to #43).
  • automatic backups (now disabled).
  • lightmap rendering (now optimized to do work off the UI thread).

Suntimes

15 Apr 20:59
Compare
Choose a tag to compare

An android app that displays sunrise, sunset, and twilight times.

This is a patch release that fixes:

  • misc UI stuff / styles / strings.
  • widget preview images.
  • ui bug "table switches unintentionally" (#20).
  • "allow resize" option (disabled for api 16 and under).

This release also adds JUnit and Espresso UI tests to the project.

Suntimes

23 Feb 19:22
Compare
Choose a tag to compare

An android app that displays sunrise, sunset, and twilight times.

This is a minor release that

adds:

  • data source; ca.rmen.sunrisesunset.
  • solar time mode; local mean time, and apparent solar time (#66).
  • "light map" horizontal stacked bar chart.
  • "ui warnings" (snackbar alerts for unusual date or time zone configurations) (#54).
  • time zone selector enhancements (color coding, sort by ID or UTC offset).
  • widget layout option "allow resize" (disable widget resizing).
  • widget title substitution; %s is for data source.

fixes:

  • app crash (latitude edge case) (#74).
  • app crash ("set date" api10) (#75).
  • time zone selector loading (now loads asynchronously).
  • widget layout update bug / widget resizes itself after update (#77).
  • widget update behavior (now updates at midnight) (#77).

Suntimes

07 Nov 18:57
Compare
Choose a tag to compare

An android app that displays sunrise, sunset, and twilight times.

This is a patch release that fixes:

  • alarm set incorrectly w/ user-defined timezones (#64).
  • solar noon sometimes incorrect for user-defined timezones (#65).
  • ui bug "dialog state lost on orientation change" (#63).
  • ui bug where TimeDateDialog settings were not immediately applied.