4.1.6
2023-06-07
Changed lunar arithmetic to use integers instead of floats.
Fixed lunar calculation error.
4.1.5
2023-06-06
Bug fixes in calculations.
4.1.3
2023-06-01
The time display at the top of the app is a time determined by the position of the sun. It ignores any daylight saving time details and is meant to represent what an observer using the sun would reckon. If the longitude is unavailable because the user did not allow location services, it is calculated from the system time and local timezone. Thus when location services are disallowed, the displayed time matches the system time. When location services are allowed, the time shown will be different from the system time by however far the user is from the actual meridian for that time offset. This could be over 2 hours different during daylight saving time, depending on the user's location in the time zone.
Previously, a location services request was made whether or not location services were available. If not available, that did nothing. Now, a check is first made to confirm that it's available before subscribing to updates.
4.1.2
2023-05-29
Fixed a bug in date calculations when all stones are on the same platform.
Increased font size for iPad.
4.1.0
2023-05-26
Corrected a bug where the moon phase description was not calculated correctly.
Added ability to navigate by date components by tapping on them at the top of the screen. If the + is showing, the component will be incremented. Tap the + icon to switch it to - which will then decrement the date according to which component is tapped.
4.0.3
2023-04-23
Recompiled with updated SDK. Fixed a minor bug where lunar phase was not always updated. Added a progress bar when the 1 minute timer is activated. This timer is activated when the date is changed with one of the buttons to something other than now. After one minute, the date is changed back to now.
4.0.2
2023-04-12
Updated to meet new requirements. Added buttons on the bottom. Added shadows for tiles. Updated the help (tap the main screen for help).
2.0.1
2013-03-09
Optimized graphics, resulting in a much smaller build.
Corrected errata in help text.
Added new calculations section in help text.
2.0
2013-03-01
App is now a universal app. Several new features added:
Lunar functionality added.
Header added showing Gregorian date/time and troll calendar date string.
Improved graphics.