samartnik
bc5bd48e26
[Android] Updated Android sync setting
...
Chromium change:
https://github.com/chromium/chromium/commit/e570e9fcc8636087a0ac7cd09b6f9cfb5b142c1d
Update Android sync dashboard text to match Desktop and ChromeOS
This string change brings Android in sync with the Desktop and ChromeOS
string (see IDS_SETTINGS_NEW_MANAGE_SYNCED_DATA_TITLE_UNIFIED_CONSENT).
Bug: 1295309
2022-03-18 20:04:05 -04:00
samartnik
8f71c5f198
[Android] Color changes for default_bg_color_dark relanded
...
Chromium change:
https://github.com/chromium/chromium/commit/36b698ced32d46de61554b4db1d9ca38143fcfc2
Reland "[GMNext] Migrate default_bg_color_dark_elev_N"
This is a reland of 391590f
The underlying issue has been fixed in https://crrev.com/c/3414069 and
this change is now safe to reland without any modifications.
Original change's description:
> [GMNext] Migrate default_bg_color_dark_elev_N
>
>
> [GMNext] Migrate default_bg_color_light_elev_N to dynamic colors
>
> Migrate default_bg_color_light_elev_N to dynamic colors.
>
> Only usage can be handled with the SurfaceColorDrawable.
>
> Will handle night mode version in followup CL migrating
> default_bg_color_dark_elev_N.
>
> Bug: 1270911
2022-03-18 20:03:52 -04:00
Deep Pandya
0265752b72
Merge pull request #12632 from brave/add_gemini_support_android
...
Add gemini support android
2022-03-16 15:49:34 -04:00
Deep
aca378909b
Add gemini icons
2022-03-16 11:56:18 -04:00
Pavneet-Sing
a9d7a0bf85
feat(wallet): customize nonce in transaction panel
...
- show approve dialog in AssetDetails for unapproved tx
- Refactor service methods to use BaseActivity
- Fix Approve dialog hover issue
2022-03-16 04:00:27 +05:30
wchen342
b642502f66
Merge pull request #12564 from brave/nw_pending_tx
...
[Android] Add pending transaction notification
2022-03-11 12:16:52 -05:00
wchen342
8311988ad5
Add pending transaction notification button
2022-03-11 10:09:44 +02:00
alexsafe
efb7f56d5b
Merge pull request #12531 from brave/bravenews-android-uifixes
...
[Android] Brave news - ui fixes
2022-03-09 09:59:14 -05:00
Pavneet Singh
b8111bf228
Merge pull request #12493 from brave/21457-option-to-reset-transactiion-and-nonce
...
feat(wallet): add reset transaction & nonce setting
2022-03-09 15:29:21 +05:30
Alex C
6c46455412
[Android] Brave news - fixes Load new content position should be higher on tablet view
...
[Android] Brave news - fixes BAT Ad icon has a red underline below the text
[Android] Brave news - fixes Cards before branded list cards are smaller in size
[Android] - Brave news fixes Load new content not scrolling in certain conditions
[Android] Brave news - fixes Ad color #20732
[Android] Brave news - ui fixes
2022-03-08 16:24:58 -05:00
Pavneet-Sing
30b706e783
feat(wallet): add reset transaction & nonce setting
2022-03-07 16:58:44 +05:30
Max
c34b355f11
Merge pull request #12416 from brave/maxk-issue-20564
...
Replace 'Monthly Contributions' language with 'Monthly Tips'
2022-03-05 19:06:49 -05:00
wchen342
e2e445dd50
Reset values after network change
2022-03-05 15:54:33 +02:00
mkarolin
fb108dc8ff
Replace 'Monthly Contributions' language with 'Monthly Tips'
...
Fixes brave/brave-browser#20564
2022-03-02 13:06:27 -05:00
Pavneet-Sing
7848105d6f
chore(wallet): replace network selector in profile
2022-03-02 03:11:19 +05:30
Pavneet-Sing
f53a2f008f
chore(wallet): create network selector
2022-03-02 03:11:19 +05:30
samartnik
a9bbc543ed
[Android] Adopted sync UI on tablets after cr99 changes
2022-03-01 12:36:56 -05:00
Alex C
5e0476771d
[Android] Brave news - add rss refactor
2022-02-23 19:02:42 -05:00
Alex C
285c1a977a
[Android] Brave news - rss
2022-02-22 18:14:08 -05:00
samartnik
a231cb0b7d
[Android] Explicitly defined button type in resources
...
Otherwise it falls back to material button and cause styling issues.
2022-02-18 16:51:59 -05:00
samartnik
e3abd222d4
[Android] Removed stack layout code
...
Resolves https://github.com/brave/brave-browser/issues/21005
Chromium change:
https://github.com/chromium/chromium/commit/94a231f90d89f9af2996172fae508f9472d573cb
Remove unused rendering code in TabLayout
Follow up to https://chromium-review.googlesource.com/c/chromium/src/+/3388174
and continues to simplify the Tab rendering logic for phones.
Also deletes anything related to tilting/rotating and card backs for the
tabs.
Bug: 1287653
2022-02-17 14:03:25 -05:00
samartnik
897e2cdc44
[Android] Fixed colors for tab overview mode
...
Chromium change:
https://github.com/chromium/chromium/commit/7d60b1c52274b1b525a36db0986a1ea57c7ebf62
Enable DynamicColors through material_java.
Binary-Size: This is already being paid in downstream.
Bug: 1279417
2022-02-17 14:03:13 -05:00
samartnik
619db7dc77
[Android] Reverted some color changes
...
Chromium change:
https://github.com/chromium/chromium/commit/c722273c50f107eb62bd783505f1f19df7cb60ac
Revert "[GMNext] Migrate default_bg_color_dark_elev_N"
This reverts commit 391590f.
Reason for revert: crbug.com/1287000 , messages crash.
Original change's description:
> [GMNext] Migrate default_bg_color_dark_elev_N
>
>
> [GMNext] Migrate default_bg_color_light_elev_N to dynamic colors
>
> Migrate default_bg_color_light_elev_N to dynamic colors.
>
> Only usage can be handled with the SurfaceColorDrawable.
>
> Will handle night mode version in followup CL migrating
> default_bg_color_dark_elev_N.
>
> Bug: 1270911
> Change-Id: Id2931d815de83f3d0a57bbd104a65d2cd85c8f8b
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3343448
> Reviewed-by: Sky Malice <skym@chromium.org >
> Reviewed-by: Sinan Sahin <sinansahin@google.com >
> Reviewed-by: Theresa Sullivan <twellington@chromium.org >
> Reviewed-by: Colin Blundell <blundell@chromium.org >
> Commit-Queue: Neil Coronado <nemco@google.com >
> Cr-Commit-Position: refs/heads/main@{#957734}
Bug: 1270911
2022-02-17 14:03:13 -05:00
samartnik
4722f4ebc3
[Android] Modularized logo
...
Chromium change:
https://github.com/chromium/chromium/commit/de614aadd072a1cc42e4be84508d22706aa07804
Modularize logo/
See go/clank-modularization-logo for more info.
Bug: 1261631
2022-02-17 14:03:04 -05:00
samartnik
7627ed5873
[Android] Fixes for removed and renamed resources
2022-02-17 14:03:00 -05:00
samartnik
4812cec3aa
[Android] Tab switcher top toolbar code reorganization
...
Chromium change:
https://github.com/chromium/chromium/commit/b0c82063f830bba93b58db749855cef8f16d6c02
[Refactor] Rename tab switcher top toolbar to not be phone specific
Bug: 1286780
2022-02-17 14:02:57 -05:00
samartnik
b7a9a8156b
[Android] logo_card_back was removed
...
Chromium change:
https://github.com/chromium/chromium/commit/94a231f90d89f9af2996172fae508f9472d573cb
Remove unused rendering code in TabLayout
Follow up to https://chromium-review.googlesource.com/c/chromium/src/+/3388174
and continues to simplify the Tab rendering logic for phones.
Also deletes anything related to tilting/rotating and card backs for the
tabs.
Bug: 1287653
2022-02-17 14:02:56 -05:00
samartnik
48d9d8860b
[Android] Changes for accent1 color
...
Chromium change:
https://chromium-review.googlesource.com/c/chromium/src/+/3331374
[GMNext] Make primary inverse text colors dynamic
Bug: 1233703, 1241971
2022-02-17 14:02:36 -05:00
Pavneet Singh
c2e0a8c85d
Merge pull request #12225 from brave/restore-wallet-option-visual-changes
...
visuals udpates of restore wallet option
2022-02-15 01:13:49 +05:30
Deep Pandya
550b1a674d
Merge pull request #12179 from brave/update_auto_contribution_summury
...
Resolve auto contribution summary
2022-02-11 09:37:11 -05:00
Deep Pandya
96a60b5481
Merge pull request #12182 from brave/resolve_rewards_icon_issue
...
Resolve rewards icon issue
2022-02-11 09:35:32 -05:00
Pavneet-Sing
282e48cc8f
visuals udpates of restore wallet option
2022-02-11 18:24:11 +05:30
Deep
eaa489de7b
Migrate pref
2022-02-10 15:46:10 -05:00
Serg
e358ffbb8a
Various fixes for Android EVM networks feature
2022-02-09 21:58:53 -05:00
Deep
f56afa6c56
Resolve auto contribution summary
2022-02-08 10:21:28 -05:00
Tapan Modh
7093cba800
Merge pull request #12093 from brave/set_default_browser_android
...
Set default browser improvements android
2022-02-03 02:39:32 +05:30
tapanmodh
1eb3abc50c
refactor
2022-02-02 19:37:27 +05:30
Alex C
ec715f77b6
[Android] Brave news - cards scroll fixes and tweaks
2022-01-31 22:47:38 -05:00
tapanmodh
27237888ed
change set default string in menu
2022-02-01 01:16:14 +05:30
Pavneet-Sing
dcd049ec44
chore(20463): Update swap dex aggregator text
...
- Update swap link style and show info icon
- fix override build warning
2022-01-28 08:29:41 +05:30
tapanmodh
4b920eebd7
Set default improvements android
2022-01-26 11:47:27 +05:30
Alex C
cb7149c78b
[Android] Brave news - fixes stretched background on NTP
...
[Android] Brave news - fixes recyclerView issues
[Android] Brave news - attempt to make the widgets easier to access with news
[Android] Brave news - refactor recycler position in rel to image credit
lint format
2022-01-25 18:31:22 +00:00
samartnik
8b285f9d85
[Android] Explicitly specified CheckBox type in resources
...
Otherwise it falls back to MaterialCheckBox and causes UI issues
Fixes https://github.com/brave/brave-browser/issues/20647
2022-01-24 15:39:26 -05:00
samartnik
56193fe255
[Android] Adjustments to UI changes in the upstream
...
Chromium change:
https://chromium-review.googlesource.com/c/chromium/src/+/3283625
Clean up legacy non-ThemeRefactorAndroid code now that the feature has
launched.
Bug: 1251194
2022-01-24 15:34:05 -05:00
samartnik
8c35e65757
[Android] Make default_icon_color dynamic
...
Chromium change:
https://chromium-review.googlesource.com/c/chromium/src/+/3276657
[GMNext] Make default_icon_color dynamic
Bug: 1216642
2022-01-24 15:33:55 -05:00
Deep
b059fc3365
Add icon for drop down
2022-01-21 12:21:19 -05:00
Deep
daee522582
Update monthly contribution UI
...
Update banner code
2022-01-21 12:21:19 -05:00
alexsafe
4268a8a3ba
Merge pull request #11877 from brave/bravenews-android-ntpfixes
...
[Android] Brave news - bugs fixes
2022-01-20 13:06:06 -05:00
Emerick Rogul
7517fba6e9
Remove background bleed-through in Rewards panel on Android
2022-01-20 07:06:46 -05:00
Alex C
74b5651e09
[Android] Brave news - bugs fixes
2022-01-19 21:50:16 -05:00