Commit Graph
1792 Commits
Author SHA1 Message Date
Alex C 74b5651e09 [Android] Brave news - bugs fixes 2022-01-19 21:50:16 -05: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
Deep 3f669f474c Resolve binance bug 2022-01-05 17:49:53 -05:00
Pavneet-Sing 32e8b80dba fix(wallet): replace-dark-theme-hint-text-colors 2022-01-06 04:14:56 +05:30
Brian R. Bondy 312515a101 Merge pull request #11739 from brave/rename_controllers
Rename wallet *Controller keyed services to *Service
2022-01-05 07:04:17 -05:00
Alex C dee2db3ada fixes format 2022-01-04 21:34:24 -05:00
Jocelyn Liu 87fc70dcdf Rename java controller files 2022-01-04 15:20:03 -08:00
Jocelyn Liu 3f4b909ff1 format fixes 2022-01-04 15:20:03 -08:00
Jocelyn Liu cfaa671f03 Rename EthJsonRpcController to JsonRpcService 2022-01-04 15:19:30 -08:00
Jocelyn Liu 7be8815fb8 Rename KeyringController to KeyringService 2022-01-04 15:09:59 -08:00
Jocelyn Liu a4e92f532a Rename EthTxController/EthTxControllerObserver to EthTxService/EthTxServiceObserver 2022-01-04 15:07:50 -08:00
Jocelyn Liu b6336ea4a2 Rename SwapController to SwapService 2022-01-04 15:07:50 -08:00
Jocelyn Liu bd68d5b6ec Rename AssetRatioController to AssetRatioService 2022-01-04 15:07:50 -08:00
alexsafe 7f2df34e0c Merge pull request #11732 from brave/bravenews-android-optinclose
[Android] Brave news - Opt in card close behaviour and related fixes
2022-01-04 15:42:41 -05:00
wchen342 6a58ef7d5a Merge pull request #11737 from brave/nw_eth_validation
Add ETH send address checksum validation
2022-01-04 14:25:39 -05:00
wchen342 5b99b86628 Add ETH send address checksum validation 2022-01-04 20:20:29 +02:00
Pavneet-Sing dc67027c2f fix(wallet): add fingerprint icon to unlock 2022-01-04 20:36:53 +05:30
Alex C c66217c7d6 [Android] Brave news - Opt in card close behavior and related fixes 2022-01-03 21:45:33 -05:00
alexsafe 2141ab8156 Merge pull request #11714 from brave/bravenews-android-improvements
[Android] Brave news - fixes
2022-01-03 11:01:49 -05:00
Alex C f87a7fc9e7 Merge branch 'master' of github.com:brave/brave-core 2021-12-30 11:48:42 -05:00
Deep 69d3820921 Update rewards onboarding AC for jp 2021-12-30 11:47:06 -05:00
Deep 5a9dece673 Resolve tipping banner 2021-12-29 01:24:23 -05:00
Brian R. Bondy be2402658c Merge pull request #11669 from brave/reset-wallet
Various reset wallet fixes
2021-12-28 12:13:03 -05:00