Skip to content

Releases: forrestguice/NaturalHour

Natural Hour

20 Nov 18:18
d53b344
Compare
Choose a tag to compare

A 24-hour clock & roman timekeeping add-on for Suntimes.

This release:

  • fixes bug where "twilight periods are drawn incorrectly" (#30).
  • fixes bug where "alarms times are incorrect when using hours begin at sunset (24)" (#28).
  • fixes ANR when the Suntimes content-provider fails to respond.
  • fixes poor contrast in themed app icon (api33+).
  • updates default color schemes.

Natural Hour

22 Aug 00:03
01fbfd2
Compare
Choose a tag to compare

A 24-hour clock & roman timekeeping add-on for Suntimes.

This release:

  • adds UTC to time zone settings.
  • adds themed app icon (api33+).
  • adds support for "text size" and "high contrast" app themes.
  • fixes bug "watch face shows broken daylight" (#22).
  • updates SuntimesAddon dependency (v0.3.0 -> v0.4.0).

Natural Hour

09 Jan 18:37
a8dfa19
Compare
Choose a tag to compare

A 24-hour clock & roman timekeeping add-on for Suntimes.

This release:

  • adds support for system dark mode (night mode).
  • fixes bug "broken UI - missing first hour - watches" (#14).
  • fixes bug "the widget does not update" (#15).
  • fixes bug "unable to set alarm for all hours when using 'sunset (24)' (#21).
  • fixes bug where the hour is sometimes announced incorrectly.
  • fixes bug where Toast messages are unreadable on api33+.
  • misc layout tweaks (margins).

Natural Hour

23 Feb 06:09
7b64d5b
Compare
Choose a tag to compare

A 24-hour clock & roman timekeeping add-on for Suntimes.

This release:

  • adds support for repeating alarms and notifications (#7); requires Suntimes v0.14.0 or later.
  • adds alarm UI (NaturalHourSelectFragment, NaturalHourAlarmFragment, and AlarmActivity); responds to suntimes.action.PICK_EVENT; extends content-provider to implement suntimes.action.ADDON_EVENT.
  • adds EXTRA_SHOW_DATE; the main activity now responds to suntimes.action.SHOW_DATE.
  • updates SuntimesAddon dependency (v0.2.0 -> v0.3.0).

Natural Hour

01 Jan 19:28
Compare
Choose a tag to compare

A 24-hour clock & roman timekeeping add-on for Suntimes.

Initial release features:

  • an add-on app that uses the current Suntimes configuration (location, timezone, theme, locale, and UI options). The minimum Suntimes version is v0.10.3 (but without access to UI options); the recommended version is v0.12.6.
  • provides an ActionBar that displays configured Location (lat, lon, alt), Suntimes icon (opens Suntimes activity), and overflow menu (Colors, Options, Help, and About).
  • provides a BottomBar that displays the configured timezone ("Apparent Solar", "Local Mean", "Suntimes", "System"), and the time format (12-hr / 24-hr).
  • provides a RecyclerView that displays a series of cards (days centered on today); each card displays the date and a clock face (with divisions for roman hours, twilight periods, and noon).
  • announces the current roman hour (and given time) when the clock face is clicked.
  • provides quick navigation to the dates of the solstices and equinoxes, or the current date.
  • provides a BottomSheet that allows selecting and editing clock face color schemes (Add, Edit, Delete, Share).
  • provides an options Activity; natural hour definition (starts at sunrise/sunrise, starts at sunset), orientation (midnight-at-top, center-on-noon), clock numerals (Arabic, Attic, Armenian, Etruscan, Greek, Hebrew, Roman), night watches, and other options (background, labels, ticks, etc).
  • provides a home screen widget version of the clock face (resizable 3x2, 4x3, and 5x3 widgets); clicking a widget opens the app.