[tbb-commits] [Git][tpo/applications/android-components][android-components-99.0.3-11.5-1] 14 commits: Bug 40005: Modify Default toolbar menu

aguestuser (@aguestuser) gitlab at torproject.org
Thu Apr 21 15:42:30 UTC 2022



aguestuser pushed to branch android-components-99.0.3-11.5-1 at The Tor Project / Applications / android-components


Commits:
8ecf138b by Matthew Finkel at 2022-03-18T15:31:06+00:00
Bug 40005: Modify Default toolbar menu

- - - - -
13dde627 by Alex Catarineu at 2022-03-18T15:31:06+00:00
Bug 40007: Port external helper app prompting

Together with the corresponding fenix patch, this allows all `startActivity`
that may open external apps to be replaced by `TorUtils.startActivityPrompt`.

- - - - -
a8d9f1e5 by Alex Catarineu at 2022-03-18T15:31:07+00:00
Bug 40002: Ensure system download manager is not used

- - - - -
2d24b5c2 by Alex Catarineu at 2022-03-18T15:39:30+00:00
Bug 40009: Change the default search engines

This matches the search engines from desktop, that is:
DDG as the default, then YouTube, Google, DDGOnion,
Startpage, Twitter, Wikipedia and Yahoo.

Bug 40062: Update DuckDuckGo onion search plugin

- - - - -
c46159a2 by Alex Catarineu at 2022-03-18T15:39:37+00:00
Modify Addon support

Bug 40011: Hide option for disallowing addons in private mode

Bug 40016: Allow inheriting from AddonCollectionProvider

This will allow implementing our own AddonsProvider in fenix.

- - - - -
3046f8e9 by Georg Koppen at 2022-03-18T15:39:38+00:00
Bug 40013: Add option do overwrite timestamp in extension version

- - - - -
f7a95729 by Alex Catarineu at 2022-03-18T15:39:38+00:00
Bug 40015: Port padlock states for .onion services

- - - - -
fc40723a by Alex Catarineu at 2022-03-18T15:39:39+00:00
Bug 40021: Force telemetry=false in Fennec settings migration

- - - - -
24d1b50c by Alex Catarineu at 2022-03-18T15:39:39+00:00
Bug 40022: Migrate Tor security level from Fennec

- - - - -
26e30914 by Matthew Finkel at 2022-03-18T15:39:40+00:00
Modify Tracking Protection configuration

Bug 40020: Disable third-party cookies

Bug 40024: Disable tracking protection by default

- - - - -
e84567ee by Matthew Finkel at 2022-03-18T15:39:40+00:00
Bug 40023: Stop PrivateNotificationService

- - - - -
8457ec32 by Matthew Finkel at 2022-03-18T15:43:05+00:00
Add support for new GeckoView interfaces

Bug 40006: Expose Security Level interface

Bug 40019: Expose spoofEnglish pref

Bug 34439: Isolate Icon loader on Android

- - - - -
6d4054a6 by aguestuser at 2022-03-18T15:43:09+00:00
Bug 40075: Support scoped storage to enable downloads on API < 29

- in android-components!7,  we blocked all usage of Scoped
  Storage in an attempt to block usage of Android's
  DownloadManager, which is known to cause proxy bypasses
- as of Android API 29, downloads will not work without Scoped Storage,
  causing all downlaods to fail (see: fenix##40192)
- here, we enable usage of scoped storage for API >= 29, but block
  calls to DownloadManager on API < 29

- - - - -
9c182e27 by aguestuser at 2022-04-21T15:42:29+00:00
Merge branch '40076_rebase-android-components-to-99.0' into 'android-components-99.0.3-11.5-1'

Resolve #40076: Rebase android-components patches to 99.0.3

See merge request tpo/applications/android-components!81
- - - - -


30 changed files:

- build.gradle
- components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/GeckoEngine.kt
- components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/fetch/GeckoViewFetchClient.kt
- components/browser/icons/src/main/java/mozilla/components/browser/icons/loader/HttpIconLoader.kt
- components/browser/menu/src/main/java/mozilla/components/browser/menu/WebExtensionBrowserMenuBuilder.kt
- components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/DisplayToolbar.kt
- components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/SiteSecurityIconView.kt
- components/browser/toolbar/src/main/res/drawable/mozac_ic_site_security.xml
- components/browser/toolbar/src/main/res/values/attrs_browser_toolbar.xml
- components/concept/engine/src/main/java/mozilla/components/concept/engine/EngineSession.kt
- components/concept/engine/src/main/java/mozilla/components/concept/engine/Settings.kt
- components/concept/fetch/src/main/java/mozilla/components/concept/fetch/Request.kt
- components/concept/toolbar/src/main/java/mozilla/components/concept/toolbar/Toolbar.kt
- components/feature/addons/src/main/java/mozilla/components/feature/addons/amo/AddonCollectionProvider.kt
- components/feature/addons/src/main/res/layout/mozac_feature_addons_fragment_dialog_addon_installed.xml
- components/feature/app-links/build.gradle
- components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksFeature.kt
- components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksUseCases.kt
- components/feature/contextmenu/src/main/java/mozilla/components/feature/contextmenu/ContextMenuCandidate.kt
- components/feature/downloads/src/main/java/mozilla/components/feature/downloads/AbstractFetchDownloadService.kt
- components/feature/downloads/src/main/java/mozilla/components/feature/downloads/DownloadsFeature.kt
- components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
- components/feature/search/src/main/assets/search/list.json
- + components/feature/search/src/main/assets/searchplugins/ddg-onion.xml
- components/feature/search/src/main/assets/searchplugins/ddg.xml
- + components/feature/search/src/main/assets/searchplugins/startpage.xml
- + components/feature/search/src/main/assets/searchplugins/yahoo.xml
- components/feature/toolbar/src/main/java/mozilla/components/feature/toolbar/ToolbarPresenter.kt
- components/support/ktx/src/main/java/mozilla/components/support/ktx/android/content/Context.kt
- components/support/ktx/src/main/java/mozilla/components/support/ktx/kotlin/String.kt


The diff was not included because it is too large.


View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare/705004e202cc584a8536dd4ea8611aff55ad3817...9c182e2727a58b893912457eab2f4b0bfdee8c32

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare/705004e202cc584a8536dd4ea8611aff55ad3817...9c182e2727a58b893912457eab2f4b0bfdee8c32
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20220421/65813c3b/attachment-0001.htm>


More information about the tbb-commits mailing list