@@ -4,36 +4,36 @@ about: Create a Bromite bug report
---
**Bromite version**
### Bromite version
Version: `76.0...`
Arch: `arm` or `arm64` or `x86`
Android version: (example: `9.0`)
Device model: (example: `SM-G960UZKABST`)
**Is this bug about the SystemWebView?**
### Is this bug about the SystemWebView?
Yes/No
No support for SystemWebView installations is provided.
**Is the bug reproducible with latest version?**
### Is the bug reproducible with latest version?
Do not report bugs which are not reproducible with latest version
**Can the bug be reproduced with corresponding Chromium version?**
### 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.
**Is the bug a crash?**
### Is the bug a crash?
If yes then individuate and post the logcat dump (remove privacy sensitive information, if any), otherwise remove this section.
**Describe the bug**
### Describe the bug
Write here a clear and concise description of the bug.
**To Reproduce**
### Steps to reproduce the bug
Steps to reproduce the behavior:
1. Go to '...'
@@ -41,10 +41,10 @@ Steps to reproduce the behavior:
3. Scroll down to '....'
4. See error
**Expected behavior**
### Expected behavior
A clear and concise description of what you expected to happen.
**Screenshots**
### Screenshots
If applicable, add screenshots to help explain your problem. Otherwise remove this section.
@@ -21,9 +21,7 @@ Minimal UI changes are applied to help curbing the idea of "browser as an advert
Please donate to support development of Bromite and the costs for the build system.
Support development with a donation of 3 EUR: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JP3XTQPVRNET2)
Support development with a free amount donation: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LC7Q6A3UAQPY8)
[→ Support development with a donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JP3XTQPVRNET2): [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JP3XTQPVRNET2)
@@ -141,7 +139,7 @@ The [Bromite main repository](https://github.com/bromite/bromite) contains tags
Please refer to [official Chromium build documentation](https://www.chromium.org/developers/how-tos/get-the-code) to get started on how to build Chromium; if you can build Chromium for Android, you can build Bromite.
The GN args used to build Bromite are available here: [GN_ARGS](./build/GN_ARGS).
The patches are to be applied second the order specified in the `patches_list.txt` file (you can use `git am`); the big file `adblock_entries.h` (containing all the AdBlock filters) needs to be copied under `src/net/url_request/`. This file is only used for the SystemWebView.
The patches are to be applied second the order specified in the `bromite_patches_list.txt` file (you can use `git am`).
## How to build the filters
@@ -154,17 +152,17 @@ Bromite uses an unindexed filter file, which is periodically published at https:
*[Chromium project](https://www.chromium.org/Home) and developers
*[Iridium project](https://github.com/iridium-browser) for some patches
*[ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium) for some patches
*[ungoogled-chromium-android](https://github.com/ungoogled-software/ungoogled-chromium-android) for some patches
*[GrapheneOS](https://github.com/GrapheneOS) for some security patches
*[Inox patchset](https://github.com/gcarq/inox-patchset) for some patches (via ungoogled-chromium)
*[Brave Browser](https://github.com/brave/browser-android-tabs) for some patches
* nochromo for the original adblock patch, currently used only in the SystemWebView
*[Vadim Pleshkov](http://vadimpleshkov.me/) for Bromite's logo
# Filters credits
*[EasyList](https://easylist.to/#easylist)
*[EasyPrivacy](https://easylist.to/#easyprivacy)
*[uBlock Origin](https://github.com/uBlockOrigin)
*[Peter Lowe's Ad and tracking server list](https://pgl.yoyo.org/adservers/)
# License
The patches published as part of the Bromite project are released under [GNU GPL v3](./LICENSE).