Skip to content

Commit

Permalink
Merge pull request #1 from forrestguice/release-0.1.0
Browse files Browse the repository at this point in the history
release 0.1.0
  • Loading branch information
forrestguice authored Feb 2, 2023
2 parents 00096ba + 80b5323 commit aa9da5a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### ~

### v0.1.0 (2023-02-01)
* dismiss Suntimes Alarms using an NFC tag; implements `suntimes.action.DISMISS_CHALLENGE`.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

<img alt="screenshot1" src='fastlane/metadata/android/en-US/images/phoneScreenshots/1.png' width="280px" /> <img alt="screenshot2" src='fastlane/metadata/android/en-US/images/phoneScreenshots/2.png' width="280px" />
<img alt="screenshot1" src='fastlane/metadata/android/en-US/images/phoneScreenshots/1.png' width="280px" />

## Donations ##
Do you find value in this software? Please pay as you feel.
Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- initial release; dismiss alarms using an NFC tag.
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Dismiss alarms using an NFC tag.

This add-on for Suntimes Alarms. It depends on <a href="https://f-droid.org/en/packages/com.forrestguice.suntimeswidget/">Suntimes v0.15.0</a> or later.

The following permissions are required:
* <small><u>android.permission.NFC</u></small> is required to access NFC hardware.
* <small><u>android.permission.VIBRATE</u></small> is used to provide feedback after scanning a tag.
* <small><u>suntimes.permission.READ_CALCULATOR</u></small> is required by Suntimes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
An NFC add-on for Suntimes Alarms.

0 comments on commit aa9da5a

Please sign in to comment.