Releases: forrestguice/SuntimesWidget
Releases · forrestguice/SuntimesWidget
Suntimes
Suntimes
An android app that displays sunlight and moonlight times.
This release:
- fixes bug "Suntimes Alarms uses elevation even if unchecked" (#336).
- fixes bug "worldmap dialog fails to apply themed foreground color" (#337).
- fixes bug "unable to dismiss alarm when notifications are disabled" (#333).
- adds a "Notifications" warning to the AlarmClock activity that is shown if notifications are disabled. Notifications are required for alarms to display correctly (#333).
- adds a "Notifications" preference to the Alarm settings. This preference warns when notifications are disabled, or configured to not show on the lock screen (#332, #333).
- adds a "Volumes" preference to the Alarm settings (navigates to system Sound settings).
- optimizes basemaps and preview pngs; size reduced by ~50% using pngquant.
- updates translations to Polish (pl) and Esperanto (eo) (#330, #339 by Verdulo).
Suntimes
An android app that displays sunlight and moonlight times.
This release:
- adds support for playing alarm sounds from the file system (mp3, ogg, etc). [Selecting files requires a file manager app with support for ringtone selection.]
- fixes bug "alarm sound fails to play from external storage" (#326); alarm notifications will fallback to the default ringtone if the selected sound cannot be played.
- new permission: READ_EXTERNAL_STORAGE. This permission is needed to play sounds located on the SD card (#326).
- improves language resolution for Spanish locales (#147).
- improves the About Dialog (better translation credits).
Suntimes
An android app that displays sunlight and moonlight times.
This release:
- fixes bug "NotificationService is always running" (#323, #324).
- fixes bug "AlarmClockActivity started multiple times" (#325, #324).
- removes the "location mode" selector from widget configuration (widgets only support "user-defined") (#10).
- updates translation to Brazilian Portuguese (pt-br) (#320 by Neto Silva).
Suntimes
An android app that displays sunlight and moonlight times.
This release:
- fixes crash when opening general settings (Esperanto) (#315).
- adds "rise/set order" help button to the widget configuration activity.
- misc. layout and icon fixes (Widget List, About).
- updates translations to Polish (pl) and Esperanto (eo) (#307 by Verdulo).
- updates translations to Brazilian Portuguese (pt-br) (#319 by Neto Silva).
Suntimes
An android app that displays sunlight and moonlight times.
This release:
- adds an option to disable the alarm clock launcher icon (#305).
- adds translation to Brazilian Portuguese (pt-br) (contributed by Neto Silva) (#304).
- updates translations to Polish (pl) and Esperanto (eo) (#307 by Verdulo).
- misc. widget layout fixes. Widgets now ignore the "large text" accessibility setting (#306). Use a custom theme to increase text size.
- fixes app crash (world map dialog) (#309).
Suntimes
Suntimes
An android app that displays sunlight and moonlight times.
This release:
- adds "Suntimes Alarms", an Alarm Clock (#140, #250, #261) with support for daily repeating alarms and notifications.
- adds a clock widget (#154, #260) that displays solar time (Local Mean Time, Apparent Solar Time), or the time in a given timezone.
- adds a "share" action to the World Map dialog (exports to png) (#284).
- changes the default solar time mode to "Apparent Solar Time"; adds a help button to solar time selector.
- new permission: BOOT_COMPLETED. This permission is needed to restore active alarms after reboot.
- new permission: VIBRATE. This permission is used by alarm notifications.
Suntimes
An android app that displays sunlight and moonlight times.
This release:
- adds app shortcuts (Android 7.1+); a shortcut to the Widget List, a shortcut to the Theme Editor (#288).
- reveals the previously hidden azimuthal map projection in the World Map dialog (#284).
- fixes a ContentProvider bug where sun/moon queries returned the wrong data type (Calendar obj vs long timestamp).