Skip to content

Commit

Permalink
Put Anti-Features in details tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Jul 5, 2024
1 parent 6588761 commit 929c89d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can provide the source code in various ways, including, but not limited to:

The new `json-v2` format supports Anti-Features like F-Droid, this gives more transparency about the modules and helps the user if a module includes non-free dependencies etc.

We list the current supported Anti-Fetures below:
<details><summary>Click here to see all supported Anti-Features</summary>

| Name | ID | Description |
| ------------------------- | ----------------- | -------------------------------------------------------------------------------------------- |
Expand All @@ -52,6 +52,8 @@ We list the current supported Anti-Fetures below:
| Obfuscation | `Obfuscation` | Module includes obfuscated code |
| Unasked removal | `UnaskedRemoval` | Module removes app, permissions and other modules without approval |

</details>

We recommend that you publish your module under a license that explicitly permits redistribution of the software, such as the [GPLv3](https://www.gnu.org/licenses/gpl-howto.html) license. Any other FOSS license should work as well. Make sure the license is compatible with all code/binaries you provide — this is especially important if you provide a proprietary package with your module.

## Concluding remarks
Expand Down

0 comments on commit 929c89d

Please sign in to comment.