You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,13 @@ In descending order of significance (i.e. most important objective first):
37
37
38
38
*These are the differences between a Linux build of ungoogled-chromium and ungoogled-chromium-android.*
39
39
40
-
* Disable Android specific functionalities:
41
-
* lite mode
42
-
* contextual search
43
-
* prefetch
44
-
* remove home page links
45
-
* remove unnecessary account permissions
40
+
* Disable/Remove Android specific functionalities:
41
+
* Contextual search
42
+
* Lite mode
43
+
* Offline indicator
44
+
* Prefetch
45
+
* Home page links
46
+
* Unnecessary account permissions
46
47
* Android specific enhancements:
47
48
* Add `Startpage.com` and `Qwant.com` as search engine options
48
49
* Add new folder button in bookmark manager
@@ -51,13 +52,22 @@ In descending order of significance (i.e. most important objective first):
51
52
* Add flags to always send `save-data` flag in header
52
53
* Add flags to force tablet UI and desktop mode
53
54
* Borrowed from Bromite:
54
-
* Exit menu item
55
-
* flag to disable device orientation API
56
-
* option to clear open tabs between sessions
57
-
* prevent WebRTC address leaking
58
-
* enable DNS-over-Https by default
59
-
* Add bookmark import/export options
55
+
* Always incognito mode
56
+
* Bookmark import/export options
57
+
* Clear open tabs between sessions
60
58
* Disable DRM media preprovisioning which leaks connections
59
+
* DNS-over-https by default
60
+
* Exit menu item
61
+
* Prevent WebRTC address leaking
62
+
* Proxy configuration
63
+
* WebGL flag
64
+
* Borrowed from Vanadium:
65
+
* Disable seed-based field trials
66
+
* Disable media router
67
+
* Disable metrics
68
+
* Enable user-agent freeze
69
+
* Enable split cache, partitioning connections, strict site isolation
70
+
* Various compiling time enhancements
61
71
* All Google play and Google service related blobs are removed. This includes Firebase, GCM (Google Cloud Messaging), GMS (Google Mobile Services) and bridge to Google Play.
62
72
* Releases are built for `arm`, `arm64` and `x86`. There is no `x86_64` build.
Copy file name to clipboardExpand all lines: build.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ popd
243
243
# Some of the support libraries can be grabbed from maven https://android.googlesource.com/platform/prebuilts/maven_repo/android/+/master/com/android/support/
0 commit comments