Releases: forrestguice/SuntimesWidget
Suntimes
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
, andTime4A-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
Suntimes
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
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
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:
Suntimes
An android app that displays sunrise, sunset, and twilight times.
This is a patch release that fixes:
Suntimes
An android app that displays sunrise, sunset, and twilight times.
This is a patch release that fixes:
Suntimes
Suntimes
Suntimes
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.