deep
02e8a5b7e0
Remove unused resources
2022-08-11 12:24:28 -04:00
Brian Clifton
740492677b
Unfixes https://github.com/brave/bues/21447rave-browser/iss
...
Revert "Merge pull request #13193 from brave/add_brave_talk_menu_android"
This reverts commit e180d2d036 , reversing
changes made to 471411e9ba .
2022-08-11 01:55:42 -07:00
Pavneet-Sing
be3785bc57
fix(wallet): show spl token create info and hide tx settings
2022-08-03 13:45:55 +05:30
Deep
1c800f41b6
Enable crash reporting for release
2022-07-11 18:29:55 -04:00
Pavneet-Sing
53c5f9f40f
fix(wallet): UI dapps issues
2022-06-28 15:19:48 +05:30
deep
422d92991a
Add brave talk to menu
2022-06-09 15:16:56 -04:00
Pavneet-Sing
001e601e05
fix(wallet): improve DApps panel UI
2022-06-04 00:11:25 +05:30
tapanmodh
32e36fa8da
welcome onboarding android
2022-05-30 18:25:09 +05:30
Deep
806ca21fe2
Resolve issue with translucent activity
...
Resolve println related issue
2022-05-20 10:43:37 -04:00
Deep
a3e02ee720
Add wireguard implementation
...
Refactor existing code
2022-04-19 19:12:12 -04:00
Deep
efb3548763
Resolve top sites with correct UI
2022-04-18 06:42:25 -04:00
Pavneet-Sing
894d4af016
chore(wallet): update dapps dialog UI
...
- Add timer to auto close
- Show dialog as per toolbar config and device
2022-04-12 16:07:18 +05:30
Serg
c171846d9c
Fixes after rebase
2022-03-31 17:53:17 -04:00
Pavneet-Sing
3f8f2c1f22
implement dapps sign-in framgnet
...
- fix button pressed color state
2022-03-31 17:53:17 -04:00
Pavneet-Sing
f8a896d1ec
show DApp wallet panel
2022-03-31 17:53:17 -04:00
Pavneet-Sing
ac4e3dfb34
add dapps dialog
2022-03-31 17:53:17 -04:00
Pavneet-Sing
288c549950
apply bottom sheet theme spec
2022-03-31 17:53:17 -04:00
Alex C
5791e650fe
[Android] Removes NTP widget
...
[Android] Removes NTP widget dependencies
2022-03-25 10:35:38 -04:00
samartnik
8f71c5f198
[Android] Color changes for default_bg_color_dark relanded
...
Chromium change:
https://github.com/chromium/chromium/commit/36b698ced32d46de61554b4db1d9ca38143fcfc2
Reland "[GMNext] Migrate default_bg_color_dark_elev_N"
This is a reland of 391590f
The underlying issue has been fixed in https://crrev.com/c/3414069 and
this change is now safe to reland without any modifications.
Original change's description:
> [GMNext] Migrate default_bg_color_dark_elev_N
>
>
> [GMNext] Migrate default_bg_color_light_elev_N to dynamic colors
>
> Migrate default_bg_color_light_elev_N to dynamic colors.
>
> Only usage can be handled with the SurfaceColorDrawable.
>
> Will handle night mode version in followup CL migrating
> default_bg_color_dark_elev_N.
>
> Bug: 1270911
2022-03-18 20:03:52 -04:00
Pavneet-Sing
a9d7a0bf85
feat(wallet): customize nonce in transaction panel
...
- show approve dialog in AssetDetails for unapproved tx
- Refactor service methods to use BaseActivity
- Fix Approve dialog hover issue
2022-03-16 04:00:27 +05:30
Alex C
6c46455412
[Android] Brave news - fixes Load new content position should be higher on tablet view
...
[Android] Brave news - fixes BAT Ad icon has a red underline below the text
[Android] Brave news - fixes Cards before branded list cards are smaller in size
[Android] - Brave news fixes Load new content not scrolling in certain conditions
[Android] Brave news - fixes Ad color #20732
[Android] Brave news - ui fixes
2022-03-08 16:24:58 -05:00
Pavneet-Sing
7848105d6f
chore(wallet): replace network selector in profile
2022-03-02 03:11:19 +05:30
samartnik
a9bbc543ed
[Android] Adopted sync UI on tablets after cr99 changes
2022-03-01 12:36:56 -05:00
samartnik
e3abd222d4
[Android] Removed stack layout code
...
Resolves https://github.com/brave/brave-browser/issues/21005
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:03:25 -05:00
samartnik
897e2cdc44
[Android] Fixed colors for tab overview mode
...
Chromium change:
https://github.com/chromium/chromium/commit/7d60b1c52274b1b525a36db0986a1ea57c7ebf62
Enable DynamicColors through material_java.
Binary-Size: This is already being paid in downstream.
Bug: 1279417
2022-02-17 14:03:13 -05:00
samartnik
619db7dc77
[Android] Reverted some color changes
...
Chromium change:
https://github.com/chromium/chromium/commit/c722273c50f107eb62bd783505f1f19df7cb60ac
Revert "[GMNext] Migrate default_bg_color_dark_elev_N"
This reverts commit 391590f.
Reason for revert: crbug.com/1287000 , messages crash.
Original change's description:
> [GMNext] Migrate default_bg_color_dark_elev_N
>
>
> [GMNext] Migrate default_bg_color_light_elev_N to dynamic colors
>
> Migrate default_bg_color_light_elev_N to dynamic colors.
>
> Only usage can be handled with the SurfaceColorDrawable.
>
> Will handle night mode version in followup CL migrating
> default_bg_color_dark_elev_N.
>
> Bug: 1270911
> Change-Id: Id2931d815de83f3d0a57bbd104a65d2cd85c8f8b
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3343448
> Reviewed-by: Sky Malice <skym@chromium.org >
> Reviewed-by: Sinan Sahin <sinansahin@google.com >
> Reviewed-by: Theresa Sullivan <twellington@chromium.org >
> Reviewed-by: Colin Blundell <blundell@chromium.org >
> Commit-Queue: Neil Coronado <nemco@google.com >
> Cr-Commit-Position: refs/heads/main@{#957734}
Bug: 1270911
2022-02-17 14:03:13 -05:00
samartnik
7627ed5873
[Android] Fixes for removed and renamed resources
2022-02-17 14:03:00 -05:00
Tapan Modh
7093cba800
Merge pull request #12093 from brave/set_default_browser_android
...
Set default browser improvements android
2022-02-03 02:39:32 +05:30
Pavneet-Sing
dcd049ec44
chore(20463): Update swap dex aggregator text
...
- Update swap link style and show info icon
- fix override build warning
2022-01-28 08:29:41 +05:30
tapanmodh
4b920eebd7
Set default improvements android
2022-01-26 11:47:27 +05:30
Deep
daee522582
Update monthly contribution UI
...
Update banner code
2022-01-21 12:21:19 -05:00
Pavneet-Sing
32e8b80dba
fix(wallet): replace-dark-theme-hint-text-colors
2022-01-06 04:14:56 +05:30
Deep Pandya
bd628f2a0c
Merge pull request #11698 from brave/change_default_ac_value
...
Change onboarding default Auto-Contribute values
2021-12-28 11:01:26 -05:00
Deep
fa62a47665
Update refresh status
2021-12-27 18:00:30 -05:00
Deep
10553c9cf2
Change onboarding default Auto-Contribute values
2021-12-27 16:15:05 -05:00
Deep
28cd4a5ab7
Add poppins font
...
Update rewards panel UI
2021-12-21 02:50:46 -05:00
Deep
ceaf3816fa
Update rewards panel UI
2021-12-21 02:49:34 -05:00
Deep
9282b0f817
Refactor colors and strings
2021-12-13 20:15:59 -05:00
Deep
1d990ad2b1
Add shadow for all popups
...
Remove verify banner
Updfate rewards modal pref
2021-12-13 20:15:59 -05:00
Deep
1ac3080586
Add rewards panel 2.0 UI
2021-12-13 20:15:59 -05:00
wchen342
12baee55f5
Change onboarding images
2021-12-09 13:29:46 +02:00
Deep
4afb3483cc
Revert "Merge pull request #11148 from brave/remove_binance_widget_android"
...
This reverts commit fdd944dcdc , reversing
changes made to c99d30ee8b .
2021-12-07 15:56:04 -05:00
Alex C
df2f0906ae
[Android] Brave news on NTP, integration with mojom and feature flag
2021-11-24 14:23:24 -08:00
Deep
c27e270ecb
Remove binance widget related code
2021-11-23 18:02:06 -05:00
wchen342
64b4914fb1
Add MenuItem listener; Add Toolbar style
2021-11-22 07:35:23 +02:00
wchen342
a3c9fe2eb2
Add Wallet Settings
2021-11-18 02:53:54 +02:00
AlexeyBarabash
198055391e
Show Android portfolio balance percentage trend
...
fixes brave/brave-browser#18460
2021-11-04 17:19:37 +02:00
samartnik
91e2e44fa9
[Android] Force lint checks for all build types
2021-10-19 07:12:07 -04:00
wchen342
4000ad1014
Add banner
2021-10-08 21:46:23 +03:00
samartnik
2336c5456e
[Android] Fixed color for tab groups toolbar
...
Chromium change:
https://chromium.googlesource.com/chromium/src/+/73c2d3d5ee5865411e0f09909f1456c5e7bbc4e3
Bottom tab strip bg to Surface-3 in night mode.
The previous implementation assumed that the background color of the tab
strip should match the omnibox. This is no longer the case, as the
tab strip should now match infobars/dialogs, and be surface-0 (day) and
surface-3 (night).
So replace the theme provider with an is incognito provider, to let the
view make the appropriate decision.
Bug: 1243098
2021-10-05 16:21:51 -04:00