Commit Graph
755 Commits
Author SHA1 Message Date
Serg 8f12e030f3 Fixes approve/reject dialog for Solana transactions on Android 2022-08-03 15:47:45 -04:00
Pavneet-Sing be3785bc57 fix(wallet): show spl token create info and hide tx settings 2022-08-03 13:45:55 +05:30
Pavneet-Sing 4320c8a22c fix: buy for test nw first time and dev concerns 2022-07-30 00:32:23 +05:30
Pavneet-Sing c35cf679be implement solana send tx 2022-07-30 00:12:20 +05:30
Serg 47a9407b7b Removes ETH hardcode 2022-07-27 10:35:04 -04:00
deep 26574343f2 Add menu icon 2022-07-27 02:58:27 -04:00
deep 10da95d2db Address PR comments 2022-07-26 02:55:48 -04:00
deep 8536686d89 Addres PR comments 2022-07-26 02:55:48 -04:00
deep d833f54c23 Update colors and logic 2022-07-26 02:55:48 -04:00
deep 5f2ac21db6 Add config for excluded app
Update existing code for split tunnel
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
Emerick Rogul 22da74f454 Use appropriate icon for pending contributions on Android 2022-07-13 17:08:41 -04:00
tapanmodh 0b8bdaeee9 text justified with checkbox on welcome onboarding screen 2022-07-12 18:38:24 +05:30
Deep Pandya 2041ae9b40 Merge pull request #14127 from brave/enable_crash_reporting_for_release_channel
Enable crash reporting for release
2022-07-11 19:45:06 -04:00
Deep 1c800f41b6 Enable crash reporting for release 2022-07-11 18:29:55 -04:00
tapanmodh f6ee7e944e fix text cut off in welcome onboarding android 2022-07-12 03:13:26 +05:30
Pavneet-Sing bdac216253 feat(wallet): implement solana account creation and selection 2022-07-08 20:46:48 +05:30
Deep Pandya b414d171af Merge pull request #13951 from brave/ntp_recyclerview_refactor_android
Refactor new tab page usage of RecyclerView
2022-07-05 15:03:22 -04:00
deep 0e2bdacfc0 Address PR comments
Address PR comments
2022-07-05 11:13:27 -04:00
tapanmodh dc7164883d ntp recyclerview refactor 2022-07-05 11:13:27 -04:00
vinodghai 1f2477fd9b Height issue fixed if user comes from quick tour button 2022-07-04 16:15:51 -04:00
vinodghai 0ffeff5864 Rewards panel first screen height fixed to avoid overflow 2022-07-04 16:15:51 -04:00
Deep Pandya 81a646b5c6 Merge pull request #13890 from brave/vpn_install_dialog
VPN installation complete dialog animation is centered
2022-06-30 01:10:52 -04:00
Pavneet Singh 90200ea781 Merge pull request #13987 from brave/dapps-ui-fixes
fix(wallet): UI dapps issues
2022-06-29 22:15:49 +05:30
samartnik bd3530f1c4 Merge pull request #13953 from brave/android_remove_desktop_mode_option
[Android] Removed duplicate `Desktop Mode` option
2022-06-29 08:22:44 -04:00
Qamar Zaman a274cc68ca Fix address placement in the account switcher 2022-06-28 21:57:10 +05:00
Pavneet-Sing 53c5f9f40f fix(wallet): UI dapps issues 2022-06-28 15:19:48 +05:30
samartnik 40813dab8c [Android] Removed duplicate Desktop Mode option
Chromium introduced the same option in the same place https://github.com/chromium/chromium/commit/34745fb9ae071b10c203874432173c4b895c49cf
So we just remove our implementation.
2022-06-24 15:16:19 -04:00
Serg ecfc638d72 Add address, makes eTLD+1 in bold and change places for account name and eTLD+1 on decrypt screen on Android 2022-06-23 16:31:13 -04:00
vinodghai ba17ada88d VPN installation complete dialog animation is centered 2022-06-21 18:41:41 -04:00
Pavneet-Sing 47a65e62ba fix(wallet): implement DApps decrypt screen 2022-06-20 22:50:36 +05:30
Deep Pandya e180d2d036 Merge pull request #13193 from brave/add_brave_talk_menu_android
Add brave talk to menu
2022-06-17 16:32:25 -04:00
Serg 366c65f14b Adds an option to not show web3 notifications on Android 2022-06-16 16:55:14 -04:00
Qamar Zaman 5f072a87d0 Merge pull request #13733 from brave/dapps-implement-wallet-badge
Dapps implement wallet notification/badge no address bar
2022-06-15 01:03:18 +05:00
Qamar Zaman a446c41a9f Implementing Wallet notification badge 2022-06-15 00:39:05 +05:00
Pavneet-Sing 8243674b24 feat(wallet): implement dapps public key screen 2022-06-14 18:07:06 +05:30
Simon Hong d9bac0fc48 Merge pull request #13745 from brave/update_ecosia_brand_image
Updated ecosia brand image
2022-06-14 15:29:11 +09:00
Deep Pandya 3598a860d2 Merge pull request #13721 from brave/update-brave-privacy-settings
Add summary in Show autocomplete in address bar option
2022-06-14 01:04:44 -04:00
Simon Hong e0bc530472 Updated ecosia brand image
fix https://github.com/brave/brave-browser/issues/23405
2022-06-13 13:32:05 +09:00
AlexeyBarabash d3fa383510 Disable reading list sync preference on Android
fixes brave/brave-browser#23084

Related Chromium change:
https://github.com/chromium/chromium/commit/92c74c166b472ff78318ac1fa3b86f83c0ae2090

[M103] Add missing READING_LIST toggle to Android sync settings
More details on the linked bug. This is only a temporary solution, the
long-term one should be to address crbug.com/1067282, i.e. auto-generate
the UI from the UserSelectableType enum.

Desktop and iOS follow no particular order for the toggles, so this
CL picks something close to the desktop order crbug.com/1326825#c1.

(cherry picked from commit c4ebfbf)

Fixed: 1326825
Change-Id: I185984fc154eb222bf9a09210d2b3face4884bea
2022-06-10 05:58:25 -04:00
samartnik 33aa9cdf54 [Android] New UI for most visited sites
Chromium change:
https://github.com/chromium/chromium/commit/a8e63bc6898ceddb6ad0145955824c37931ef07d

Refactor most visited tiles codes and make it MVCed.
See go/refactor-mvt for more info.

Bug: 1303459
2022-06-10 05:58:23 -04:00
samartnik f9391cd4b8 [Android] OverviewMode* classes were removed
Chromium change:
https://github.com/chromium/chromium/commit/596552c5837326e9858d5d30974ebfa1235c6ff9

Remove OverviewMode* classes
This patch removes OverviewModeBehavior and its observers. Code that
was still using these classes had easy access to the LayoutManager
which could be used in its place.

Bug: 1108496
2022-06-10 05:58:22 -04:00
vinodghai 3155ec6307 Add summary in Show autocomplete in address bar option 2022-06-09 16:17:12 -04:00
deep 422d92991a Add brave talk to menu 2022-06-09 15:16:56 -04:00
Deep Pandya 68981746ab Merge pull request #13671 from brave/update_vpn_support_page
updated checkboxes to radiobuttons and changed behavior of continue to email button
2022-06-09 12:03:29 -04:00
vinodghai 75df0d1692 Improved code and changed background of button on disabled state 2022-06-08 15:52:43 -04:00
Qamar Zaman 05b1394253 Dapps main UI fixes (#13608)
* Fixed dapps related UI issues
2022-06-09 00:25:32 +05:00
Serg 4295baec03 Shows full addresses on Android wallet, adds an origin on a sign message screen 2022-06-08 12:47:55 -04:00
Pavneet Singh 49053b548b Merge pull request #13658 from brave/fix-url-bar-icon-space
fix(wallet): reduce space between url bar icons
2022-06-08 10:42:21 +05:30
vinodghai 19153b289b updated checkboxes to radiobuttons and changed behavior of continue to email button 2022-06-07 16:22:25 -04:00