Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit d72c5109 authored by Carmelo Messina's avatar Carmelo Messina
Browse files

bring next-v115 to master

parents ce2f0703 30d36db9
Loading
Loading
Loading
Loading
+0 −89
Original line number Original line Diff line number Diff line
---
name: Bug report
about: Create a Bromite bug report

---

<!-- Welcome! Thanks for taking time to submit a bug report.
Have you read the README? https://github.com/bromite/bromite/blob/master/README.md
Have you searched the issue tracker? https://github.com/bromite/bromite/issues
Are you sure this is not a Chromium bug? You have to test with Chromium before submitting a bug.
Are you using the latest version of Bromite?

If instead of a bug report you want to ask a question then please use the GitHub Discussions: https://github.com/bromite/bromite/discussions
-->

### Bromite version

Version: `89.0...`
Arch: `arm` or `arm64` or `x86`
Android version: (example: `9.0`)
Device model: (example: `SM-G960UZKABST`)

### Flags

These are the flags changed under `chrome://flags`:

<!-- Report all the blue-highlighted flags here, those are the flags with non-default configuration -->

### Is this bug about the SystemWebView?

<!-- No support for SystemWebView installations is provided. -->

Yes/No

### Is the bug reproducible with latest version?

<!-- Do not report bugs which are not reproducible with latest version. -->

Yes/No

### Can the bug be reproduced with corresponding Chromium version?

<!--
Please pick the same version of Chromium as Bromite from here: https://github.com/bromite/chromium/releases
If the bug is reproducible then it might be a configuration issue or an upstream bug. Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first.

If the bug is related to functionality that does not exist in Chromium then answer "No".
-->

Yes/No

### Is this bug happening in an incognito tab?
Yes/No

### Allow ads for the site; is the bug caused by the adblocker?
Yes/No

### Is the bug a crash?

No

-- or --

Yes, this is the crash dump:
```
<paste here logcat dump individuated with 'adb logcat | grep chromium'>
```

### Describe the bug

<!-- Write here a clear and concise description of the bug. -->

### Steps to reproduce the bug

Steps to reproduce the bug:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

Do not write "any website", specify which URLs can be used to reproduce the issue.

### Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

### Screenshots

<!-- If applicable, add screenshots to help explain your problem. Otherwise remove this section. -->
+212 −0
Original line number Original line Diff line number Diff line
name: Bug report
description: Create a Bromite bug report
body:
  - type: markdown
    attributes:
      value: |
        Welcome! Thanks for taking the time to submit a bug report.
        
        If this is not a bug about the Bromite browser, or you are looking for a place to ask a question to the community,
        then please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions) instead.
        
        Make sure you have acknowledged and completed this template before submitting your issue.
        
        Please read it carefully: incorrect issues will be automatically closed and ignored.
        
  - type: checkboxes
    id: preliminary_checklist
    attributes:
      label: Preliminary checklist
      options:
        - label: "I have read the [README](https://github.com/bromite/bromite/blob/master/README.md)."
          required: true
        - label: "I have searched the existing issues for my problem. This is a new ticket, NOT a duplicate or related to another open issue."
          required: true
        - label: "I have read the [FAQs](https://github.com/bromite/bromite/blob/master/FAQ.md)."
          required: true
        - label: "I have updated Bromite to the latest version. The bug is reproducible on this latest version."
          required: true
        - label: "This is a bug report about the Bromite browser; not the website nor F-Droid nor anything else."
          required: true

  - type: dropdown
    id: is_chromium
    attributes:
      label: Can the bug be reproduced with corresponding Chromium version?
      description: |
          Please pick the same version of Chromium as Bromite from here: https://github.com/bromite/chromium/releases
          If the bug is reproducible then it might be a configuration issue or an upstream bug. Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and
          do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first.
          
          If the bug is related to functionality that does not exist in Chromium then answer "No".
      multiple: false
      options:
        - "Yes"
        - "No"
    validations:
      required: true

  - type: input
    id: bromite_version
    attributes:
      label: Bromite version
      description: What version of Bromite are you using? Please specify a single version e.g. `96.0.4664.1` not `latest`. If this is not the latest version then please update and retry before submitting this bug report.
    validations:
      required: true

  - type: dropdown
    id: device_architecture
    attributes:
      label: Device architecture
      multiple: false
      options:
        - arm
        - arm64
        - arm64-v8a
        - armeabi-v7a
        - x86
        - x64
    validations:
      required: true

  - type: dropdown
    id: android_version
    attributes:
      label: Android version
      multiple: false
      description: What version of Android are you running?
      options:
        - 12.1
        - 12.0
        - 11
        - 10
        - 9
        - 8.1
        - 8.0
        - 7.1
        - 7.0
        - 6
        - 5.1
        - 5.0
        - 4.4
        - 4.3
        - 4.2
        - 4.1
        - 4.0
    validations:
      required: true

  - type: input
    id: device_model
    attributes:
      label: Device model
      description: What is your device model? This can usually be found in your device's settings in the "About" section.
      placeholder: (e.g. `OnePlus 8 (IN2010)`, or `SM-G960UZKABST`, etc.)
    validations:
      required: true

  - type: textarea
    id: changed_flags
    attributes:
      label: Changed flags
      description: |
        These are the flags changed under `chrome://flags`.
        Report all the flags with non-default configuration (they will be blue-highlighted).
        
        If no flags are changed then write 'no flags changed'.
      placeholder: show-overdraw-feedback, enable-parallel-downloading
    validations:
      required: true

  - type: dropdown
    id: is_system_webview
    attributes:
      label: Is this bug about the SystemWebView?
      description: Please note that no support for System WebView installation is provided.
      multiple: false
      options:
        - "Yes"
        - "No"
    validations:
      required: true

  - type: dropdown
    id: is_incognito
    attributes:
      label: Is this bug happening in an incognito tab?
      multiple: false
      options:
        - "Yes"
        - "No"
    validations:
      required: true

  - type: dropdown
    id: adblock
    attributes:
      label: Is this bug caused by the adblocker?
      description: You can test this by temporarily allowing ads for the site.
      multiple: false
      options:
        - "Yes"
        - "No"
    validations:
      required: true

  - type: textarea
    id: bug_crash
    attributes:
      label: Is this bug a crash?
      description: |
        1. No.
        2. Yes, I have attached the crash report dump that I downloaded from `chrome://crashes`
        3. Yes, I have copy/pasted the crash dump
      placeholder: |
        Drag the crash report dump here to attach it or paste the logcat dump individuated with `adb logcat | grep -E '( cr_|bromite|chromium)'`.
    validations:
      required: true

  - type: textarea
    id: bug_description
    attributes:
      label: Describe the bug
      description: Write a clear and concise description of the bug.
    validations:
      required: true

  - type: textarea
    id: bug_steps
    attributes:
      label: Steps to reproduce the bug
      description: |
        Explain how to cause the bug as clearly as possible. Bugs that are not reproducible cannot be investigated.
        
        Also, do not write "any website": please specify which URLs can be used to reproduce the issue.
      placeholder: |
        Steps to reproduce the bug (e.g.):
        1. Go to '...'
        2. Click on '...'
        3. Scroll down to '...'
        4. See error
    validations:
      required: true

  - type: textarea
    id: expected_behavior
    attributes:
      label: Expected behavior
      description: A clear and concise description of what you expected to happen.
    validations:
      required: true

  - type: textarea
    id: screenshots
    attributes:
      label: Screenshots
      description: |
        If applicable, add screenshots to help explain your problem.
        Otherwise, ignore this section.
      placeholder: |
        Drag the screenshot files here to attach them.
    validations:
      required: false
+0 −35
Original line number Original line Diff line number Diff line
---
name: Feature request
about: Suggest a privacy-related idea for this project

---

<!-- Welcome! Thanks for taking time to submit a feature request.
Have you searched the issue tracker? https://github.com/bromite/bromite/issues
Have you read the F.A.Q.s? https://github.com/bromite/bromite/blob/master/FAQ.md
Have you read the README? https://github.com/bromite/bromite/blob/master/README.md
Have you read the Wiki? https://github.com/bromite/bromite/wiki

If instead of a feature request you want to ask a question then please use the GitHub Discussions: https://github.com/bromite/bromite/discussions

-->

<!-- Do not submit feature requests for extensions support or adding a search engine. -->

### Is your feature request related to privacy?

<!-- Features that are not related to privacy are not considered. -->

### Is there a patch available for this feature somewhere?

<!-- If yes then provide URL and license information. -->

### Describe the solution you would like

<!-- A clear and concise description of what you want to happen.

Do not ask "I would like feature X which is available in browser Y"; such issues are closed immediately. -->

### Describe alternatives you have considered

<!-- A clear and concise description of any alternative solutions or features you have considered. -->
+68 −0
Original line number Original line Diff line number Diff line
name: Feature request
description: Create a Bromite feature request
body:
  - type: markdown
    attributes:
      value: |
        Welcome! Thanks for taking time to submit a feature request.
        
        If this is not a feature request about the Bromite browser, or you are looking for a place
        to ask a question to the community then please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions) instead.
        
        Make sure you have acknowledged and completed this template before submitting your issue.
        
        Please read it carefully: incorrect issues will be automatically closed and ignored.
        
        Note:
          - Features unrelated to privacy will not be considered.
          - Do not ask "I would like feature X which is available in browser Y."

  - type: checkboxes
    id: preliminary_checklist
    attributes:
      label: Preliminary checklist
      options:
        - label: "I have read the [README](https://github.com/bromite/bromite/blob/master/README.md)"
          required: true
        - label: "I have read the [FAQs](https://github.com/bromite/bromite/blob/master/FAQ.md)."
          required: true
        - label: "I have searched [existing issues](https://github.com/bromite/bromite/issues) for my feature request. This is a new issue (NOT a duplicate) and is not related to another issue."
          required: true
        - label: "This is a feature request for the Bromite browser; not the website nor F-Droid nor anything else."
          required: true

  - type: dropdown
    id: is_privacy_related
    attributes:
      label: Is your feature request related to privacy?
      description: Features that are not related to privacy are not considered.
      multiple: false
      options:
        - "Yes"
        - "No"
    validations:
      required: true

  - type: textarea
    id: is_patch_available
    attributes:
      label: Is there a patch available for this feature somewhere?
      description: If yes please provide URL and related license information.
    validations:
      required: true

  - type: textarea
    id: solution_description
    attributes:
      label: Describe the solution you would like
      description: A clear and concise description of what you want to happen.
    validations:
      required: true

  - type: textarea
    id: alternatives_considered
    attributes:
      label: Describe alternatives you have considered
      description: A clear and concise description of any alternative solutions or features you have considered.
    validations:
      required: true
+15 −0
Original line number Original line Diff line number Diff line
## Description

*Please explain here what feature or bugfix these changes are addressing and why they should be included*

## All submissions

* [ ] there are no other open [Pull Requests](../../../pulls) for the same update/change
* [ ] Bromite can be built with these changes
* [ ] I have tested that the new change works as intended (AVD or physical device will do)

### Format

* [ ] patch subject and filename match (e.g. `Subject: Alternative cache (NIK-based)` -> `Alternative-cache-NIK-based.patch`)
* [ ] patch description contains explanation of changes
* [ ] no unnecessary whitespace or unrelated changes
Loading