Skip to content
Open
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
~

### v0.3.3 (2026-04-27)
* adds "Material You" app themes (api31+).
* adds support for `show coordinates` option (requires Suntimes v0.17.0+).
* adds exception handler and crash report notification; adds `android.permission.POST_NOTIFICATION` [permission].
* adds full backup rules for Android 12+.
* fixes widget reconfiguration (api28+) (drag widgets to reconfigure).
* fixes bug where help mirror url is incorrect (locale specific).
* refactors deprecated api (Preference, PreferenceFragment, PreferenceManager, FragmentContainer).
* updates build: adds nightly build flavor.
* updates translation to French (#43 by chfo-bidouille)

### v0.3.2 (2025-06-03)
* fixes broken widgets on Android 12+ (#38).
* adds fullscreen behavior; the floating action button is shown for a moment and then hides itself.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Options for:
## 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 @@ -49,7 +49,7 @@ Natural Hour does not collect, store, or transmit personal user data. It contain
__Natural Hour is an add-on 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**
```
Natural Hour 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 @@ -8,8 +8,8 @@ android {
targetSdkVersion 33
compileSdk 33

versionCode 8
versionName "0.3.2"
versionCode 9
versionName "0.3.3"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- adds "Material You" app themes.
- adds support for `show coordinates` option.
- adds exception handler and crash report notification.
- fixes widget reconfiguration (drag widgets to reconfigure).
- updates translation to French.
Loading