Commit Graph
589 Commits
Author SHA1 Message Date
Pavneet-Sing a802fba951 feat(wallet): add dapps confirm transaction 2022-04-07 22:37:43 +05:30
tapanmodh d3dc975d59 nested scrollview full viewport 2022-04-04 21:37:47 +05:30
tapanmodh 87df789599 Android Fix News scroll issue 2022-04-02 00:35:35 +05:30
tapanmodh 9624a2d879 Android Fix News scroll issue 2022-04-01 23:56:46 +05:30
Pavneet-Sing 6656c62495 add switch ethereum chain fragment 2022-04-01 21:31:47 +05:30
Serg 9347e90ed4 Implements an ETH permission dialog for Android 2022-03-31 17:53:17 -04:00
Serg 9b21bfd871 Disables JS injection for DApps support on Android 2022-03-31 17:53:17 -04:00
Pavneet-Sing a8c269c273 feat(wallet): implement Dapps add token fragment
- Fix backgound color and formating
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
Serg b2b1c23dfd Iterates pending requests to show appropriate UI on wallet on Android 2022-03-31 17:53:17 -04:00
Pavneet-Sing 3aa72aadf9 - implement DApps wallet dismiss and cleanup.
- fix Dapps dialog UI
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 288c549950 apply bottom sheet theme spec 2022-03-31 17:53:17 -04:00
Pavneet-Sing 6d5395f2d4 add dapp action and update dapp dialog layout 2022-03-31 17:53:17 -04:00
Pavneet-Sing 2fb20e8cfb chore(dapp): set bottom sheet height as half of screen 2022-03-31 17:53:17 -04:00
Pavneet-Sing 1730a2b888 implement dapp bottomsheet onboarding view 2022-03-31 17:53:17 -04:00
Serg f3b15f5594 Adds a wallet bottom dialog on Dapps websites on Android 2022-03-31 17:53:17 -04:00
Serg 7b82705bc3 Adds a context wallet icon in the URL bar on Android 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
wchen342 b642502f66 Merge pull request #12564 from brave/nw_pending_tx
[Android] Add pending transaction notification
2022-03-11 12:16:52 -05:00
wchen342 8311988ad5 Add pending transaction notification button 2022-03-11 10:09:44 +02:00
Pavneet Singh b8111bf228 Merge pull request #12493 from brave/21457-option-to-reset-transactiion-and-nonce
feat(wallet): add reset transaction & nonce setting
2022-03-09 15:29:21 +05:30
Pavneet-Sing 30b706e783 feat(wallet): add reset transaction & nonce setting 2022-03-07 16:58:44 +05:30
Max c34b355f11 Merge pull request #12416 from brave/maxk-issue-20564
Replace 'Monthly Contributions' language with 'Monthly Tips'
2022-03-05 19:06:49 -05:00
wchen342 e2e445dd50 Reset values after network change 2022-03-05 15:54:33 +02:00
mkarolin fb108dc8ff Replace 'Monthly Contributions' language with 'Monthly Tips'
Fixes brave/brave-browser#20564
2022-03-02 13:06:27 -05:00
Pavneet-Sing 7848105d6f chore(wallet): replace network selector in profile 2022-03-02 03:11:19 +05:30
Pavneet-Sing f53a2f008f chore(wallet): create network selector 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
Alex C 5e0476771d [Android] Brave news - add rss refactor 2022-02-23 19:02:42 -05:00
Alex C 285c1a977a [Android] Brave news - rss 2022-02-22 18:14:08 -05:00
samartnik a231cb0b7d [Android] Explicitly defined button type in resources
Otherwise it falls back to material button and cause styling issues.
2022-02-18 16:51:59 -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 4722f4ebc3 [Android] Modularized logo
Chromium change:
https://github.com/chromium/chromium/commit/de614aadd072a1cc42e4be84508d22706aa07804

Modularize logo/
See go/clank-modularization-logo for more info.

Bug: 1261631
2022-02-17 14:03:04 -05:00
samartnik 7627ed5873 [Android] Fixes for removed and renamed resources 2022-02-17 14:03:00 -05:00
samartnik 4812cec3aa [Android] Tab switcher top toolbar code reorganization
Chromium change:
https://github.com/chromium/chromium/commit/b0c82063f830bba93b58db749855cef8f16d6c02

[Refactor] Rename tab switcher top toolbar to not be phone specific
Bug: 1286780
2022-02-17 14:02:57 -05:00
Pavneet Singh c2e0a8c85d Merge pull request #12225 from brave/restore-wallet-option-visual-changes
visuals udpates of restore wallet option
2022-02-15 01:13:49 +05:30
Deep Pandya 550b1a674d Merge pull request #12179 from brave/update_auto_contribution_summury
Resolve auto contribution summary
2022-02-11 09:37:11 -05:00
Pavneet-Sing 282e48cc8f visuals udpates of restore wallet option 2022-02-11 18:24:11 +05:30
Serg e358ffbb8a Various fixes for Android EVM networks feature 2022-02-09 21:58:53 -05:00
Deep f56afa6c56 Resolve auto contribution summary 2022-02-08 10:21:28 -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
tapanmodh 1eb3abc50c refactor 2022-02-02 19:37:27 +05:30
Alex C ec715f77b6 [Android] Brave news - cards scroll fixes and tweaks 2022-01-31 22:47:38 -05:00
tapanmodh 27237888ed change set default string in menu 2022-02-01 01:16:14 +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
Alex C cb7149c78b [Android] Brave news - fixes stretched background on NTP
[Android] Brave news - fixes recyclerView issues

[Android] Brave news - attempt to make the widgets easier to access with news

[Android] Brave news - refactor recycler position in rel to image credit

lint format
2022-01-25 18:31:22 +00:00