Android build for ungoogled-chromium. https://uc.droidware.info
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5.6 KiB
5.6 KiB
83.0.4103.116-2
- Fix bug with update notification keeps sending pings
83.0.4103.116-1
- Add update notification (resolve #22). Note: this is disabled by default since it will ping my server at uc.droidware.info. To enable, change
#enable-inline-update-flow
toEnabled
.- Update: the functionality currently has a bug that will make it send continuous bursts of requests to my server. Please DO NOT enable it for now. This will be fixed in the next version.
- Reverse the removal of flags
#enable-process-sharing-with-default-site-instances
and#enable-process-sharing-with-strict-site-instances
. - Extension version:
chromium-webstore
is now bundled with extension version- Resolve #45
83.0.4103.106-1
- Extension version:
- Fix a bug preventing non Android 10 phones from installing extensions from url
- Website for
ungoogled-chromium-android
is now online at https://uc.droidware.info.
83.0.4103.97-1
- Extension version:
- Add direct install through url
- Update README#Limitations, README#Reporting and Contributing, README#Extensions and SUPPORT.
83.0.4103.61-1
- Add extension-support version
- This version is highly experimental and is not intended for daily usage yet! See README#Extensions
- Extension removal is not implemented yet
- The package will have a name
org.ungoogled.chromium.extensions
- Resolve #20, #23
- Partially resolve #19, #21
- Add migration for WebRTC
81.0.4044.138-1
- Fix a crash with incognito tab
- Minor fix for extension patches. From next release,
chrome
/arm
target will include a beta version with extension support.
81.0.4044.129-1
- Fix a bug with bookmark add new folder activity.
- Add new fix of #9.
81.0.4044.113-1
80.0.3987.122-1
- This is an important security release that fix three vulnerabilities. All previous versions should update as soon as possible.
- [1044570] High: Integer overflow in ICU. Reported by André Bargull (with thanks to Jeff Walden from Mozilla) on 2020-01-22
- [1045931] High CVE-2020-6407: Out of bounds memory access in streams. Reported by Sergei Glazunov of Google Project Zero on 2020-01-27
- [1053604] High CVE-2020-6418: Type confusion in V8. Reported by Clement Lecigne of Google's Threat Analysis Group on 2020-02-18 (actively exploited in the wild)
- Fix video crash on Android P on certain machines
80.0.3987.106-1
- Port some privacy related functionality from
Bromite
, including:- flag to disable WebGL
- flag to disable motion sensors
- exit button and do not persist option
- use blank page as homepage
- setting for DNS-over-HTTPS (DoH)
- flag to disable pull-to-refresh
- Disable contextual search in native code instead of Java
- Disable lite mode prompt
- Disable download articles over Wi-fi
- Build time change (not affecting users):
- Exclude unit tests from domain substitution
- Using system JDK instead of bundled one. Requires both Java-8 and Java-10 on Arch Linux.
- Now build with SDK 29
79.0.3945.117-2
- Add ChromePublic target (API 19)
- Fix build failure for safe browsing
- Update
README
79.0.3945.117-1
- Update NDK to r20b
- Remove split installer dependencies (Google Play), disable DFM
- Other source fixes
- Known issue:
some pages, including(Fixed)chrome://flags
,chrome://gpu
are not working
78.0.3904.97-1
- Update scripts and patches to new version
- Merge patches from Bromite and Unobtainium
- New dependencies: nodejs binaries, lib files from ndk
77.0.3865.90-1
- Update patches to new version
- Update GN to latest commit
- Minor fixes
76.0.3809.132-1
- No change
76.0.3809.100-1
- Change default setting of contextual search to false
76.0.3809.87-1
- Add WebView builds
- Since
aapt
no longer works, bundledaapt2
will be used until a rebuild of SDK 29 exists - Minor bug fixes
75.0.3770.142-2
- Remove all Google Play related libraries
- Uncheck "Send statistics" on first run
75.0.3770.142-1
- Fix #3
- Disable resource obfuscation
- Add arm build
75.0.3770.100-1
- Change package name to avoid conflict with chromium
75.0.3770.80-1
- Reduce downloaded dependencies on gclient sync
- Prune more binaries
- Build gcm-client, eu-strip, closure-compiler from source; change error-prone to Maven version
- Domain substitution on all non-binary files
74.0.3729.169-1
- First release