Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestguice committed Feb 2, 2023
1 parent edf7120 commit b942969
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -12,7 +12,7 @@ An NFC Addon for Suntimes Alarms. It depends on [Suntimes v0.15.0](https://f-dro
Features:
* dismiss alarms (Suntimes 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

0 comments on commit b942969

Please sign in to comment.