From 76add6b7dcf68ce4d259b58dc85ae6fb9e990787 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Sun, 24 Oct 2021 21:03:56 +0200 Subject: [PATCH] Update FAQs and README about autofill and automatic updates --- FAQ.md | 3 +-- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index f92b4701..87939118 100644 --- a/FAQ.md +++ b/FAQ.md @@ -74,8 +74,7 @@ PWAs are only supported as home shortcuts; WebAPKs will not work because they ar ## Does Bromite support the Android autofill framework? -No; the only autofill available in Chromium browsers requires integration with the Play Store binary blobs. -Some apps use accessibility services as a workaround. +Yes, since version 94.0.4606.109 the native Android autofill can be used; this does not require accessibility services as a workaround. ## Does Bromite support casting media content? diff --git a/README.md b/README.md index b090c71c..ee5133c0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ ETH donations address: `0xf47ff39223d828f99fec5ab53bd068c5c0522042` # Features * customizable adblock filters via user-provided URL (see https://www.bromite.org/custom-filters) +* automatically updated adblock filters * remove click-tracking and AMP from search results * DNS-over-HTTPS support with any valid IETF DoH endpoint * always-incognito mode @@ -71,6 +72,8 @@ ETH donations address: `0xf47ff39223d828f99fec5ab53bd068c5c0522042` * allow disabling JIT ## Features not related to privacy +* browser automatic updates, enabled by default +* native Android autofill support * import/export bookmarks * bookmark all tabs from tabs regroup menu * flag to allow screenshots of incognito tabs @@ -93,7 +96,6 @@ ETH donations address: `0xf47ff39223d828f99fec5ab53bd068c5c0522042` * accessibility preference to force tablet UI * use Alt+D to focus address bar * allow sharing to Bromite -* browser automatic updates * UI for crash information collection You can inspect all functionality/privacy changes by reading the [patches](https://github.com/bromite/bromite/tree/master/build/patches) and/or the [CHANGELOG](./CHANGELOG.md). @@ -141,7 +143,7 @@ Each tag corresponds to a Chromium Stable release tag. Bromite is currently built for ARM, ARM64 and x86 and for the Android SDK versions 19 and 21; [Bromite SystemWebView](https://www.bromite.org/system_web_view) is provided as well (SDK21+). For every Bromite build you can always find a matching [vanilla Chromium](https://www.bromite.org/chromium) build which is used for example to verify which issues are specific to Bromite or not. -You can automatically receive notifications about new updates (and install them) by enabling the auto updater functionality, see [related wiki page](https://github.com/bromite/bromite/wiki/AutomaticUpdates). +You will automatically receive notifications about new updates (and be able to install them) via the auto updater functionality (enabled by default), see [related wiki page](https://github.com/bromite/bromite/wiki/AutomaticUpdates). All official releases are also available through the [official third-party F-Droid repository](https://www.bromite.org/fdroid).