|**Enable native Android autofill**<br><sub><nobr> Sun, 24 Oct 2021 16:54:04 +0000</nobr><br>File: [Enable-native-Android-autofill.patch](/build/patches/Enable-native-Android-autofill.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: </nobr><br><nobr>License: GPL-3.0-only</nobr> |There are 2 different types of autofill: one managed via GCM and the<br>native Android one that uses the provider assigned by the user<br>(which can be any user installed app like Bitwarden for example).<br>In chromium GCM is active while in the WebView the latter.<br>This patch uses WebView code to enable native Android autofill<br>along with browser-managed autofill.<br>A separate toggle is introduced to enable autofill in incognito mode.<br>See also: https://github.com/bromite/bromite/issues/547|
|**Enable platform aac audio and h264 video**<br><sub><nobr> Wed, 6 Mar 2024 12:05:52 +0000</nobr><br>File: [Enable-platform-aac-audio-and-h264-video.patch](/build/patches/Enable-platform-aac-audio-and-h264-video.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: https://github.com/uazo/cromite/pull/856</nobr><br><nobr>License: GPL-2.0-or-later</nobr> |Allows the activation in android and windows of aac and<br>h264 decoding via the s.o. libraries, replacing ffmpeg which does<br>not have the necessary licences.|
|**Enable search engine settings desktop ui**<br><sub><nobr> Thu, 4 Jan 2024 13:00:12 +0000</nobr><br>File: [Enable-search-engine-settings-desktop-ui.patch](/build/patches/Enable-search-engine-settings-desktop-ui.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: </nobr><br><nobr>License: GPL-2.0-or-later</nobr> |Activates the ability to use the desktop ui for search engine management.<br>The desktop ui is accessible via a button in the android ui.|
|**Enable share intent**<br><sub><nobr> Sun, 3 Oct 2021 16:18:24 +0000</nobr><br>File: [Enable-share-intent.patch](/build/patches/Enable-share-intent.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: </nobr><br><nobr>License: GPL-3.0-only</nobr> |This patch allows to activate the management of android.intent.action.SEND<br>with new flag "shared-intent-ui" default active.<br>See also: https://github.com/bromite/bromite/issues/1062|
|**Enable snackbar swipe**<br><sub><nobr> Mon, 18 Aug 2025 13:46:14 +0000</nobr><br>File: [Enable-snackbar-swipe.patch](/build/patches/Enable-snackbar-swipe.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: </nobr><br><nobr>License: GPL-2.0-or-later</nobr> |Allows swipe of snackbar notifications|
|**Enables deactivation of the js debugger statement**<br><sub><nobr> Wed, 10 Jan 2024 13:42:27 +0000</nobr><br>File: [Enables-deactivation-of-the-js-debugger-statement.patch](/build/patches/Enables-deactivation-of-the-js-debugger-statement.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: </nobr><br><nobr>License: GPL-2.0-or-later</nobr> |enables a new option in the developer tools settings for<br>deactivating the debugger javascript statement|
|**Enables keyword-based site search on Android devices**<br><sub><nobr> Wed, 15 Apr 2026 14:23:46 +0000</nobr><br>File: [Enables-keyword-based-site-search-on-Android-devices.patch](/build/patches/Enables-keyword-based-site-search-on-Android-devices.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: </nobr><br><nobr>License: GPL-2.0-or-later</nobr> |Enables keyword-based site search functionality on Android devices|
|**Experimental support for extensions on Android**<br><sub><nobr> Thu, 6 Nov 2025 13:21:24 +0000</nobr><br>File: [Experimental-support-for-extensions-on-Android.patch](/build/patches/Experimental-support-for-extensions-on-Android.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: </nobr><br><nobr>License: GPL-2.0-or-later</nobr> |Enable experimental support for extensions in Android.<br>The feature is disabled by default: to enable it, go<br>to Settings/Developer Options.<br>A Clear all data used by the extension button is available in App<br>info/Storage and cache/Clear storage to completely remove the extensions<br>folder in case of a crash on startup.|
|**Experimental user scripts support**<br><sub><nobr> Fri, 13 Aug 2021 17:10:47 +0000</nobr><br>File: [Experimental-user-scripts-support.patch](/build/patches/Experimental-user-scripts-support.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: </nobr><br><nobr>License: GPL-3.0-only</nobr> |Activate the user scripts functionality for Android,<br>as it is available in the Desktop version.<br>It is possible to add user scripts in two ways: by<br>selecting files from the picker in the settings or<br>downloading the scripts and opening them from downloads<br>(only if such files end with '.user.js').<br>New imported scripts are disabled by default: they<br>can be activated via the UI.<br>Parsed user script headers are: name, version, description,<br>include, exclude, match, exclude_match (only http and<br>https), run-at (document-start, document-end,<br>document-idle), homepage, url_source<br>The UI also allows you to see the source of the script.<br>See also: components/user_scripts/README.md<br>Requires patch: Adds-support-for-writing-URIs.patch|
|**Eyeo Adblock for Cromite**<br><sub><nobr> Thu, 29 Sep 2022 11:27:35 +0000</nobr><br>File: [Eyeo-Adblock-for-Cromite.patch](/build/patches/Eyeo-Adblock-for-Cromite.patch)<br><nobr>Author: uazo</nobr><br><nobr>Context: </nobr><br><nobr>License: </nobr> |Change the normal behaviour of Eyeo Chromium SDK to<br>suit Cromite logic.|