Releases: forrestguice/IntervalMidpoints
Releases · forrestguice/IntervalMidpoints
Interval Midpoints
A midpoint calculator add-on for Suntimes.
This release:
- adds support for
solar midnight,blue hour, andgolden hour(#11). - adds
online helpbutton to the help dialog. - updates build: adds
nightlyflavor; adds git submodule; removes dependency on jitpack.io. - updates build; Gradle 6.5 -> 7.3.3; Android Gradle Plugin 4.1.3 -> 7.2.2, updates AndroidX libraries.
- updates build; SuntimesAddon dependency 0.4.0 -> 0.4.3.
Interval Midpoints
A midpoint calculator add-on for Suntimes.
This release:
- fixes app crash in release apk caused by proguard-rules (#9).
Interval Midpoints
A midpoint calculator add-on for Suntimes.
This release:
- adds support for system theme (night mode), high contrast themes, and "text size" settings.
- fixes bug where app icon is not displayed (#5).
- fixes bug where battery optimization message is displayed repeatedly (#6).
- fixes crash when Suntimes is not installed (#7).
- fixes ANR when Suntimes ContentProvider fails to respond.
- updates build; targetSdkVersion 30 -> 33; migrates from Support Libraries to AndroidX.
Interval Midpoints
A midpoint calculator add-on for Suntimes.
This release:
- adds app launcher icon (#3).
- adds permissions
RECEIVE_BOOT_COMPLETEDandREQUEST_IGNORE_BATTERY_OPTIMIZATIONS. - fixes crash when running on Android 11+; adds package visibility queries to the manifest.
Interval Midpoints
Initial release features:
- find the interval between two twilight events; e.g. from sunset to astronomical sunrise.
- find interval midpoints; divide into 2, 3 or 4 parts.
- schedule repeating alarms (or notifications); requires Suntimes v0.14.0.