samartnik
56193fe255
[Android] Adjustments to UI changes in the upstream
...
Chromium change:
https://chromium-review.googlesource.com/c/chromium/src/+/3283625
Clean up legacy non-ThemeRefactorAndroid code now that the feature has
launched.
Bug: 1251194
2022-01-24 15:34:05 -05:00
samartnik
8c35e65757
[Android] Make default_icon_color dynamic
...
Chromium change:
https://chromium-review.googlesource.com/c/chromium/src/+/3276657
[GMNext] Make default_icon_color dynamic
Bug: 1216642
2022-01-24 15:33:55 -05:00
samartnik
12f3b8df0f
[Android] New c-tor signature for TabSwitcherModeTTCoordinatorPhone
...
Chromium change:
https://github.com/chromium/chromium/commit/fee97f92a2beb2d82ccced2a90a8f5931b976c2f
[Start] Clean up unnecessary codes in StartSurfaceToolbar*.
1. LayoutStateProvider and LayoutStateObserver logic is removed in
StartSurfaceToolbar* because StartSurfaceState#onStateChanged should
already cover all layout state changes.
Lazy inflation in StartSurfaceToolbarCoordinator.java is moved to
onStartSurfaceStateChanged() accordingly.
Clean up StartSurfaceMediatorUnitTest.java accordingly.
2. hasIncognitoTabs() in StartSurfaceToolbarMediator.java is removed
because the previous CL has added an incognito tab model observer which
could observe whether there is incognito tab directly.
3. Stop passing isStartSurfaceEnabled into
TabSwitcherModeTTCoordinatorPhone.java because it's always false.
Change-Id: I024f77b4d7ece51ddd53fc1c0b2bc7cedcfa3c2f
2022-01-24 15:33:47 -05:00
Pavneet Singh
46b70d848f
Merge pull request #11951 from brave/19969-show-transaction-approval-popup
...
fix(wallet): show transaction dialog for approval/reject
2022-01-22 18:31:06 +05:30
Cepera
f337a47cf8
Add chain validation to wallet_addEthereumChain api call ( #11930 )
2022-01-22 11:26:36 +03:00
Pavneet-Sing
cb3d5d0909
fix(wallet): show transaction dialog for approval/reject
...
- In AssetDetailsActivity and AccountDetailsActivity
- Show live transaction status change in list
- Refactor Utils
2022-01-22 04:04:40 +05:30
Deep
005fa87ba8
Reformat code
2022-01-21 12:22:19 -05:00
Deep
b059fc3365
Add icon for drop down
2022-01-21 12:21:19 -05:00
Deep
2925c7a27a
Resolve contribution
2022-01-21 12:21:19 -05:00
Deep
daee522582
Update monthly contribution UI
...
Update banner code
2022-01-21 12:21:19 -05:00
samartnik
730cb1954b
Merge pull request #11939 from brave/android_tab_groups_bar_swipe
...
[Android] Added ability to scroll Tab groups bar icons on swipe
2022-01-21 10:41:39 -05:00
samartnik
854ce3cdc7
[Android] Added ability to scroll Tab groups bar icons on swipe
2022-01-20 16:37:04 -05:00
alexsafe
4268a8a3ba
Merge pull request #11877 from brave/bravenews-android-ntpfixes
...
[Android] Brave news - bugs fixes
2022-01-20 13:06:06 -05:00
wchen342
2d3338923d
Merge pull request #11925 from brave/nw_backup_fix
...
[Android] Fix wallet backup starts from wrong page
2022-01-20 10:44:17 -05:00
Emerick Rogul
da01611050
Merge pull request #11901 from brave/rewards-android-reduce-site-icon-fetch-timeout
...
Reduce fetch timeout for site icon on Android
2022-01-20 09:43:58 -05:00
Emerick Rogul
90c000a30e
Merge pull request #11898 from brave/rewards-android-remove-rounded-corner-panel-background
...
Remove background bleed-through in Rewards panel on Android
2022-01-20 09:43:34 -05:00
wchen342
15db976341
Reset index when entering backup sequence
2022-01-20 16:04:46 +02:00
Emerick Rogul
7517fba6e9
Remove background bleed-through in Rewards panel on Android
2022-01-20 07:06:46 -05:00
Alex C
29d2f4fb2a
[Android] Brave news - bugs fixes
2022-01-19 22:21:59 -05:00
Alex C
74b5651e09
[Android] Brave news - bugs fixes
2022-01-19 21:50:16 -05:00
Emerick Rogul
fa50f286c9
Reduce fetch timeout for site icon on Android
2022-01-19 15:38:58 -05:00
wchen342
27b3a20738
Extract wallet common logic to a base activity class
2022-01-17 21:05:55 +02:00
Cepera
b8b5932008
Add multiple keyrings support and Filecoin balances requests ( #11687 )
...
* Improved multi-keyrings management and added backed for filecoin requests
* Rename BraveCoins -> CoinType
* Change coin indexes to meet BIP-0044
* Change CoinType.FILECOIN -> CoinType.FIL
2022-01-14 11:16:23 +03:00
Emerick Rogul
7b377b6db9
Merge pull request #11810 from brave/rewards-show-rewards-button
...
Migrate kHideButton preference to kShowButton preference
2022-01-13 10:48:45 -05:00
Pavneet Singh
75a5286e90
Merge pull request #11833 from brave/18459-add-restore-legacy-wallet-option
...
feat(wallet): add restore legacy wallet option
2022-01-13 05:56:23 +05:30
Brian R. Bondy
36eff395f5
Merge pull request #11791 from brave/blockchain-registry-multi
...
Handle multiple chains in BlockchainRegistry
2022-01-12 19:25:38 -05:00
Pavneet-Sing
a078b7a04c
feat(wallet): add restore legacy wallet option
...
- add title for new password
2022-01-13 04:17:57 +05:30
Serg
4201ec5499
Fixes after code review
2022-01-12 13:43:45 -05:00
Serg
3fb94be5f2
Fixes gas fees to be dependant on a chain main currency instead of ETH on Android
2022-01-12 09:29:37 -05:00
Brian R. Bondy
a75ce6eb0d
Add chain_id param to blockchainRegistry functions
2022-01-12 08:32:28 -05:00
Serg
adb5c843f2
Adds a custom network to networks drop down, hides buy/swap for custom networks on Android
2022-01-11 16:28:14 -05:00
Serg
5efd66567b
Adds an option to add a custom EVM compatible network on Android wallet
2022-01-11 16:26:41 -05:00
Emerick Rogul
747ebb9213
Migrate kHideButton preference to kShowButton preference
2022-01-11 15:39:35 +00:00
wchen342
dccff66c6a
Merge pull request #11801 from brave/wallet_swap_same_token
...
[Android] Swap to from update
2022-01-11 08:01:41 -05:00
wchen342
f420daf2f0
Make asset the default swap from token; disallow swap to and from the same token
2022-01-11 13:57:03 +02:00
Pavneet-Sing
bb7c000fdc
fix(wallet): clear login and recovery credentials
2022-01-11 05:36:32 +05:30
Deep
edcb85b193
Update check for ac switch panel
2022-01-10 03:25:43 -05:00
Pavneet Singh
2029b22ff5
Merge pull request #11780 from brave/19971-change-wallet-key-import-title
...
fix(wallet): creating account with string key file
2022-01-09 16:08:04 +05:30
Brian R. Bondy
d909d0d59c
Merge pull request #11782 from brave/erc-registry-rename
...
Rename ERCTokenRegistry to BlockchainRegistry and ERCToken to BlockchainToken
2022-01-08 09:40:53 -05:00
Pavneet-Sing
767cfbe416
fix(wallet): creating account with string key file
...
- fix UI for multiline
2022-01-08 09:15:14 +05:30
Deep Pandya
4eef56adaf
Merge pull request #11768 from brave/remove_reawards_from_ads
...
Update rewards UI changes
2022-01-07 21:42:36 -05:00
samartnik
afebf4f78c
Merge pull request #11784 from brave/android_autocomplete_option
...
[Android] Added option that controls url bar suggestions
2022-01-07 21:06:23 -05:00
Deep
c32750c6e4
update UI
2022-01-07 20:45:25 -05:00
Deep
f20978e58e
Update rewards UI changes
2022-01-07 20:45:25 -05:00
samartnik
770ffce1bf
[Android] Added option that controls url bar suggestions
2022-01-07 20:17:03 -05:00
Brian R. Bondy
78314b9bca
Lint fixes for token rename
2022-01-07 16:57:32 -05:00
Brian R. Bondy
2974b40cd6
Rename ERCToken -> BlockchainToken
...
ERCCToken -> BlockchainToken
erc_token -> blockchain_token
erc_buy_token -> blockchain_buy_token
ercToken -> blockchainToken
ErcToken -> BlockchainToken
Did not rename chrome://erc-token-images to
chrome://blockchain-token-images because I think we store the image path
and it would cause problems
2022-01-07 16:09:07 -05:00
Brian R. Bondy
7de0620a5b
ERCTokenRegistry BlockchainRegistry
...
ERCTokenRegistry -> BlockchainRegistry
ercTokenRegistry -> blockchainRegistry
ERC_TOKEN_REGISTRY -> BLOCKCHAIN_REGISTRY
ErcTokenRegistry -> BlockchainRegistry
erc_token_registry -> blockchain_registry
erc_token_images_source -> blockchain_images_source
ERCTokenImagesSource -> BlockchainImagesSource
ERC_TOKEN_IMAGES_SOURCE -> BLOCKCHAIN_IMAGES_SOURCE
erc_token_list_parser -> blockchain_token_list_parser
ERC_TOKEN_LIST_PARSER -> BLOCKCHAIN_TOKEN_LIST_PARSER
2022-01-07 15:35:24 -05:00
Alex C
f8b9c67e83
[Android] Brave news - fixes background image stretch issue using Glide
...
[Android] Brave news - fixes "Load more content" button missing on first launch
[Android] - Brave news - fixes Ad logo bg color and refactors links
lint fixes
2022-01-06 15:40:39 -05:00
Kamil Jozwiak
f1a1f2e2cb
Merge pull request #11755 from brave/resolve_binance_condition_android_2
...
Resolve binance bug
2022-01-06 00:46:22 -05:00