Update suggestions

- app_stores
- email_clients (FairEmail removed)
- keyboards

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
Muntashir Al-Islam 2023-08-18 23:55:43 +06:00
parent 6ce1e01b59
commit 6b5c8bf7a6
5 changed files with 35 additions and 35 deletions

View File

@ -0,0 +1,31 @@
# Contributing
The repository is divided into several folders to make it easier for the first-time contributors as well as those who
do not have access to a personal computer. However, we encourage you to [create a new issue](https://github.com/MuntashirAkon/android-debloat-list/issues/new/choose)
if you are not willing to investigate your proposed changes.
To contribute, read the JSON schema section in README and then, create a pull request with the desired changes. Minor
changes should be accepted without much review, but major changes such as the addition of a new package require a
review. The review process is decided by the maintainers based on the type of change. Third-party reviews are welcome,
but the mere approval does not count, the reviewer must leave helpful comments for authors as well as the maintainers.
## Adding or Amending a Bloatware
Each json file represents a list of bloatware for a category. For example, `aosp.json` contains a list of apps that
comes prebuilt with the AOSP itself, `oem.json` contains a list of apps from all the vendors or OEMs. The list names
are very generic, and if you have a new idea for a list, it has to be generic too. For example, apps related to
productivity can be separated from `misc.json` under a new json file. _All entries must appear in the alphabetic order
based on their `id`._ You should avoid contributing to the `pending.json` file as it is kept for compatibility reasons
only and shall be removed in the future.
## Adding or Amending a Suggestion
`suggestions` folder contains a list of suggestions for a certain category. The filename of each list is considered its
_ID_ and should not contain any non-ASCII or whitespace characters. It is done this way because multiple apps could be
assigned the same set of suggestions. Here are a few things to remember before making a suggestion:
1. The number of suggestions for _Suggestion ID_ must be as small as possible. This project does not aim at cataloguing
all the alternatives available in the wild, rather it attempts to make it easy for a user to get started with a
viable alternative.
2. If you have a better suggestion than the existing ones, you must present supporting arguments for it.
3. Each suggested app is thoroughly reviewed, therefore, separate issues/PRs should be created for each suggestion.
Otherwise, the PR might be discarded due to the lack of reviewers.
4. Some suggestions require a formal audit. List of _Suggestion ID_ that currently require an audit: `app_stores`,
`email_clients`, `vpn_services`.

View File

@ -65,34 +65,7 @@ the following format:
## Contributing ## Contributing
The repository is divided into several folders to make it easier for the first-time contributors as well as those who See [CONTRIBUTING.md](./CONTRIBUTING.md).
do not have access to a personal computer. However, we encourage you to [create a new issue](https://github.com/MuntashirAkon/android-debloat-list/issues/new/choose)
if you are not willing to investigate your proposed changes.
To contribute, read the JSON schema section above and the next subsections and then, create a pull request with the
desired changes. Minor changes should be accepted without much review, but major changes such as the addition of a new
package require a review. The review process is decided by the maintainers based on the type of change. Third-party
reviews are welcome but the mere approval does not count, the reviewer must leave helpful comments for authors as well
as the maintainers.
### Adding or Amending a Bloatware
Each json file represents a list of bloatware for a category. For example, `aosp.json` contains a list of apps that
comes prebuilt with the AOSP itself, `oem.json` contains a list of apps from all the vendors or OEMs. The list names
are very generic, and if you have a new idea for a list, it has to be generic too. For example, apps related to
productivity can be separated from `misc.json` under a new json file. _All entries must appear in the alphabetic order
based on their `id`._ You should avoid contributing to the `pending.json` file as it is kept for compatibility reasons
only and shall be removed in the future.
### Adding or Amending a Suggestion
`suggestions` folder contains a list of suggestions for a certain category. The filename of each list is considered its
_ID_ and should not contain any non-ASCII or whitespace characters. It is done this way because multiple apps could be
assigned the same set of suggestions. Here are a few things to remember before making a suggestion:
1. The number of suggestions for _Suggestion ID_ must be as small as possible. This project does not aim at cataloguing
all the alternatives available in the wild, rather it attempts to make it easy for a user to get started with a
viable alternative.
2. If you have a better suggestion than the existing ones, you must present supporting arguments for it.
3. Each suggested app is thoroughly reviewed, therefore, separate issues/PRs should be created for each suggestion.
Otherwise, the PR might be discarded due to the lack of reviewer.
## License ## License

View File

@ -2,7 +2,7 @@
{ {
"id": "com.aurora.store", "id": "com.aurora.store",
"label": "Aurora Store", "label": "Aurora Store",
"reason": "Alternative Google Play Store frontend client with privacy and modern design in mind.\nhttps://aurora-oss.vercel.app/faq/#aurora-store", "reason": "Alternative Google Play Store client with privacy in mind.\nhttps://aurora-oss.vercel.app/faq/#aurora-store",
"source": "f", "source": "f",
"repo": "https://gitlab.com/AuroraOSS/AuroraStore" "repo": "https://gitlab.com/AuroraOSS/AuroraStore"
}, },

View File

@ -3,12 +3,7 @@
"id": "com.fsck.k9", "id": "com.fsck.k9",
"label": "K-9 Mail", "label": "K-9 Mail",
"source": "fg", "source": "fg",
"reason": "https://blog.thunderbird.net/2023/07/k-9-mail-collaborates-with-ostif-and-7asecurity-security-audit/",
"repo": "https://github.com/thundernest/k-9" "repo": "https://github.com/thundernest/k-9"
},
{
"id": "eu.faircode.email",
"label": "FairEmail",
"source": "fg",
"repo": "https://github.com/M66B/FairEmail"
} }
] ]

View File

@ -9,6 +9,7 @@
"id": "org.smc.inputmethod.indic", "id": "org.smc.inputmethod.indic",
"label": "Indic Keyboard", "label": "Indic Keyboard",
"source": "fg", "source": "fg",
"reason": "Enhanced keyboard support for Indian languages",
"repo": "https://gitlab.com/indicproject/Indic-Keyboard" "repo": "https://gitlab.com/indicproject/Indic-Keyboard"
} }
] ]