-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'MuntashirAkon:master' into More-oplus-oneplus
- Loading branch information
Showing
7 changed files
with
194 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
name: Report vulnerability of a system app | ||
description: Ask maintainers to add/update vulnerability of a system app | ||
labels: [enhancement] | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Please check before submitting an issue | ||
options: | ||
- label: I have investigated the app and created a report | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Vulnerability report | ||
description: CVD/CVE, or a link otherwise | ||
placeholder: CVE-2019-16253 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Package name | ||
placeholder: com.samsung.SMT | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Package label | ||
placeholder: Samsung TTS | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Affected versions | ||
description: List affection versions with version code | ||
placeholder: | | ||
- Android < P: 3.0.00.100 (300200100) and earlier | ||
- Android ≥ P: 3.0.02.6 (300200006) and earlier | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Removal | ||
placeholder: Update, or remove if the feature is not used | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about your proposal here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: Request addition of new bloatware | ||
description: Request maintainers to add one or more bloatware | ||
labels: [enhancement] | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Please check before submitting an issue | ||
description: Checking the items below help us determine how to set priorities | ||
options: | ||
- label: The bloatware in my proposal are not present in the list | ||
required: true | ||
- label: I have tested the bloatware in my device | ||
required: true | ||
- label: I have investigated the bloatware and created a report | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Source | ||
description: Device information, or a link from where the list was obtained | ||
placeholder: Samsung SM-M017F (One UI 5.0) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: New packages | ||
description: List the bloatware packages with label in brackets, one line per bloatware | ||
placeholder: | | ||
- com.sec.readershub (Samsung Books) | ||
- com.sec.smartcard.manager (Smart Card Manager) | ||
- com.sec.usbsettings (USBSettings) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Reports | ||
description: Describe each bloatware added above. Fill this only if you have selected the third option above. | ||
placeholder: | | ||
1. com.sec.readershub: (AKA Readers Hub) Discontinued and safe to delete. All-in-one e-Reading solution that | ||
offers instant access to thousands of e-reading contents. | ||
https://www.appbrain.com/app/samsung-books/com.sec.readershub | ||
2. com.sec.smartcard.manager: Safe to delete if you're not using smart card features. Smart Card enables | ||
communication with Secure Elements (SIM card, embedded Secure Elements, Mobile Security Card...). These | ||
packages seem to be Samsung implementation. | ||
3. com.sec.usbsettings: Safe to delete. Hidden settings. Lets you choose from ADB, MTP, RNDIS, ACM, DM (dial | ||
*#0808# to open). It runs at startup. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about your proposal here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: Request changes in the existing bloatware | ||
description: Request maintainers to change the documentation of the existing bloatware | ||
labels: [documentation] | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Please check before submitting an issue | ||
description: Checking the items below help us determine how to set priorities | ||
options: | ||
- label: The bloatware in my proposal are present in the list | ||
required: true | ||
- label: I have investigated the bloatware to confirm my concerns | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Source | ||
description: Device information, or a link from where the information were obtained | ||
placeholder: Samsung SM-M017F (One UI 5.0) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Affected packages | ||
description: List the bloatware packages, one line per bloatware | ||
placeholder: | | ||
- com.sec.readershub | ||
- com.sec.smartcard.manager | ||
- com.sec.usbsettings | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Reports | ||
description: Describe your concern for each bloatware you've added above | ||
placeholder: | | ||
1. com.sec.readershub: This package has been discontinued and is safe to delete. | ||
Source: https://www.appbrain.com/app/samsung-books/com.sec.readershub | ||
2. com.sec.smartcard.manager: A warning should be placed for this package: | ||
> Do not remove the app if you use Smart Card features. | ||
3. com.sec.usbsettings: This package is harmless and should be removed from the list. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about your proposal here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
[] | ||
[ | ||
{ | ||
"id": "com.bnyro.translate", | ||
"label": "Translate You", | ||
"source": "f", | ||
"repo": "https://github.com/Bnyro/TranslateYou" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
[ | ||
{ | ||
"id": "com.danefinlay.ttsutil", | ||
"label": "TTS Util", | ||
"id": "com.github.olga_yakovleva.rhvoice.android", | ||
"label": "RHVoice", | ||
"source": "f", | ||
"repo": "https://github.com/RHVoice/RHVoice", | ||
"reason": "Good voice quality, but most voices are non-free as they prohibit commercial use." | ||
}, | ||
{ | ||
"id": "com.reecedunn.espeak", | ||
"label": "eSpeak", | ||
"source": "fg", | ||
"repo": "https://github.com/Danesprite/tts-util-app" | ||
"repo": "https://github.com/espeak-ng/espeak-ng", | ||
"reason": "Speech quality is not very good and sounds more robotic." | ||
} | ||
] |