My app flagged with "Antifeature". Why?

Hello,
I discovered today that my application (com.arnaud.metronome) has been flagged. My understanding so far is that I provided my app with raw sounds (in the res/ directory) and that f-droid have flagged those as binary assets.

Those raw sounds are very short .wav files that had their header removed and their endianess inverted (in order to be directly fed to an AudioTrack instance, for effectiveness).
Those resources are only loaded in Signal.java and then used in Clicker.java.

Does this app really deserve the “Antifeature” flag? Is there any human review?

2 Likes

The same https://forum.f-droid.org/t/what-is-the-set-antifeature/3888/

1 Like

Sorry, it was a bug caused by me Mysterious SET antifeature (#565) · Issues · F-Droid / fdroidserver · GitLab

The fix is waiting to be merged and deployed.

1 Like

Thank you all for your answers.

As I am working on the next release, I was worried about having this flag.

Pull to update, it’s already fixed

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.