Skip to content

Commit

Permalink
Merge pull request #538 from forrestguice/release-0.14.0
Browse files Browse the repository at this point in the history
release 0.14.0
  • Loading branch information
forrestguice authored Feb 7, 2022
2 parents fd0ce6c + a7e3c7b commit d865082
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
### ~

### v0.14.0 (2022-02-07)
* extends add-on functionality; adds content-providers for actions, alarms, and alarm events.
* adds support for add-on alarms; set an alarm depending on a calculation (#516); the alarm dialog displays a popup menu of add-on AlarmPickers (hidden if none).
* adds support for 'power off alarms' (#426); adds permission POWER_OFF_ALARM. [PERMISSION].
* adds a date picker to the alarm dialog; its now possible to schedule alarms at a given date+time (repeat yearly).
* adds playback (Reset, Play/Pause) to the lightmap dialog (#519).
* adds altitude at solar noon to the main card view (#524); adds an option display the rising/setting azimuth is place of header labels (#485).
* adds option 'localize to hemisphere'; swap the waxing/waning moon phase icons for southern hemisphere (northward view) (#526).
* adds 'tropical year' to the solstice dialog, and 'recent' to solstice tracking modes.
* adds world map "Azimuthal projection centered on custom coordinates" (#493); adds custom map backgrounds; 'set center', 'set map background', 'tint map', 'graticule' and 'debug lines' options.
* updates world map backgrounds; "Blue Marble" updated to include bathymetry.
* adds widget option to "use the app location".
* adds widget option to override 12h/24h time format setting.
* adds widget option to "fill entire cell" or "align base" to top-left, right, bottom, ...
* adds widget option to "scale text and icons" (extra large widgets).
* renames widget option "grow with available space" to "swap layouts to fill space"; default changed to false; adds help text.
* reorganizes widget configuration; enhances widget selectors; layout selector now shows a themed preview, theme selector shows background.
* misc alarm ui improvements; adds a submenu to the alarm edit activity; an alternate way access/discover alarm features (#416).
* misc solstice dialog improvements; adds context menus, overflow menu, and tracking submenu.
* misc world map and lightmap dialog improvements; adds overflow menu; adds time zone submenu.
* misc dialog improvements; navigate between dialogs or addons with the selected date/time.

### v0.13.19 (2022-01-24)
* adds help for `data source` setting; adds link to online help (#223).
* reorganizes General settings (#223, #533); `show seconds` restored to `general`; `data source` moved into `advanced`; hides `experimental`.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ The app benefits from the following permissions...
|ACCESS_COARSE_LOCATION|To get current location.|v0.1.0|
|ACCESS_FINE_LOCATION|To get current location (GPS).|v0.1.0|
|BOOT_COMPLETED|To restore active alarms when the device boots.|v0.11.0|
|POWER_OFF_ALARM|To wake the device from the power off state.|v0.14.0|
|READ_EXTERNAL_STORAGE|To play alarm sounds located on the SD card.|v0.11.5, v0.13.8 (api≤18)|
|SET_ALARM|To interact with the system AlarmClock app.|v0.1.0|
|WRITE_EXTERNAL_STORAGE|To export data (places, themes, etc.) to file.|v0.2.2 (api≤18)|
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 10
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 25
versionCode 83
versionName "0.13.19"
versionCode 84
versionName "0.14.0"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/83.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- adds help to general settings.
- updates translation to Norwegian.
- updates translations to Simplified Chinese, and Traditional Chinese.
- updates translations to Simplified Chinese, and Traditional Chinese.
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/84.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- adds playback to the sun position dialog (#519), and azimuth and altitude to the main view (#524).
- adds support for add-on alarms (#516); alarms on a given date; and 'Power Off Alarms' (#426).
- adds Azimuthal world map with custom center, and custom map background (#493).
- adds widget options to 'scale text and icons' (large widgets), 'fill entire cell' or 'align base'.
- adds widget options to 'use the app location', and override the 12h/24h setting.
- adds 'localize to hemisphere' option; invert moon icons for southern hemisphere (#526).
- adds 'tropical year' to the solstice dialog.
- misc dialog improvements; navigate between dialogs or addons with the selected date/time.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d865082

Please sign in to comment.