deeppandya
7eff393688
Remove native worker changes
...
Update cpp changes and remove android exceptions
2024-09-06 03:22:31 +05:30
deeppandya
8615acd981
Update VpnServerActivity with Region mojom object
...
Add chnages for optimal server changes
2024-09-06 03:22:29 +05:30
deeppandya
004f34f5c7
Add plurals for cities and servers
2024-09-06 03:22:27 +05:30
deeppandya
bb2e7792c4
Add UI for region server
...
Update existing changes
2024-09-06 03:22:13 +05:30
deeppandya
8c430eb8f0
Initial changes for UI
...
Update vpn server selecton activity UI
2024-09-06 03:22:11 +05:30
deeppandya
2deb854de7
Update title for serach suggestions
...
Add string for show search suggestions
2024-08-21 10:06:23 +05:30
deeppandya
2baa99c8cd
Resolve NoResourcesGetColor warnings
2024-08-21 03:31:13 +05:30
deeppandya
a3d8f60b45
Remove changes for old paywall
2024-08-21 03:31:11 +05:30
deeppandya
4714887af3
Update bg color for the paywall
2024-08-21 03:31:09 +05:30
deeppandya
8d3df64287
Add license headers for resources
2024-08-21 03:31:06 +05:30
deeppandya
e80fa75b51
Add bg selector for vpn paywall
...
Add currency symbol
Update colors for paywall
2024-08-21 03:31:00 +05:30
deeppandya
cb7fcc634d
Initial changes for new vpn paywall
2024-08-21 03:30:53 +05:30
Deep Pandya
4b7b76fd5b
Merge pull request #25157 from brave/parallel_downloading_option_android
...
Parallel downloading option android
2024-08-19 00:07:36 +05:30
deeppandya
06513717c3
Add parallel downloading option
2024-08-16 01:56:17 +05:30
deeppandya
e22594f8b1
Add an option for index other serach engines
2024-08-16 00:28:37 +05:30
Simone Arpe
6b242e419c
(Wallet) Implement recovery screens ( #24943 )
...
Implements new layouts and new logic for recovery screens.
1. The recovery phrase is shown when a new Wallet is created and the UI is presented with a blurred component that will be unblurred only upon user confirmation.
2. The recovery phrase verification is now in three steps and will ask to confirm three words picked at a random position.
For security reasons these steps won't allow back navigation and skipping them will consider the backup process as not completed, so the user will have the option to complete the verification later on.
3. The new Wallet restoration screen is the most complex screen of this PR. It accepts a mnemonic phrase made by 12 or 24 words. It can be copied over from clipboard, spit, formatted and pasted nicely in each edit text. The edit text items have been customized to accept the pasted text (See `PasteEditText` component). The layout can switch from 12 and 24 words, and also has a button to mask and unmask the words. The continue button is responsive and is enabled ONLY when all the items have been filled.
2024-08-14 15:09:23 +02:00
AlexeyBarabash
f6c8b190a1
Fixed url bar left padding
...
Related Chromium change:
https://source.chromium.org/chromium/chromium/src/+/7c065994b4014bb6e352c90c1df8e4e1a2bc1e83
[SurfacePolish][CleanUp] Clean up surface polish code related to toolbar and real omnibox appearance.
This CL cleans up code related to the toolbar and real omnibox
appearance, including color, icon background, hint text typeface, and
button end margin. This CL does not include the change in animation.
Additionally, it makes a small adjustment to the size of the Google icon
background in the real omnibox.
Here is a comparison:
Original: https://drive.google.com/file/d/1ZAu3svqTXe0bjABFgudgv8XnZNO_fph6/view?usp=sharing&resourcekey=0-Rxyvdlg9na3n-M1Jd9VNKQ
After this CL:
https://drive.google.com/file/d/1zBX-rTgUz2VNHwHp9NMBIaVklx-VSaol/view?usp=sharing&resourcekey=0--L7FH_jIss1VFlauBEMFVQ
Bug: 331667743
Change-Id: I863d9e333fe21509f92f05da73a13d3070fc3bfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5688899
2024-08-07 21:31:55 -04:00
AlexeyBarabash
42194fc146
Fixed toolbar background color
...
Related Chromium change:
https://source.chromium.org/chromium/chromium/src/+/7c065994b4014bb6e352c90c1df8e4e1a2bc1e83
[SurfacePolish][CleanUp] Clean up surface polish code related to toolbar and real omnibox appearance.
This CL cleans up code related to the toolbar and real omnibox
appearance, including color, icon background, hint text typeface, and
button end margin. This CL does not include the change in animation.
Additionally, it makes a small adjustment to the size of the Google icon
background in the real omnibox.
Here is a comparison:
Original: https://drive.google.com/file/d/1ZAu3svqTXe0bjABFgudgv8XnZNO_fph6/view?usp=sharing&resourcekey=0-Rxyvdlg9na3n-M1Jd9VNKQ
After this CL:
https://drive.google.com/file/d/1zBX-rTgUz2VNHwHp9NMBIaVklx-VSaol/view?usp=sharing&resourcekey=0--L7FH_jIss1VFlauBEMFVQ
Bug: 331667743
Change-Id: I863d9e333fe21509f92f05da73a13d3070fc3bfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5688899
2024-08-07 21:31:50 -04:00
AlexeyBarabash
dbc3626698
Fix orange opaque address bar.
...
Set ToolbarPhone.mLocationBarBackgroundColorForNtp with non-opaque regular color.
Related Chromium change:
https://source.chromium.org/chromium/chromium/src/+/7c065994b4014bb6e352c90c1df8e4e1a2bc1e83
[SurfacePolish][CleanUp] Clean up surface polish code related to toolbar and real omnibox appearance.
This CL cleans up code related to the toolbar and real omnibox
appearance, including color, icon background, hint text typeface, and
button end margin. This CL does not include the change in animation.
Additionally, it makes a small adjustment to the size of the Google icon
background in the real omnibox.
Here is a comparison:
Original: https://drive.google.com/file/d/1ZAu3svqTXe0bjABFgudgv8XnZNO_fph6/view?usp=sharing&resourcekey=0-Rxyvdlg9na3n-M1Jd9VNKQ
After this CL:
https://drive.google.com/file/d/1zBX-rTgUz2VNHwHp9NMBIaVklx-VSaol/view?usp=sharing&resourcekey=0--L7FH_jIss1VFlauBEMFVQ
Bug: 331667743
Change-Id: I863d9e333fe21509f92f05da73a13d3070fc3bfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5688899
2024-08-07 21:31:43 -04:00
AlexeyBarabash
d2f220df43
Upstream's cleanup legacy tab switcher code in toolbar
...
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/c717fb07aed0f4756b9306ae0e55fa8f897bb1dc
Original Chromium change:
[Hub] Cleanup legacy tab switcher code in toolbar
The feature flag controlling Hub was removed and isHubEnabled defaults
to true. Tests were already updated see:
https://chromium-review.googlesource.com/c/chromium/src/+/5634047
Toolbar no longer has a tab switcher mode as the toolbar is now
overlaid when the Hub is visible. Remove the legacy toolbar code related
to this now deprecated UI.
This is a follow up to
https://chromium-review.googlesource.com/c/chromium/src/+/5666417
which removed the StartSurface related code and significantly simplified
this cleanup.
Fixed: 350704312
Change-Id: Idfd9e464c058dfde105a2880063f00a84ab9be04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5671008
2024-08-07 21:31:30 -04:00
deeppandya
a9fbfc6537
Resolve billing client issues
...
Resolve presubmit error
2024-07-29 22:47:10 +05:30
deeppandya
6062787818
Add pref changes for android day zero expt
...
Remove rewards bottom banner as it's onselete
Refactor NTPUtil class
2024-07-17 18:42:23 +05:30
vadims and Nuo Xu
43735ef5b2
Deprecate local node support and ipfs scheme ( #23808 )
...
deprecated IPFS local node support and IPFS scheme
https://github.com/brave/brave-browser/issues/37735
---------
Signed-off-by: Vadym Struts <vstruts@brave.com >
Co-authored-by: Nuo Xu <nuoxu.nx@gmail.com >
2024-07-09 12:34:31 +02:00
deeppandya
f51d01e660
ADdress PR comments with commented code
2024-07-04 02:03:15 +05:30
deeppandya
58d395b925
Migrate autocomplete option into search engines section
2024-07-04 01:08:26 +05:30
deeppandya
33114ab8bf
Add serach suggestion UI
...
Add Ui resources
2024-07-04 01:08:05 +05:30
Max Karolinskiy
467ea900bf
Merge pull request #24460 from brave/android_webapps_branding_fix
...
[C127] [Android] Fix for web app branding icon and string
2024-07-02 18:20:20 -04:00
Artem Samoilenko
818264c2f7
[C127] [Android] Fix for web app branding icon and string
2024-07-02 09:47:08 -04:00
Simone Arpe
8beff33ec8
(Wallet) Implement confirmation screen when finishing onboarding ( #24424 )
...
Implement new confirmation screen at the end of onboarding flow when creating or restoring a Wallet.
2024-07-01 15:54:07 +02:00
Brian Clifton
e737391be8
Merge pull request #24159 from brave/simone/implement-fingerprint-unlock
...
(Wallet) Implement fingerprint unlock screen
2024-06-27 10:28:26 -07:00
deeppandya
adb56f3d45
Update wallet generation error UI
2024-06-25 17:28:15 -04:00
Artem Samoilenko
5e26b1ecff
[Android] ShowScrollableMVTOnNTP feature was removed
...
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/d864e62dddc14e305f0a274f6058ab082ad2b99a
[SurfacePolish][CleanUp] Clean up surface polish code for MVT (Part 5)
This CL represents part 5 of the cleanup for the surface polish code in
the MVT, focusing on refining the code associated most visited tiles
layout. The update removes the grid layout from most visited tiles and
renames the most visited tiles carousel layout to simply most visited
tiles layout.
Bug: 331667743
2024-06-25 13:13:13 +01:00
Simone Arpe
3724df3b95
Add missing copyright header
2024-06-25 12:08:44 +02:00
Simone Arpe
67054e15e8
Fix color resources
2024-06-24 16:04:08 +02:00
Simone Arpe
e25ec41de7
Merge branch 'master' into simone/implement-fingerprint-unlock
2024-06-24 15:39:21 +02:00
AlexeyBarabash and Deep Pandya
9c96ab17a5
Android - Display Sync code expiry when showing the pairing codes ( #23051 )
...
* Android - Display Sync code expiry when showing the pairing codes
fixes brave/brave-browser#37725
Co-authored-by: Deep Pandya <5146988+deeppandya@users.noreply.github.com >
2024-06-20 16:05:10 +03:00
Simone Arpe
9d68af0398
Merge branch 'master' into simone/implement-fingerprint-unlock
2024-06-12 19:07:55 +02:00
Simone Arpe
4667e2e2c7
(Wallet) Tweak onboarding layouts and styles following updated Figma design ( #24063 )
...
* Fix network selection default networks
* Improve layouts and text styles based on updated Figma design
* Replace color name with Nala color name
2024-06-12 19:01:32 +02:00
Simone Arpe
a53a0718cd
Add fingerprint unlock layer list to render main image
2024-06-12 13:32:04 +02:00
Simone Arpe
29a7b3a886
Add missing styles and attributes
2024-06-12 11:57:05 +02:00
Simone Arpe
e7f8f8d370
Implement new Fingerprint Unlock screen
2024-06-12 11:34:49 +02:00
Simone Arpe
8c2ca4e99b
Include new ellipse vector assets
2024-06-12 11:34:15 +02:00
deeppandya
a12e559677
Remove unused kill switch image resource
...
Change image resource order
2024-06-06 02:16:05 -04:00
deeppandya
a99f6f33ff
Remove kill switch changes
2024-06-06 00:37:23 -04:00
Simone Arpe
7ff01743f0
(Wallet) Implement network configuration settings ( #23937 )
...
Implements network settings and shows hidden networks and custom networks for Ethereum, Filecoin, Solana and Bitcoin. Adopted the same logic as Desktop for most parts.
2024-06-03 16:23:25 +02:00
Deep Pandya
ec3d4db880
Merge pull request #23929 from brave/option_to_update_filter_list_android
...
Option to update filter list android
2024-05-31 14:12:47 -04:00
Deep Pandya
64ac4c84d6
Merge pull request #23927 from brave/resolve_shields_url_ellip_android
...
Update ellipsize from end to start
2024-05-31 13:06:44 -04:00
deeppandya
5200098ff9
Add fucntion for update filter list
2024-05-31 13:05:52 -04:00
AlexeyBarabash
f24f36de6b
Fixed color of switch at Shields and content filters ( #23910 )
...
Fixed color of switch at Shields and content filters
2024-05-30 17:10:47 +03:00
deeppandya
e626c0777f
Update ellipsize from end to start
2024-05-29 11:24:13 -04:00