deeppandya
72e7ac2ebe
Add image resources
...
Update existing changes
2023-09-05 09:54:00 -04:00
deeppandya
605647d888
Update payout logic with UI
...
Add string resources for payout status
2023-09-05 09:53:58 -04:00
deeppandya
178298ca2d
Add background resources for payout banner
...
Update UI in existing rewards panel
2023-09-05 09:53:55 -04:00
deeppandya
4f2af824a2
Update native fucnytion for payout status
2023-09-05 09:53:53 -04:00
Deep Pandya
c7736b0e60
Merge pull request #19942 from brave/update_rewards_balance_format
...
Add locale specific number format for rewards balance
2023-09-05 09:39:41 -04: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
Darnell Andries
3144beb14f
Add NFT gallery P3A metrics
2023-08-30 13:44:43 -07:00
deeppandya
93d28ced51
Remove debug values
2023-08-30 11:20:21 -04:00
deeppandya
7c7061dbf5
Add locale specific number format
2023-08-30 11:11:13 -04:00
Simone Arpe
26b5bbe666
Fix ANR when calling lifecycle observers ( #19835 )
2023-08-30 16:30:31 +02:00
Simone Arpe
17c9a12407
Fix crash in fetchPrices method ( #19914 )
2023-08-30 11:26:42 +02:00
Tapan Modh
906135bc25
Merge pull request #19791 from brave/redirect_custom_filter_settings_android
...
[Android] redirect users to new custom filter settings
2023-08-30 11:32:51 +05:30
Deep Pandya
4e721fb2fa
Merge pull request #19930 from brave/app_links_settings_update
...
enable app links for all users
2023-08-29 23:10:26 -04:00
deeppandya
c938282775
enable app links for all users
2023-08-29 19:59:54 -04:00
Pavel Beloborodov
33e16ff315
New speedreader tune dialog ( #19715 )
...
* New speedreader tune dialog
2023-08-29 20:57:06 +07:00
Deep Pandya
a5a01d5995
Merge pull request #19884 from brave/request_otr_behinf_flag_android
...
Request otr behind flag android
2023-08-29 01:05:53 -04:00
Serg
71709a7ede
Overrides show on DialogFragment to prevent a crash when Activity isn't there anymore
2023-08-28 13:08:05 -04:00
AlexeyBarabash
47701fe2a6
Revert "Enable split ABIs for bundle ( #19592 )" ( #19891 )
...
This reverts commit fdc9ad6bd5 .
2023-08-26 15:47:45 +03:00
deeppandya
1f30237ac5
Keep request OTR feature behind the flag for android
2023-08-25 11:43:32 -04:00
deeppandya
66d39d788b
Enable external app link by default
2023-08-25 01:41:18 -04:00
AlexeyBarabash
fdc9ad6bd5
Enable split ABIs for bundle ( #19592 )
...
Enable split ABIs for bundle
Fixes brave/brave-browser#32468
2023-08-24 22:58:24 +03:00
Simone Arpe
b060996654
Redesign Wallet navigation and merge assets and NFTs into single section ( #19811 )
2023-08-24 15:34:13 +02:00
Anton Paymyshev
103c1f3aa5
AccountId for transactions frontend ( #19586 )
2023-08-24 16:19:39 +07:00
Deep Pandya
4b85ad298e
Merge pull request #19777 from brave/remove_griffin_dep_cookie_consent
...
Remove griffin dep cookie consent
2023-08-23 17:13:36 -04:00
deeppandya
25a0352bf8
Update brave privacy test
...
Resolve presubmit issue
Resolve privacy test
2023-08-23 15:49:48 -04:00
deeppandya
c8d3ad32ef
Update check to count site load for cookie consent dialog
2023-08-23 15:49:41 -04:00
deeppandya
759aa33129
Do not show seetings until filter list available
2023-08-23 15:49:38 -04:00
deeppandya
31555442f4
Remove griffin flag dependency
2023-08-23 15:49:35 -04:00
deeppandya
1da35d62da
Add zebpay icons
...
Update copy to make with brand name
2023-08-22 23:09:24 -04:00
deeppandya
2fe188561e
Add changes for zebpay in rewards
2023-08-22 23:09:17 -04:00
deeppandya
aa9a65884f
Add redirection for zebpay
2023-08-22 23:09:14 -04:00
Deep Pandya
686b50d1d3
Merge pull request #19774 from brave/resolve_otr_issue
...
Resolve otr issue
2023-08-21 15:56:57 -04:00
Sujit Acharya
3631317579
Merge pull request #19788 from brave/31976_Accessibility_Low_contrast
...
Accessibility Low contrast
2023-08-22 01:09:01 +05:30
Artem Samoilenko
4704bbdc87
[Android] Fix for Privacy Hub related crash
2023-08-21 11:11:29 -04:00
tapanmodh
bf9ce8523b
redirect users to new custom filter settings android
2023-08-21 18:32:02 +05:30
Sujit
d0e5a691a3
Accessibility Low contrast
2023-08-21 18:23:26 +05:30
deeppandya
a4964c1bad
Update function name for UI changes
2023-08-18 15:21:07 -04:00
deeppandya
f51ffd5abd
Add changes to update pref
2023-08-18 15:20:04 -04:00
Simone Arpe
471bc97c26
Keep HideBottomViewOnScrollBehavior ( #19764 )
...
Keep `HideBottomViewOnScrollBehavior` class that was removed by Proguard optimizations.
This class is referenced in an XML layout under the attribute `app:layout_behavior`, in particular in the main Brave Wallet layout (`activity_brave_wallet.xml`).
Proguard is not able to determine whether this class is used and was removing it in release builds only.
2023-08-18 15:41:34 +02:00
Pavneet Singh
f56d89d377
Fix pending transaction ( #19733 )
2023-08-18 11:31:54 +05:30
Artem Samoilenko
bb0d5e13d0
[Android] Fix for crash on capturing bottom toolbar state
2023-08-17 14:03:54 -04:00
Simone Arpe
f1dc1bad44
Improve view pager instance recreation and bottom navigation view indicator ( #19734 )
2023-08-17 16:31:29 +02:00
Deep Pandya
bbfb47c521
Merge pull request #19712 from brave/remove_negative_action_cookie_consent
...
Remove stop blocking action for cookie consent dialog
2023-08-16 12:53:23 -04: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
33c01268c9
Fix toolbar and title not being displayed ( #19666 )
2023-08-16 11:45:40 +02:00
deeppandya
0857ee6006
Remove stop blocking action for cookie consent dialog
2023-08-15 18:06:40 -04:00
Simone Arpe
2662c68905
Redesign Brave Wallet main layout introducing latest material 2 components ( #19650 )
2023-08-15 15:24:40 +02:00
Tapan Modh
e253cf6c4b
Merge pull request #19655 from brave/fix_bottom_sheet_height_tablet_landscape
...
[Android] fix bottom sheet height tablet landscape
2023-08-14 17:12:57 +05:30
tapanmodh
81694b8042
fix bottomsheet dialog not expanded in tablet landscape mode android
2023-08-11 23:22:05 +05:30
Deep Pandya
d8be1f4fe2
Merge pull request #19605 from brave/update_cookie_consent_notice
...
Update cookie consent notice
2023-08-11 12:34:00 -04:00