Skip to content

Commit 58d62f2

Browse files
committed
Add structured metadata for F-Droid's benefit
1 parent 1d0c004 commit 58d62f2

19 files changed

+23
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog[^1]
22

3+
## [1.4.1][] (2024-06-29)
4+
5+
Added metadata for F-Droid.
6+
37
## [1.4.0][] (2024-06-22)
48

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

3539
Initial release.
3640

37-
[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.4.0...HEAD
41+
[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.4.1...HEAD
42+
[1.4.1]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.1
3843
[1.4.0]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.0
3944
[1.3.1]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.3.1
4045
[1.3.0]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.3.0

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
minSdk 24
3232
targetSdk 34
3333
versionCode 10
34-
versionName "1.4.1-pre"
34+
versionName "1.4.1"
3535
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3636
}
3737

app/src/main/play/contact-email.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

app/src/main/play/contact-website.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://colby.id.au/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
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.
2+
3+
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
4+
5+
Once the NFC Quick Settings tile has been added to your Quick Settings menu, the tile will show the current NFC status.
6+
7+
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.
8+
9+
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
10+
11+
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
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
View NFC status, and quickly access NFC settings, from the Quick Settings menu
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NFC Quick Settings
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added metadata for F-Droid

0 commit comments

Comments
 (0)