mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Mark relevant apps NSFW
This commit is contained in:
parent
2d03cc2dd7
commit
877aa082d6
6 changed files with 16 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
- NSFW
|
||||
Categories:
|
||||
- Reading
|
||||
License: MIT
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
- NSFW
|
||||
Categories:
|
||||
- Graphics
|
||||
- Reading
|
||||
|
|
@ -313,6 +314,9 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r23
|
||||
|
||||
MaintainerNotes: While the default sources seem clean, the screenshots strongly imply
|
||||
adult content so I tagged this NSFW to be on the safe side.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
|
|
|
|||
|
|
@ -504,6 +504,10 @@ Builds:
|
|||
- sed -i -e '/google-services/d' ../build.gradle.kts build.gradle.kts
|
||||
ndk: r22b
|
||||
|
||||
MaintainerNotes: Offers both SFW and NSFW addons, but clearly marks NSFW addons as
|
||||
18+. So we don't need to mark it NSFW because the app already does that for such
|
||||
content itself.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.13.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
- NSFW
|
||||
Categories:
|
||||
- Multimedia
|
||||
- Internet
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
AntiFeatures:
|
||||
- Ads
|
||||
- NonFreeNet
|
||||
- NSFW
|
||||
Categories:
|
||||
- Reading
|
||||
License: Apache-2.0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
- NSFW
|
||||
Categories:
|
||||
- Reading
|
||||
- Multimedia
|
||||
|
|
|
|||
Loading…
Reference in a new issue