Commit Graph
1813 Commits
Author SHA1 Message Date
Deep f2b96e26c1 Add UI for show private key 2021-10-15 00:10:05 -04:00
Deep a50981433b Add option to private key UI 2021-10-14 22:20:55 -04:00
Deep 3cc6e836e8 Add pref dynamically to avoid crash 2021-10-14 16:17:10 -04:00
AlexeyBarabash 02d86e4e83 Merge pull request #10474 from brave/a_w_crash_on_eth
Fill all ErcToken fields for Ethereum
2021-10-13 07:43:18 +03:00
AlexeyBarabash 777d35429c Fill all ErcToken fields for Ethereum; fixes brave/brave-browser#18724 2021-10-12 22:15:14 +03:00
AlexeyBarabash 71ced80d8d Bottom assets list should reflects chosen assets; fixes brave/brave-browser#18722 2021-10-12 19:53:07 +03:00
AlexeyBarabash 868a9dd796 Save load assets on Android; fixes brave/brave-browser#18340 2021-10-11 20:37:19 +03:00
AlexeyBarabash 3d6a7bccfd Introduced BraveWalletServiceFactory.java 2021-10-11 20:37:15 +03:00
Anirudha Bose 8731525708 Merge pull request #10410 from brave/swap_hide_internals
Hides internal values for swap inside swap_controller
2021-10-09 08:52:33 +05:30
wchen342 aef5b051ba Add night color 2021-10-08 21:46:23 +03:00
wchen342 4000ad1014 Add banner 2021-10-08 21:46:23 +03:00
samartnik bf7fe239a8 Merge pull request #10405 from brave/android_tablet_appearance_settings_fix
[Android] Fixed Appearance settings for tablet
2021-10-08 11:16:25 -04:00
samartnik 563f29567b Merge pull request #10408 from brave/android_test_variations_server
[Android] Added ability to set tes variations server prior to first t…
2021-10-08 11:12:52 -04:00
samartnik 9c5a1b2353 [Android] Added ability to set tes variations server prior to the first time run 2021-10-08 09:34:05 -04:00
samartnik 8968d16b2f [Android] Fixed Appearance settings for tablet 2021-10-08 07:36:36 -04:00
Aleksey Seren b5e14d507d Auto dismiss confirmation popup.
fix https://github.com/brave/brave-browser/issues/17591
2021-10-08 11:02:29 +07:00
Aleksey Seren 3fffc0b317 Add brave opt-in popup android UI.
fix https://github.com/brave/brave-browser/issues/17591
2021-10-08 11:02:29 +07:00
Serg 7d2eba9dfa Hides internal values for swap inside swap_controller 2021-10-07 15:25:58 -04:00
Kamil Jozwiak d67598a3dd Merge pull request #10390 from brave/95.0.4638.40_master_123
Upgrade patches from Chromium 95.0.4638.32 to Chromium 95.0.4638.40
2021-10-07 13:02:17 -04:00
Serg 28a0fc644d Merge pull request #10357 from brave/android_swap
Swap functionality on Android
2021-10-06 22:21:23 -04:00
mkarolin a0008d2410 [Android] SigninManager added a new method.
Chromium change:

https://source.chromium.org/chromium/chromium/src/+/ff4ed77cd6a9e6a52484f4c0a96f221ee53c1ac6

commit ff4ed77cd6a9e6a52484f4c0a96f221ee53c1ac6
Author: Alice Wang <aliceywang@chromium.org>
Date:   Tue Sep 28 16:17:57 2021 +0000

    [Android][Signin] Reload accounts in IdentityManager when accounts change

    This CL reloads the accounts within IdentityManager when there is an
    accounts change event to ensure that the accounts in the cookie jar
    and the device accounts are consistent.

    Demo TOT checkout without this fix: https://crbug.com/1253249#c4
    Demo with the fix: https://crbug.com/1253249#c3

    Bug: 1253249, b/200851130
2021-10-06 18:11:55 -04:00
Serg 706b0115f0 Big numbers calculation fix, returns SwapConfig for mainnet and ropsten only 2021-10-06 15:13:59 -04:00
wchen342 6904bef5da Merge pull request #10385 from brave/android_nw_default_selection_fix
Fix time frame selection on asset screen.
2021-10-06 12:34:21 -04:00
Serg 6b88b20a72 Reviews suggestions 2021-10-06 11:48:28 -04:00
Serg fba838d5b6 Swap functionality on Android 2021-10-06 11:48:28 -04:00
wchen342 17f8ea3db6 Fix selection 2021-10-06 16:24:14 +03:00
Max 90ba094d9f Merge pull request #9934 from brave/cr95
Upgrade from Chromium 94 to Chromium 95
2021-10-05 21:19:56 -04:00
Brian Clifton e1e5c68f53 Merge pull request #10326 from brave/bsc-update-default-search
Update default search for 5 regions
2021-10-05 16:22:58 -07:00
samartnik c5323ed7c6 [Android] Fixed icon colors
Chromium change:
https://chromium.googlesource.com/chromium/src/+/ba90f4831d67e0d2fc8cc00a3683ff453e4f9df0

[GMNext][Color] Add v23 resource for default_icon_color_*_tint_list

On Android L, ColorStateList that points to color attributes are created
with a wrong default color. For API level 23+ it works. This CL creates
v23 resources and make the default resource pointed to colors as a
workaround fix.

Preview: https://screenshot.googleplex.com/3HV6ckUENLYkvKG

Bug: 1242283
2021-10-05 16:24:12 -04: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
samartnik 1a1cd39889 [Android] Changed theme color handling for bottom toolbar
Chromium change:
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:20:19 -04:00
samartnik ac421db729 [Android] Adjusted code for SigninManager
Chromium change:
[Android] Internalize the email to CoreAccountInfo conversion in SigninManager

This CL internalizes the asynchronous conversion from email to
CoreAccountInfo inside the method SigninManager#signin() since this
conversion and check are anyway needed for all the callers of this method.

Bug: 1002056
2021-10-05 16:20:17 -04:00
samartnik e8ffc1c972 [Android] Java code adjustments
Various adjustments for new changes in Chromium 95
2021-10-05 16:20:07 -04:00
samartnik 26d6847376 [Android] New c-tor signature for ChromeSiteSettingsDelegate 2021-10-05 16:19:55 -04:00
samartnik 1e72e8457e [Android] Removed Privacy Sandbox setting
Chromium change:
https://github.com/chromium/chromium/commit/2b22615d215b346d8751d508fbabbd5a923046fe

CL removes the flag controlling the first release of the Privacy
Sandbox settings, solidifying the feature as launched.

Bug: 1174572
2021-10-05 16:19:46 -04:00
samartnik b09f96e5d5 Merge pull request #10349 from brave/android_cookie_private_text_fix
Android cookie private text fix
2021-10-05 16:15:24 -04:00
AlexeyBarabash 862860eace Merge pull request #10361 from brave/a_wallet_copy_acc_addr
Copy to clipboard account address on Android Wallet
2021-10-05 16:21:29 +03:00
wchen342 b143385eea Merge pull request #10355 from brave/android_nw_onboarding_touch_dismiss_kbd
[Android] dismiss keyboard on onboarding screen
2021-10-05 06:54:47 -04:00
AlexeyBarabash a77ef49352 Copy account address on Android Wallet
fixes brave/brave-browser#18555
2021-10-05 13:22:51 +03:00
samartnik 594ca313a1 [Android] Added proguard rules for tests 2021-10-04 17:05:23 -04:00
wchen342 f990e65505 Lint fix 2021-10-04 23:52:27 +03:00
wchen342 6ee0c24e6c Merge pull request #10352 from brave/android_native_wallet_ui_clean
[Android] Asset detail screen cleanup
2021-10-04 16:20:24 -04:00
wchen342 6b346d2db0 Add OnTouchListener 2021-10-04 22:55:52 +03:00
wchen342 947cec522c Fix typo 2021-10-04 21:59:56 +03:00
wchen342 a6d14c0f29 UI cleanup 2021-10-04 21:52:21 +03:00
Deep 5f72f12489 Remove onboarding screen for brave default serach engine 2021-10-04 01:55:16 -04:00
Deep fb25ad7a16 Import account with private and json 2021-10-01 10:35:24 -04:00
Deep 7bbf0b65c9 Add implementation for update account 2021-10-01 10:35:24 -04:00
Deep bc0119ab04 Remove Add account dialog
Change button text to rename
2021-10-01 10:34:31 -04:00
Deep 86b286de23 Remove apps section from MVP 2021-10-01 10:34:31 -04:00