Commit Graph
5 Commits
Author SHA1 Message Date
vadims f5e7f4b14a [Shred] shred android UI changes add contextual menu (#32834)
Added an ability to start shred manually from two places:
- tab's context menu (includes support of the menu customization)
- tab switch mode
Added confirmation dialog before the site data shred operation

Resolves: https://github.com/brave/brave-browser/issues/51326

---------

Signed-off-by: Vadym Struts <vstruts@brave.com>
2025-12-17 12:49:24 +01:00
Simone Arpe 382d7d9a44 Apply correct tint to custom menu item icons (#32244)
Apply tinting to correct drawable
2025-11-11 15:42:27 +01:00
AlexeyBarabash 55d288dd35 [cr142][Android] Removed icon ic_reader_mode_24dp
Chromium changes:

https://source.chromium.org/chromium/chromium/src/+/bb01b58f51a6c6e7429db527284647f16c087f80
	[reader mode] Rollback RM-specific status icon

	The specialized status icon looks duplicated when the RM CPA is
	nearby. Removing the status icon and rolling back to the normal
	security icon.

	Bug: 443060745
	Change-Id: I5449cc61928ee91521c74466b29a971fda08a861
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6917855

https://source.chromium.org/chromium/chromium/src/+/45196a3199b6bb9ad73fc2e201c57af3828d0e3f

	[reader mode] Align icon between CPA and 3-dot menu

	Bug: 437186569
	Change-Id: I7c6e96602d1568145057ed5f1c32dc2f44e59cb0
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6828688
2025-10-15 20:30:58 -04:00
Brian Johnson 1f27a328c6 [Speedreader] Remove speedreader on android (#31418)
Remove buggy speedreader implementation on android
2025-09-29 11:52:46 +09:00
Simone Arpe 673b2e1833 Implement new preference screen "Customize menu" (#31172)
The custom menu item preference screen follows the Figma design and is composed by two sections, Main menu and Page actions.

The screen shows only those items that are supported by the device, items that will never appear won't be shown.
Each item's visibility will default to true and each preference is saved on shared preferences.

The only two items whose visibility cannot be modified are the Main Settings item and the Custom Menu item itself.
2025-09-16 13:54:29 +02:00