Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
~

### v0.2.1 (2023-8-21)
### v0.2.2 (2026-06-18)
* adds support for "Material You" (needs Suntimes v0.17.0+).
* adds support for "show coordinates" option (needs Suntimes v0.17.0+).
* adds exception handler and crash report notification.
* adds "online help" button (https://forrestguice.github.io/Suntimes/help/addons/solunarperiods).
* updates build; targetSdkVersion 33 -> 34 (Android 14); Gradle 6.5 -> 8.7; Android Gradle Plugin 4.1.3 -> 8.5.2.
* updates build; adds nightly build flavor (#9).

### v0.2.1 (2023-08-21)
* adds support for system theme (night mode), high contrast app themes, and "text size" settings.
* fixes crash when using "calendar integration" menu item (#6).
* updates build; targetSdkVersion 28 -> 33; Gradle 4.4 -> 6.5; Android Gradle Plugin 3.1.3 -> 4.1.3; migrates from legacy support libraries to AndroidX.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ This app displays sunrise, sunset, moonrise, moonset, lunar noon, lunar midnight
## Donations ##
Do you find value in this software? Please pay as you feel.

[![paypal](https://www.paypalobjects.com/webstatic/en_US/i/btn/png/silver-rect-paypal-26px.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NZJ5FJBCKY6K2)

<noscript><a href="https://liberapay.com/forrestguice/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>

[![paypal](https://www.paypalobjects.com/webstatic/en_US/i/btn/png/silver-rect-paypal-26px.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NZJ5FJBCKY6K2)


## Bug Reports ##
Use the issue tracker to submit a bug report or a feature request.
Expand All @@ -33,7 +33,7 @@ Solunar Periods does not collect, store, or transmit personal user data. It cont
__Solunar Periods is an addon for Suntimes.__ It uses the `suntimes.permission.READ_CALCULATOR` permission in order to access data provided by this app. https://github.com/forrestguice/SuntimesWidget/wiki/Privacy

## Legal Stuff
Copyright (C) 2020-2025 **Forrest Guice**
Copyright (C) 2020-2026 **Forrest Guice**
```
SolunarPeriods is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
targetSdkVersion 34
compileSdk 34

versionCode 3
versionName "0.2.1"
versionCode 4
versionName "0.2.2"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<string name="app_legal1"><![CDATA[
<b>Source Code:</b><br />
Copyright &#169 2020-2025 Forrest Guice <br />
Copyright &#169 2020-2026 Forrest Guice <br />
Source code available under GPLv3.
]]></string>

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- adds support for "Material You" (needs Suntimes v0.17.0+).
- adds support for "show coordinates" option (needs Suntimes v0.17.0+).
- adds crash report notification.
- adds "online help" button.
- updates targetSdk to Android 14.