89 Commits
Author SHA1 Message Date
Artem Samoilenko 6a4e5ef849 [cr145][Android] Remove btn_tabstrip_switch_normal
Chromium changes:
https://chromium.googlesource.com/chromium/src/+/ed2e0467b830503b0d97dc31880be4cf2d9e3952

commit ed2e0467b830503b0d97dc31880be4cf2d9e3952
Author: Wenyu Fu <wenyufu@chromium.org>
Date:   Wed Dec 10 21:16:51 2025 -0800

    [Icons] Remove btn_tabstrip_switch_normal

    Apparently unused.

    Bug: 467789995, 466238435
    Change-Id: I204f20d1a1d3d67260f6ebfbf902a4f91e8d0736
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7248305
    Reviewed-by: Joel Tan-Aristy <jtanaristy@google.com>
    Commit-Queue: Wenyu Fu <wenyufu@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1557120}
2026-01-29 13:40:36 -05:00
samartnik 851cdf1f34 [CodeHealth] Separate Brave-specific resources from Chromium overrides (#31571)
[Android] Separate Brave-specific resources from Chromium overrides
2025-10-02 08:50:51 -04:00
Kevin Smith 7f6dbf689e [Rewards] Remove unused Rewards UI on Android (#30900) 2025-09-25 16:31:12 -04:00
Artem Samoilenko 33f3d6cc51 [cr141][Android] Removes btn_suggestion_refine drawable
Chromium changes:
https://chromium.googlesource.com/chromium/src/+/e7b3061a6b33a2fe6ce4cffe0e78d5aee76933b0

commit e7b3061a6b33a2fe6ce4cffe0e78d5aee76933b0
Author: Tomasz Wiszkowski <ender@google.com>
Date:   Fri Aug 8 10:09:06 2025 -0700

    Reflect Omnibox placement in refine arrow direction.

    The change propagates the Toolbar position down the Autocomplete UI
    stack allowing the suggestions to reorient their UI in response to the
    toolbar position change.

    Change-Id: Ia28e8d7d4dbf0da5133ca3768e3356ba98c63a48
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6829043
    Commit-Queue: Tomasz Wiszkowski <ender@google.com>
    Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1498883}
2025-09-22 14:59:32 -04:00
AlexeyBarabash 75914cd582 Android tab switcher incognito icon (#31021)
* Updated icons with product-private-window.svg from Leo repository
* Moved incognito_simple icon corresponding to upstream's place

Resolves https://github.com/brave/brave-browser/issues/48913
2025-09-04 07:59:34 +09:00
AlexeyBarabash a578a9cfec [cr140][Android] Update btn_right and btn_back to newer asset
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/f5f7db8839213f6a812ba2fb5972547225d0347b

	Update btn_right and btn_back to newer asset

	Replaces btn_right.png and btn_left.png with a newer material vector drawables.

	Bug: 425739282
	Change-Id: Ic1c50a79c7c1eedb7d69e727bbc2463b1bc94cc7
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6692114
2025-08-19 19:54:21 +01:00
AlexeyBarabash 619b26786d Fixed icons at CTA menu (#29688)
* Fixed icons at CTA menu

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

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

	[Icon Button] Migrate app menu icon buttons

	Migrated the app menu top row icons from ChromeImageButtons to Material Buttons. The highlight (ripple) is now a perfect circle instead of rectangle.

	Bug: 405189559
	Change-Id: I0376bf0ecf7f5b734dad2d7e8c69200834c54248
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6477118
2025-06-25 02:03:32 +02:00
AlexeyBarabash 290d8493e4 [cr136][Android] SyncConsent fragments and activity were removed
FirstRunFlowSequencer.onFlowIsKnown() argument is changed from bundle to boolean

down_arrow drawable was used at
//chrome/browser/ui/android/signin/java/res/layout/signin_view.xml
and now is also removed

Related Chromium change:
https://source.chromium.org/chromium/chromium/src/+/aae9d74edf5532ed12952d4961a7ee20c3c6b092

	[Android] Remove SyncConsent fragments and activity

	This cl removes the following classes:
	- SyncConsentFragmentBase
	- SyncConsentFragment
	- SyncConsentFirstRunFragment
	- SyncConsentActivity
	- All xml resources related to these classes

	FirstRunFlowSequencer.onFlowIsKnown() argument is changed from bundle
	to boolean.

	Bug: 350461111
	Change-Id: If1ad68f40e98f843d42f1b3903878c22af6ed2cb
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6169618
2025-04-16 09:30:22 +01:00
Deep Pandya c96125629b Update search engine onboarding icons with vector drawables (#27541) 2025-02-07 11:57:02 -05:00
Artem Samoilenko 0e2dd52b7b [Android] Rename secure state icons
Chromium change:
https://chromium.googlesource.com/chromium/src/+/18371dfa10268ba754ca5cbd75beda9038f82503

[omnibox] Rename Android secure state icons to reflect their function.

The omnibox secure state indicator was refreshed last year to show a page info icon instead of a lock icon. As of https://crrev.com/c/5982459, the refreshed state became the only state for the omnibox indicator but the icon was still named "refresh" and the old lock icon was still in use in other surfaces.

This CL changes the icon names to "page_info" and "lock" to clearly distinguish them.

Change-Id: Ic7175efccbed0dbbd1523827873b26c4209b4e67
2025-01-27 09:36:35 -05:00
deeppandya 90c24dd6d3 Remove cross promo dialog 2024-12-18 13:58:08 -07:00
Simone Arpe 7a362dd531 (Android) Redesign private tab UI (#25850)
🎨 Redesign private tab UI following Figma design.

Private tab redesign includes three new sections "Leave no trace", "Browsing visibility" and "Brave VPN".
Brave VPN section will show a call to action text view that will redirect to the subscription page. If the user is already a paying customer, or the VPN is not supported the CTA view will be hidden.

The design is responsive and adjust to large device screens and tablets, following the logic provided by Figma design.
The entire layout is centered in the visible part of the page.
2024-10-15 19:18:52 +02:00
deeppandya 204b086062 Update icons for device types in brave sync
Add license headerss
2024-09-06 15:01:44 +05:30
deeppandya ce0519076b Remove non destruptive banner NTP 2024-05-22 23:35:28 -04:00
zenparsing 23b3b2b18a Remove vBAT promotions support 2024-03-19 16:53:39 -04:00
Artem Samoilenko 9598ffcf59 [Android] Added new bookmark button
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/12e9d527a0e02d7c207764acad6e041bdfc5c9cc

Replace Omnibox png bookmark icon with its svg equivalent.

I've been meaning to tackle this for a while now:
- there's more users of the omnibox icons than the omnibox itself,
- the bitmap icons don't really scalle that well and take more space
than the xml equivalents.

tab_ui appears to use icons that at first glance appear to be
equivalent of the star_outline_24dp, however these render much smaller
virtually everywhere, making them not the best replacement.

Sending out for review primarily to evaluate if this makes sense,
or if we should keep the png icons for now.

Evaluated change visually and everything appears to look right at
first glance.

Bug: N/A
2024-02-14 10:54:49 -05:00
deeppandya 1dc3612bbb Add solana related changes for rewards
Remove unused BraveRewardsVerifyWalletActivity and related resources
2024-02-07 15:40:22 -05:00
tapanmodh c87f7ecfba applinks youtube android 2023-11-10 17:03:55 +05:30
deeppandya 0053ecabfd Remove resources for cookie consent notices modal 2023-09-20 14:13:41 -04:00
Simone Arpe 2662c68905 Redesign Brave Wallet main layout introducing latest material 2 components (#19650) 2023-08-15 15:24:40 +02:00
Sujit 6c806d1a92 Update rewards verified icon 2023-06-15 14:20:47 +05:30
Sujit Acharya cb6171363f p2p tipping banner 2023-05-13 15:20:54 +05:30
AlexeyBarabash f10576fbfe Replaced drawables with optimized versions to reduce apk/aab size
Fixes brave/brave-browser#29279
2023-03-24 21:59:10 +02:00
Simon Hong 25a0675123 Updated onboarding fragment for new search provider list in KR
Daum & Naver are listed in search provider list
2023-01-20 11:28:57 +09:00
Sujit Acharya 83a29d6a7d Improve brave rating dialog 2022-12-30 13:57:51 +05:30
deeppandya 5091773a79 Add new Rewards 2.5 states for Android 2022-12-05 17:00:31 -05:00
Aleksey Khoroshilov c5b7053077 Optimize brave/android pngs by running optimize-png-files.sh. 2022-10-17 14:43:45 +07:00
Sujit Acharya 316bcbbc23 resolve conflict 2022-09-22 12:27:14 +05:30
Deep 7630244dde Update UI changes 2022-09-21 17:58:41 -04:00
Sujit Acharya 758b937c2a update social icons 2022-09-19 08:48:16 +05:30
Sujit Acharya 185e8a6607 New tipping banner UI brave-browser/issues/17070 2022-09-19 08:48:16 +05:30
tapanmodh 2efe729fdf swap vpn callout card to ad free card-india retention 2022-08-25 15:18:31 +05:30
deep 02e8a5b7e0 Remove unused resources 2022-08-11 12:24:28 -04:00
tapanmodh dc7164883d ntp recyclerview refactor 2022-07-05 11:13:27 -04:00
Simon Hong e0bc530472 Updated ecosia brand image
fix https://github.com/brave/brave-browser/issues/23405
2022-06-13 13:32:05 +09:00
tapanmodh c6364c1d35 refactor welcome onboarding android 2022-05-30 23:22:53 +05:30
tapanmodh 32e36fa8da welcome onboarding android 2022-05-30 18:25:09 +05:30
wchen342 8311988ad5 Add pending transaction notification button 2022-03-11 10:09:44 +02:00
samartnik b7a9a8156b [Android] logo_card_back was removed
Chromium change:
https://github.com/chromium/chromium/commit/94a231f90d89f9af2996172fae508f9472d573cb

Remove unused rendering code in TabLayout
Follow up to https://chromium-review.googlesource.com/c/chromium/src/+/3388174
and continues to simplify the Tab rendering logic for phones.

Also deletes anything related to tilting/rotating and card backs for the
tabs.

Bug: 1287653
2022-02-17 14:02:56 -05:00
Deep f20978e58e Update rewards UI changes 2022-01-07 20:45:25 -05:00
Alex C 5deb059975 [Android] Brave news - Glide integration and cards tweaks
[Android] Brave news- opt in card fixes

lint fixes

[android] Brave news - Deals card tweak
2021-12-24 00:56:36 -05:00
Alex C df2f0906ae [Android] Brave news on NTP, integration with mojom and feature flag 2021-11-24 14:23:24 -08:00
AlexeyBarabash a73dd0356e Replace send/swap image with raster image for Android 5 and 6 2021-09-30 16:54:47 +03:00
Deep Pandya 8a240faf2f Add buy-send-swap UI (#9502)
* Add buy-send-swap UI

* Add Strings and resources

* Fix search menu

Add padding for swap UI

* Update colors for dark mode

* Update swap UI

* Refactor resources and warnings
2021-07-28 10:37:52 -04:00
wchen342 6c5a706e2f Fix graphics warnings 2021-07-21 21:06:39 +03:00
Deep Pandya 49814ac7dc update brave search icons (#9190) 2021-06-19 20:04:56 -04:00
Deep 92885f022a Add icons for brave search
Update search onboarding

Format code
2021-06-16 22:56:33 -07:00
Deep Pandya efb29cce0f update_startpage_icons (#8701) 2021-05-04 14:32:27 -04:00
Brian Clifton 3c383ca36a Update Startpage icons
Fixes https://github.com/brave/brave-browser/issues/15515
2021-04-27 10:22:06 -07:00
Alex C 2c9a5bdaee [Android] Ads stats sharing 2021-04-12 11:21:48 -04:00