10 Commits
Author SHA1 Message Date
Artem Samoilenko 1f025fe37b [cr149][Android] Use FQN instead of imports for SearchIndexProviderRegistry patch 2026-05-22 16:57:44 -04:00
Claudio DeSouza 8705bfefe7 [cr149][android] Fixing SearchIndexProviderRegistry plaster imports
This class is now importing a lot of the modules that were being
referred to, which broke the plaster. This change corrects that, and
corrects our own insertion of our types to also use similar imports.

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/444fafd03c31e8301faba71cf6703fe522121f57

commit 444fafd03c31e8301faba71cf6703fe522121f57
Author: Sky Malice <skym@chromium.org>
Date:   Wed Apr 29 10:39:32 2026 -0700

    Remove qualified imports from SearchIndexProviderRegistry.java.

    Bug: 505789955
    Change-Id: I5a4640575e2f1897375ce99cdf8b9be4ca9f31ff
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7797509
    Reviewed-by: Moe Adel <adelm@google.com>
    Commit-Queue: Sky Malice <skym@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1622573}
2026-05-22 16:57:30 -04:00
Claudio DeSouza 568492d713 Update patches from Chromium 147.0.7727.117 to Chromium 148.0.7778.60. 2026-04-27 12:01:03 +01:00
AlexeyBarabash 349f355b2d [Android][CodeHealth] Convert SearchIndexProviderRegistry.java.patch into a plaster (#35739)
* [Android][CodeHealth] Convert SearchIndexProviderRegistry.java.patch into a plaster

Resolves https://github.com/brave/brave-browser/issues/54807
2026-04-25 18:46:41 +03:00
AlexeyBarabash 5e58cbf234 Fixed search settings for Brave's languages page (#35544)
Resolves https://github.com/brave/brave-browser/issues/54524
2026-04-16 11:08:29 +03:00
AlexeyBarabash d1ad84c72c [Android] Implemented SEARCH_INDEX_DATA_PROVIDER for AppearancePreferences (#35437)
Resolves https://github.com/brave/brave-browser/issues/54408
2026-04-14 19:55:52 +03:00
Max Karolinskiy cac19dca0c Update patches from Chromium 146.0.7680.153 to Chromium 146.0.7680.164. 2026-03-23 17:47:53 -04:00
samartnik afb83224c9 [Android] UI preparation for custom search engines (#34890)
This PR is only prepares UI and strings, the main implementation will be done separately in the context of brave/brave-browser#21837
2026-03-23 15:33:09 -04:00
AlexeyBarabash e8302c177f Android settings search indexes (#34576)
Added support for search indexes for Brave preferences fragments
2026-03-12 23:20:56 +02:00
AlexeyBarabash 3e4e9eedab [cr146][Android] Fixed crash when Search in Settings flag is on
This commit does not introduce support for all Brave settings fragment,
but just fixes the crash after enabling `Search in Settings` flag and
performing actual search at settings.

Chromium change:
https://source.chromium.org/chromium/chromium/src/+/ec7bbcc4cfcb44a2877bddefb294eec89c281eee

	[Settings Search] Onboard All Prefs

	This adds a simple field to all searchable prefs.

	These changes do not introduce logic changes to any of these searchable
	prefs. They only add them to the registry that will be used to index the
	searchable preferences.

	Bug: 444470792
	Change-Id: I27a82ffd2e20bd3a6d57a4c95376d14695294e9f
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7219318
2026-02-26 14:14:56 +00:00