Skip to content

Releases: forrestguice/SuntimesWidget

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.

Suntimes

23 Sep 06:33
Compare
Choose a tag to compare

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

This is a patch release that fixes:

  • gps prefs not honored (#50).
  • use network location provider if available (#49).
  • app crash on SettingsActivity (api14, api15) (#55).
  • app crash on ExportPlaces (api18) (adds permission EXTERNAL_STORAGE) (#67).
  • misc SettingsActivity bugs (api10, api15) (#57, #58, #59, #60).

Suntimes

30 Aug 18:44
Compare
Choose a tag to compare

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

This is a patch release that fixes:

  • unreadable app layouts when using non-english locales (#43).
  • missing actionbar overflow icons.
  • lat/lon input; touch dialog fields to begin editing (#37).

Suntimes

13 Aug 18:46
Compare
Choose a tag to compare

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

This is a minor release that

adds:

  • option to override the locale from within the app (#23).
  • default location provided by the locale (#33).
  • translation to polish and esperanto (contributed by verdulo).

fixes:

  • lat/lon decimal separator bug (#29); fails to set the location when locale uses "," as the decimal separator.
  • timezone bug (#34); timezone ignored when using 24hr time.
  • ui bug "note doesn't adapt user defined dates" (#19)
  • ui bug "table switches unintentionally" (#20).

Suntimes

22 Jul 06:48
Compare
Choose a tag to compare

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

This is a patch release that

adds:

  • support for localization.
  • translation to german (contributed by Henrik "HerHde" Hüttemann).

fixes:

  • app crash when using Show map without an installed map application.
  • app crash when sunrise or sunset doesn't occur for a given date/location.
  • "no data source" bug (#14); default value not properly displayed by settings -> general -> dataSource.
  • lat/lon precision; was unlimited but now rounded to 5 places (meter precision).
  • lat/lon input validation.