mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
add Tracking AntiFeature to apps using Sentry
This commit is contained in:
parent
bc9ed676b7
commit
a04eeee191
6 changed files with 27 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
AntiFeatures:
|
||||
- Tracking
|
||||
Categories:
|
||||
- Navigation
|
||||
License: Apache-2.0
|
||||
|
|
@ -24,6 +26,8 @@ Description: |-
|
|||
There may be an issue with crashes on the Galaxy S: the author is working hard
|
||||
on a fix.
|
||||
|
||||
Tracking AntiFeature as it comes with Sentry which cannot be disabled.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/dougkeen/BartRunnerAndroid.git
|
||||
|
||||
|
|
@ -71,6 +75,8 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
MaintainerNotes: 2.2.18 comes with Sentry and no way to disable it
|
||||
|
||||
AutoUpdateMode: Version release_%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.2.18
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
AntiFeatures:
|
||||
- Tracking
|
||||
Categories:
|
||||
- Reading
|
||||
License: MIT
|
||||
|
|
@ -30,6 +32,8 @@ Description: |-
|
|||
The list of supported libraries is available on
|
||||
<a href="https://opacapp.net/en/libraries/">our website</a>.
|
||||
|
||||
Tracking as it comes with Sentry which cannot be disabled by the user.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/raphaelm/opacclient.git
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
AntiFeatures:
|
||||
- Tracking
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
|
|
@ -21,6 +23,8 @@ Description: |-
|
|||
* Manually search for a ticket code or an attendee name
|
||||
* Support for usage without an internet connection
|
||||
|
||||
Tracking due to Sentry which cannot be disabled by the user.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/pretix/pretixdroid
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
AntiFeatures:
|
||||
- Tracking
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
|
|
@ -8,9 +10,9 @@ SourceCode: https://github.com/pretix/pretixprint-android
|
|||
IssueTracker: https://github.com/pretix/pretixprint-android/issues
|
||||
|
||||
AutoName: pretixPRINT
|
||||
Description: Android app that drives the printers used by other pretix applications.
|
||||
This contains all print logic, but no application logic. It is called by other
|
||||
applications using system broadcasts.
|
||||
Description: |-
|
||||
Android app that drives the printers used by other pretix applications. This contains all print logic, but no application logic. It is called by other applications using system broadcasts.
|
||||
Tracking due to Sentry which cannot be disabled by the user.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/pretix/pretixprint-android
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
AntiFeatures:
|
||||
- Tracking
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: Apache-2.0
|
||||
|
|
@ -15,6 +17,8 @@ Description: |-
|
|||
|
||||
This app is free software licensed under the Apache license. The source code can be found at: https://github.com/pretix/pretixscan-android
|
||||
|
||||
Tracking due to Sentry which cannot be disabled by the user.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/pretix/pretixscan-android
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
AntiFeatures:
|
||||
- Tracking
|
||||
Categories:
|
||||
- Internet
|
||||
License: MPL-2.0
|
||||
|
|
@ -980,6 +982,8 @@ MaintainerNotes: |-
|
|||
Increment version code by 1 on each release. Then attach
|
||||
1 for arm64, 2 for x86 and 0 for armv7.
|
||||
|
||||
Tracking AntiFeature as Telemetry is opt-out. This was due to a bug and fixed with later versions we do not yet have, so should those newer versions be added the AntiFeature can be removed again.
|
||||
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
|
|
|
|||
Loading…
Reference in a new issue