Commit Graph
46 Commits
Author SHA1 Message Date
deeppandya 1c4d4a3551 Refactor class names
Remove logs

Add new line for ic_microsoft_color icon
2024-11-06 11:20:09 -05:00
deeppandya a9933fd80b Add reorder for quick search engines settings 2024-11-06 11:18:21 -05:00
deeppandya 5200098ff9 Add fucntion for update filter list 2024-05-31 13:05:52 -04:00
Simone Arpe d51670a800 (Wallet) Refactor Network selector adapter (#23600)
Refactor network selector adapter and introduce the following improvements:

* Show only networks that support Dapps
* Select ETH by default once a Wallet is created for the first time
* Remove new account action icon and change title to better reflect UI purpose
* Load network logos from vector assets
2024-05-14 16:23:02 +02:00
Simone Arpe 7be8698083 (Wallet) Implement Bitcoin support and network selection (#22962)
* Enable Bitcoin by default on Android
* Introduce supported coin types for account selector
* Return Bitcoin logo for Bitcoin mainnet and testnet
* Remove unused methods and simplify CryptoModel implementation
* Implement Wallet creation method that includes selected networks
* Refactor network model and remove unused networks
* Perform refactoring to onboarding fragments and their model
* Include new network selection fragment
* Return keyring IDs for Bitcoin mainnet and testnet
* Add Neon logo
* Include Bitcoin among supported networks
* Simplify layout to avoid view pager glitches
* Remove plus button from network selector
* Implement new auto span grid layout manager
* Implement new adapter that shows available networks
2024-04-10 12:31:04 +02:00
Simone Arpe 91d7e1c852 (Wallet) Remove Android unused code (#22119)
* Remove Nft details

* Remove AddAssetsActivity

* Remove PortfolioFragment

* Remove MarketFragment

* Remove AccountsFragment

* Remove TransactionsFragment

* Remove CryptoFragmentPagerAdapter

* Remove AccountDetailActivity

* Remove AssetDetailActivity

* Remove AccountDetailsWithQrActivity

* Remove WalletNftAdapter

* Remove SwapBottomSheetDialogFragment

* Remove NetworkInfoPresenter

* Remove WebUiActivityType

* Remove MarketModel

* Remove UserAssetModel

* Remove PortfolioModel

* Remove TransactionsModel

* Remove PortfolioHelper

* Remove SmoothLineChartEquallySpaced

* Clean up AssetUtils

* Clean up TokenUtils

* Clean up Utils

* Clean up WalletConstants

* Clean up Validations

* Clean up WalletUtils

* Apply code formatting

* Remove AccountPrivateKeyActivity

* Refactor and rename WalletCoinAdapter to AccountSelectorRecyclerView

* Remove unused resources

* Improve method name
2024-02-20 11:26:52 +01:00
Simone Arpe ec75711c56 (Wallet) Improve Wallet dark theme (#20465)
* Tweak primary text color and action bar background color

* Tweak chip selector colors

* Optimize text color attributes

* Network selector icon size

* Tweak Assets text view

* Apply new Wallet background color

* Tweak Wallet background color and toolbar background color

* Add divider lines below toolbar and above navigation bar

* Tweak bottom navigation view style and minor improvements

* Apply code formatting

* Remove duplicated style
2023-10-10 18:40:52 +02:00
Pavneet Singh a870f8c6ac Allow multiple network selection (#19959)
* Implement multi network selector and resolve conflicts

* Remove selected network

* Rename type to mode

* Fetch assets of selected networks

* Formatting

* Show selected networks and add close option

* Update network selector button

* Implement empty asset state

* Fix NFT empty and loading state

* Update colors

* Add divider

* Fix ups

* Add strings and clean up

* Minor review changes
2023-09-01 09:44:52 -04:00
Simone Arpe b060996654 Redesign Wallet navigation and merge assets and NFTs into single section (#19811) 2023-08-24 15:34:13 +02:00
Pavneet Singh 63d856e878 Show help centre (#19692)
* implement help center menu option

* Fix panel menu icon color

* Fix presubmit warnings
2023-08-16 10:40:30 -04:00
Simone Arpe 2662c68905 Redesign Brave Wallet main layout introducing latest material 2 components (#19650) 2023-08-15 15:24:40 +02:00
tapanmodh 74af743112 Custom filter list settings android 2023-08-11 14:17:33 +05:30
Sujit Acharya cb6171363f p2p tipping banner 2023-05-13 15:20:54 +05:30
Simone Arpe 39cf09370b Fix copyright header (#18011)
Replaces `http` protocol with `https` in the copyright header for Java and XML files.
2023-04-12 15:10:02 +02:00
tapanmodh 47ae8ce8ed long tap bookmark android 2023-01-09 12:56:31 +05:30
Tapan Modh 4469ba7d16 Merge pull request #16473 from brave/brave_news_settings_revamp
[Android] brave news settings revamp
2023-01-04 00:13:41 +05:30
tapanmodh d7327a77d4 brave news settings revamp android 2023-01-03 17:55:38 +05:30
Simone Arpe 59c4298f38 (Wallet) Add network selection menu item in NetworkSelectorActivity toolbar (#16481)
* Adds network selection menu item to `NetworkSelectorActivity` toolbar.
* Implements `refreshNetworks` method in `NetworkModel` class.
* Reflects new changes when a network is added, removed or edited.
2022-12-29 10:48:21 +01:00
deep 10da95d2db Address PR comments 2022-07-26 02:55:48 -04:00
deep 1ceba1a257 Add classes and implemenatation for split tunnel 2022-07-26 02:55:48 -04:00
Pavneet-Sing e6ebab6bc2 feat(wallet): implement account selector
- implement add account menu
    - fix wallet panel header UI
    - implement domain data sharing
2022-05-19 17:51:36 +05:30
Qamar Zaman cedb529d29 Implemented Popup Menu on click of options(Dots) on Dapps Panel
Handled actions(except connected sites) of top right menu
2022-05-12 20:52:54 +05:00
Alex C 5791e650fe [Android] Removes NTP widget
[Android] Removes NTP widget dependencies
2022-03-25 10:35:38 -04:00
Deep daee522582 Update monthly contribution UI
Update banner code
2022-01-21 12:21:19 -05: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
wchen342 7b6270cdd4 Use vector icon 2021-12-03 23:42:44 +02:00
wchen342 2518bdfc7e Add lock menu item; Add icons 2021-12-03 18:21:33 +02:00
Deep c27e270ecb Remove binance widget related code 2021-11-23 18:02:06 -05:00
Deep Pandya e7e26638c7 Brave vpn UI android (#9874)
* Add VPN callout modal UI

* Add settings callout UI

* Add vpn menu

* Add vpn profile implementation

* Add adnroid 11 flag

* Add vpn plans activity

* Add billing dependency for in app purchase

* Add confirm dialog

* Add ignore manifest

* Add In app purchase for subscription

* Add native function for profile credential

* Add vpn notification

* Add all server regions in pref

* Add loading UI for preferences

* Add QA flag

* Get hostname with suggested algorithm

* Add base class for dialog fragments
2021-09-17 12:07:13 -04:00
Deep Pandya 8a240faf2f Add buy-send-swap UI (#9502)
* Add buy-send-swap UI

* Add Strings and resources

* Fix search menu

Add padding for swap UI

* Update colors for dark mode

* Update swap UI

* Refactor resources and warnings
2021-07-28 10:37:52 -04:00
Deep Pandya d7a5ad3b97 Update colors for dark mode (#9509)
* Update Dark mode colors

* Remove logs
2021-07-26 19:05:46 -04:00
wchen342 6c5a706e2f Fix graphics warnings 2021-07-21 21:06:39 +03:00
Deep Pandya b922c3d7e0 Crypto wallet flow (#9399)
* Resolve warnings

* Add native functions

* Update restore UI

Update onboarding flow

Update recovery phrase UI

* Add asset price native function

* Add asset price history native function

* Update UI to keep only crypto section

* Add asset detail page

Update graph with real asset data

* Remove unused resources
2021-07-14 13:24:16 -04:00
Deep 250dd27c66 Update wallet onboarding
Add restore wallet screen

Update existing wallet
2021-06-15 14:11:02 -04:00
Deep d45aca42a5 Fix menu error
Update formatting
2021-06-15 14:11:02 -04:00
Deep ec0357d3e7 Add wallet onboarding
Update wallet UI
2021-06-15 14:02:30 -04:00
Deep 36065e0c19 Add UI for crypto wallet 2021-06-15 14:02:30 -04:00
Deep 4bc8700a1d Add model class for balance
Update UI
2020-10-17 13:02:40 -04:00
Deep af8f03944c Add menu for widget
Add remove widget
2020-10-17 13:02:39 -04:00
samartnik e8b57cca56 [Android] Fixed build issues related to renaming 2020-05-26 10:02:27 -04:00
Deep 477fec1a20 Update directory structure
Refactor code
2020-05-23 20:15:14 -04:00
Deep 211e6bb81d Add image resources
Update layout for shields panel
2020-05-23 20:15:14 -04:00
Deep bb93da262d Add shield main layout
Add shield toggle layout
2020-05-23 20:15:14 -04:00
Jocelyn Liu 73a92c2765 Add TabUtils and resources for new tab popup menu. 2020-02-25 20:12:30 -08:00
Emerick Rogul 4aa03339bb Add support for sync UI on Android 2019-10-29 09:58:11 -04:00
Serg 8dce98a0e1 Android Brave shields UI (#2998)
* brave shields UI init

* adds lions head on toolbar

* Brave Shields UI

* brave shields switches functionality

* Auto-refresh page on shields switches triggers, catch onLoad and etc events

* shields counters

* Correct Android BUILD.gn patch

* Enable components updater on Android

* Updates URL after page load finished

* make it compilable

* load websites when adblock lin is not ready yet

* lint fixes

* lint errors fix

* corrects patches, lint errors

* use common approach for content settings shields

* correct profile usage

* corrects a profile usage for incognito mode

* changes Top shields and HTTPSE shield functions calls

* Adds a comment

* Removes redundant switch
2019-08-01 17:49:24 -04:00