Skip to content

Commit

Permalink
Add structured metadata for F-Droid's benefit
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jun 29, 2024
1 parent 1d0c004 commit 58d62f2
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog[^1]

## [1.4.1][] (2024-06-29)

Added metadata for F-Droid.

## [1.4.0][] (2024-06-22)

Replaced timer with broadcast listener for more responsive tile updates.
Expand Down Expand Up @@ -34,7 +38,8 @@ Added translations for 86 languages.

Initial release.

[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.1
[1.4.0]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.0
[1.3.1]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.3.1
[1.3.0]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
minSdk 24
targetSdk 34
versionCode 10
versionName "1.4.1-pre"
versionName "1.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
1 change: 1 addition & 0 deletions app/src/main/play/contact-email.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
1 change: 1 addition & 0 deletions app/src/main/play/contact-website.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://colby.id.au/
11 changes: 11 additions & 0 deletions app/src/main/play/listings/en-US/full-description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
NFC Quick Settings is a simple, open source, utility for quickly checking the device's current NFC status, and enabling or disabling NFC with as few taps as possible.

NFC Quick Settings has no user interface of it's own. Instead, once installed, you will see a new "NFC" tile available when customising your Quick Settings menu. See "Add, remove, or move a setting" in Android Help for more information on customising the Quick Settings menu: https://support.google.com/android/answer/9083864?hl=en#customize_settings

Once the NFC Quick Settings tile has been added to your Quick Settings menu, the tile will show the current NFC status.

Android security limitations do not allow any third-party apps, such as this, to turn NFC on or off directly, so when tapped, the NFC Quick Settings tile will simply open the device's NFC Settings page (if the device has one), where you can enable or disable NFC as desired.

NFC Quick Settings also has an advanced mode that allows NFC to be toggled directly from the tile, without having to going the NFC Settings page. But this advanced mode requires special permissions, which can only be granted via the Android Debug Bridge on a desktop computer. You can read more about this mode at https://github.com/pcolby/nfc-quick-settings?tab=readme-ov-file#advanced-mode

NFC Quick Settings is freely available under the GPLv3 open source license. The source code is available at https://github.com/pcolby/nfc-quick-settings
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 app/src/main/play/listings/en-US/short-description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
View NFC status, and quickly access NFC settings, from the Quick Settings menu
1 change: 1 addition & 0 deletions app/src/main/play/listings/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NFC Quick Settings
1 change: 1 addition & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added metadata for F-Droid

0 comments on commit 58d62f2

Please sign in to comment.