diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..72c2155 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +### ~ + +### v0.1.0 (2023-02-01) +* dismiss Suntimes Alarms using an NFC tag; implements `suntimes.action.DISMISS_CHALLENGE`. diff --git a/README.md b/README.md index 63d16e9..c92e3c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Suntimes NFC -An NFC Addon for Suntimes Alarms. It depends on [Suntimes v0.15.0](https://f-droid.org/en/packages/com.forrestguice.suntimeswidget/) or later. +An NFC add-on for Suntimes Alarms. It depends on [Suntimes v0.15.0](https://f-droid.org/en/packages/com.forrestguice.suntimeswidget/) or later. [![GitHub release](https://img.shields.io/github/release/forrestguice/SuntimesNFC.svg)](https://github.com/forrestguice/SuntimesNFC/releases) [![Android CI](https://github.com/forrestguice/SuntimesNFC/workflows/Android%20CI/badge.svg?branch=main)](https://github.com/forrestguice/SuntimesNFC/actions?query=branch%3Amain) @@ -10,9 +10,9 @@ An NFC Addon for Suntimes Alarms. It depends on [Suntimes v0.15.0](https://f-dro * [Legal Stuff](#legal-stuff) Features: -* dismiss alarms (Suntimes Alarms) using an NFC tag. +* dismiss alarms using an NFC tag. -screenshot1 screenshot2 +screenshot1 ## Donations ## Do you find value in this software? Please pay as you feel. @@ -28,9 +28,9 @@ When reporting a bug please be detailed as possible. What did you expect the app ## Privacy and Permissions ## Suntimes NFC does not collect, store, or transmit personal user data. It contains no advertising, no analytics, no trackers, and no unnecessary permissions. -`android.permission.NFC` is used to access NFC hardware. +`android.permission.NFC` is required to access NFC hardware. -`android.permission.VIBRATE` is used to provide user feedback after detecting a tag. +`android.permission.VIBRATE` is used to provide feedback after scanning a tag. __Suntimes NFC 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 diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt new file mode 100644 index 0000000..5715222 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1.txt @@ -0,0 +1 @@ +- initial release; dismiss alarms using an NFC tag. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..e95cdf4 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,8 @@ +Dismiss alarms using an NFC tag. + +This add-on for Suntimes Alarms. It depends on Suntimes v0.15.0 or later. + +The following permissions are required: +* android.permission.NFC is required to access NFC hardware. +* android.permission.VIBRATE is used to provide feedback after scanning a tag. +* suntimes.permission.READ_CALCULATOR is required by Suntimes. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png new file mode 100644 index 0000000..a1dcd33 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..b5d6624 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +An NFC add-on for Suntimes Alarms.