Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wchen342/ungoogled-chromium-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ungoogled-software/ungoogled-chromium-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 19, 2023

  1. → ungoogled-software

    PF4Public committed Apr 19, 2023
    Copy the full SHA
    2a7abe8 View commit details
  2. Copy the full SHA
    b23229f View commit details
  3. Update ToC

    PF4Public committed Apr 19, 2023
    Copy the full SHA
    e9b5e13 View commit details
Showing with 7 additions and 22 deletions.
  1. +1 −1 .github/ISSUE_TEMPLATE/feature_request.md
  2. +4 −19 README.md
  3. +1 −1 SUPPORT.md
  4. +1 −1 build.sh
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ assignees: ''
---

**Please explain why your feature request fall into the scope of ungoogled-chromium?**
See [ungoogled-chromium#objectives](https://github.com/Eloston/ungoogled-chromium#objectives) for a detailed list of objectives of this project. [...]
See [ungoogled-chromium#objectives](https://github.com/ungoogled-software/ungoogled-chromium#objectives) for a detailed list of objectives of this project. [...]

**Please describe the feature you would like to have**
A clear and concise description of what the problem is. [...]
23 changes: 4 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Please see [CHANGELOG](CHANGELOG.md) for latest updates.

**Help is welcome!**

For more information on `ungoogled-chromium`, please visit the original repo: [Eloston/ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium).
For more information on `ungoogled-chromium`, please visit the original repo: [ungoogled-software/ungoogled-chromium](https://github.com/ungoogled-software/ungoogled-chromium).

## Content Overview

@@ -19,10 +19,8 @@ For more information on `ungoogled-chromium`, please visit the original repo: [E
* [Building Instructions](#building-instructions)
* [Reporting and Contributing](#reporting-and-contributing)
* [Extensions](#extensions)
* [F-droid Repository](#f-droid-repository)
* [Credits](#credits)
* [Related Projects](#related-projects)
* [Sponsors](#sponsors)
* [License](#license)

## Objectives
@@ -31,7 +29,7 @@ In descending order of significance (i.e. most important objective first):

1. **ungoogled-chromium is Google Chromium, sans dependency on Google web services**.
2. **ungoogled-chromium retains the default Chromium experience as closely as possible**. Unlike other Chromium forks that have their own visions of a web browser, ungoogled-chromium is essentially a drop-in replacement for Chromium.
3. **ungoogled-chromium features tweaks to enhance privacy, control, and transparency**. However, almost all of these features must be manually activated or enabled. For more details, see [Feature Overview](https://github.com/eloston/ungoogled-chromium#feature-overview).
3. **ungoogled-chromium features tweaks to enhance privacy, control, and transparency**. However, almost all of these features must be manually activated or enabled. For more details, see [Feature Overview](https://github.com/ungoogled-software/ungoogled-chromium#feature-overview).

## Differences from ungoogled-chromium

@@ -150,7 +148,7 @@ Build time dependencies (*package names as in Fedora 33. Other distributions may
```
</details>

For a more customized building process, see building instructions from [the original repo](https://github.com/Eloston/ungoogled-chromium/blob/master/docs/building.md).
For a more customized building process, see building instructions from [the original repo](https://github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/building.md).

## Reporting and Contributing

@@ -163,19 +161,10 @@ For a more customized building process, see building instructions from [the orig

The extension patches can be found at [chromium-android-extension](https://github.com/wchen342/chromium-android-extension). Anyone interested is welcomed to fork and keeps working on it.


## F-Droid Repository

I have set up a F-Droid repository. You can use F-Droid client and add the following repository, depending on your device:

- For 32-bit `arm` devices, add [this repository](https://www.droidware.info/fdroid/repo?fingerprint=2144449AB1DD270EC31B6087409B5D0EA39A75A9F290DA62AC1B238A0EAAF851)
- For 64-bit `arm64` devices, add [this repository](https://www.droidware.info/arm64/fdroid/repo?fingerprint=2144449AB1DD270EC31B6087409B5D0EA39A75A9F290DA62AC1B238A0EAAF851)
- For `x86` devices, add [this repository](https://www.droidware.info/x86/fdroid/repo?fingerprint=2144449AB1DD270EC31B6087409B5D0EA39A75A9F290DA62AC1B238A0EAAF851)

## Credits

* [The Chromium Project](https://www.chromium.org/)
* [ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium)
* [ungoogled-chromium](https://github.com/ungoogled-software/ungoogled-chromium)
* [xsmile's fork](https://github.com/xsmile/ungoogled-chromium/tree/android)
* [Bromite](https://github.com/bromite/bromite)
* [Kiwi Browser](https://github.com/kiwibrowser)
@@ -185,10 +174,6 @@ I have set up a F-Droid repository. You can use F-Droid client and add the follo

* [Bromite](https://github.com/bromite/bromite) (Another build for Android. Has some own features.)

## Sponsors

* Thanks to [Gandi.net](https://www.gandi.net/) for kindly providing us with building servers.

## License

See [LICENSE](LICENSE.md).
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
**Before you open a new issue, please ensure you have tried the following**:

* Check the [ungoogled-chromium wiki](https://ungoogled-software.github.io/ungoogled-chromium-wiki)
* Check the [Issue Tracker](https://www.github.com/Eloston/ungoogled-chromium/issues) (make sure to search closed issues and use search filters, as applicable)
* Check the [Issue Tracker](https://www.github.com/ungoogled-software/ungoogled-chromium/issues) (make sure to search closed issues and use search filters, as applicable)
* It will probably also be helpful to check [Issue Tracker of Bromite](https://www.github.com/bromite/bromite/issues), which is another customized Android build
* If there is a problem, ensure it does *not* occur with regular Chromium or Google Chrome. If it does, then this is *not* a problem with ungoogled-chromium. Instead, please submit your feedback to the [Chromium bug tracker](https://bugs.chromium.org/p/chromium/issues/list) or Google.

2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ function prepare_repos {
patch_applied=false

## Clone ungoogled-chromium repo
git clone https://github.com/Eloston/ungoogled-chromium.git -b ${ungoogled_chromium_version}-${ungoogled_chromium_revision} \
git clone https://github.com/ungoogled-software/ungoogled-chromium.git -b ${ungoogled_chromium_version}-${ungoogled_chromium_revision} \
|| git clone https://github.com/wchen342/ungoogled-chromium.git -b ${ungoogled_chromium_version}-${ungoogled_chromium_revision} \
|| return $?