Commit Graph

510 Commits

Author SHA1 Message Date
Harrison Oglesby
7ad5142e1e Bug 1912233 - Fix Highlight status of BrowserMenuButton in Navigation Toolbar r=android-reviewers,skhan
Differential Revision: https://phabricator.services.mozilla.com/D224981
2024-10-15 18:35:18 +00:00
Tim C
e1561d9bb1 Bug 1919161 - update Toolbar button touch targets r=android-reviewers,skhan,petru
Differential Revision: https://phabricator.services.mozilla.com/D222878
2024-10-14 16:22:15 +00:00
Mozilla Releng Treescript
0107396776 no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-10-12 00:19:35 +00:00
Mozilla Releng Treescript
f759b490b4 no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-10-11 00:22:16 +00:00
Aaditya Dhingra
d71d64edff Bug 1880848 - Fix warning: org.gradle.api.plugins.BasePluginConvention type has been deprecated. r=android-reviewers,webcompat-reviewers,twisniewski,pollymce,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D223166
2024-10-08 09:08:07 +00:00
Mozilla Releng Treescript
a7e627c819 no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-10-07 00:22:54 +00:00
Tim C
617641a3cc Bug 1909751 - Adjust margins for Toolbar r=android-reviewers,Roger
# Conflicts:
#	mobile/android/android-components/components/browser/toolbar/src/main/res/layout/mozac_browser_toolbar_displaytoolbar.xml

Differential Revision: https://phabricator.services.mozilla.com/D222537
2024-10-02 21:02:16 +00:00
mcarare
d0dce81d08 Bug 1920977 - Explicitly set running SDK as 34 for Robolectric until it supports SDK 35. r=android-reviewers,jonalmeida
Differential Revision: https://phabricator.services.mozilla.com/D223747
2024-10-01 07:04:28 +00:00
Mozilla Releng Treescript
971df5c1c4 no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-10-01 00:17:56 +00:00
Segun Famisa
919a24da06 Bug 1899131 - Fix a11y large text in browser toolbar r=android-reviewers,pollymce,tthibaud
The url and title texts in the toolbar of the custom tab was cut off when the font scale of the device is set to the max scaling.

This patch fixes it by using the [[ https://developer.android.com/develop/ui/views/text-and-emoji/autosizing-textview | text auto size compat API ]]. The patch also sets a range of values for min and max font scaling which was determined by manual testing. We can no longer use [[ https://developer.android.com/training/multiscreen/screendensities#dips-pels | a formula for scaling ]] since Android 14 now has non-linear font scaling, so we it's important to use something that works well with the dynamic scaling.

This results in a small difference in the url as shown below:
{F7954301}

The final results are as shown below:

| description | level 1 | level 2 | level 3 | level 4 | level 5 | level 6 |
|--|--|--|--|--|--|--|
| before | {F8078443} | {F8078468} | {F8078480} | {F8078487} | {F7954322} | {F7954323} |
| after | {F7954331} | {F7954332} | {F7954333}| {F7954335}| {F7954340} | {F7954341} |


Try: https://treeherder.mozilla.org/jobs?repo=try&revision=29c521d1fd31a99f000d134a79a9db4bbc5f44b4

Differential Revision: https://phabricator.services.mozilla.com/D222801
2024-09-30 12:24:18 +00:00
Mozilla Releng Treescript
caaf463ccb no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-09-22 00:20:25 +00:00
Norisz Fay
78a72cf0b4 Backed out changeset ec4d81c2e036 (bug 1909751) for causing fenix lint failure related to R.dimen.browser_fragment_display_toolbar_padding CLOSED TREE 2024-09-20 23:30:32 +03:00
Tim C
0e45fe8d21 Bug 1909751 - Adjust margins for Toolbar r=android-reviewers,Roger
Differential Revision: https://phabricator.services.mozilla.com/D222537
2024-09-20 16:09:15 +00:00
Butkovits Atila
8e72172a5f Backed out changeset 7cd3d5e17a56 (bug 1909751) for causing linting failures. CLOSED TREE 2024-09-18 19:22:28 +03:00
Tim C
49d5afddfc Bug 1909751 - Adjust margins for Toolbar r=android-reviewers,Roger
Differential Revision: https://phabricator.services.mozilla.com/D222537
2024-09-18 14:48:21 +00:00
Mozilla Releng Treescript
f204c26921 no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-07-21 00:22:37 +00:00
Gabriel Luong
dbe11a59e7 Bug 1904270 - Use a customizable dimens variable for the marginEnd in the Toolbar URL background ImageView r=android-reviewers,twhite
- Replaces the existing hardcoded marginEnd value in the Toolbar URL background ImageView with a dimens variable that can be customized by the consumer.

Differential Revision: https://phabricator.services.mozilla.com/D214686
2024-06-29 15:47:37 +00:00
Noemi Erli
e020012877 Backed out changeset b549b45de856 (bug 1904270) for causing lint failure CLOSED TREE 2024-06-29 07:16:07 +03:00
Gabriel Luong
de9f991aa1 Bug 1904270 - Use a customizable dimens variable for the marginEnd in the Toolbar URL background ImageView r=android-reviewers,twhite
- Replaces the existing hardcoded marginEnd value in the Toolbar URL background ImageView with a dimens variable that can be customized by the consumer.

Differential Revision: https://phabricator.services.mozilla.com/D214686
2024-06-29 03:15:51 +00:00
Mozilla Releng Treescript
0d48e79b25 no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-06-28 00:29:38 +00:00
Mozilla Releng Treescript
4c4a8e35cc no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-06-27 00:24:11 +00:00
sarah541
7099b75a4a Bug 1899640 - Fix display toolbar paddings r=android-reviewers,Roger,harrisono,mavduevskiy
Differential Revision: https://phabricator.services.mozilla.com/D212058
2024-06-12 16:25:51 +00:00
Roger Yang
5ebf320525 Bug 1895748 - Remove toolbar layout changes not needed for nav bar release. r=android-reviewers,harrisono,skhan,tchoh,mavduevskiy
Differential Revision: https://phabricator.services.mozilla.com/D210099
2024-05-30 05:21:24 +00:00
Cristian Tuns
d9df0e9b0c Backed out changeset 0e4dbff359c5 (bug 1895748) for causing failures in BrowserToolbarTest.kt CLOSED TREE 2024-05-29 20:40:10 -04:00
Roger Yang
82b3eee266 Bug 1895748 - Remove toolbar layout changes not needed for nav bar release. r=android-reviewers,harrisono,skhan,tchoh,mavduevskiy
Differential Revision: https://phabricator.services.mozilla.com/D210099
2024-05-29 20:23:16 +00:00
sarah541
31782b7f82 Bug 1890860 - Fix progress bar to load end to end r=android-reviewers,tchoh
Differential Revision: https://phabricator.services.mozilla.com/D210857
2024-05-29 18:16:35 +00:00
Mozilla Releng Treescript
cdb5ead84c no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-05-28 00:16:41 +00:00
Mozilla Releng Treescript
673a3ba657 no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-05-20 00:17:39 +00:00
mcarare
15d1348783 Bug 1890001 - Fix display toolbar start margin. r=android-reviewers,Roger
Differential Revision: https://phabricator.services.mozilla.com/D209673
2024-05-14 13:56:56 +00:00
mike a.
f45eed0b4c Bug 1889240 - Fix toolbar actions overlapping each other r=android-reviewers,giorga,ohall
Differential Revision: https://phabricator.services.mozilla.com/D207955
2024-05-09 20:37:53 +00:00
Mozilla Releng Treescript
662c26c7ea no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-05-04 00:17:17 +00:00
Mozilla Releng Treescript
24981fd683 no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-05-03 00:22:01 +00:00
Mozilla Releng Treescript
dfbbb9a057 no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-04-29 00:22:36 +00:00
Mozilla Releng Treescript
67e0d34f1f no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-04-25 00:20:45 +00:00
Roger Yang
9b285ada6e Bug 1892019 - Fix description for toolbar clear URL text button string r=android-reviewers,skhan
Differential Revision: https://phabricator.services.mozilla.com/D208425
2024-04-24 03:53:04 +00:00
Mozilla Releng Treescript
6bebf8fd6c no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-04-09 00:16:13 +00:00
sarah541
5eb60cda6e Bug 1883743 - Update the position of erase button in edit mode of toolbar r=android-reviewers,Roger
Differential Revision: https://phabricator.services.mozilla.com/D206672
2024-04-05 00:49:37 +00:00
Roger Yang
60691bef5f Bug 1875111 - Show keyboard when acquiring focus in edit toolbar. r=mcarare,android-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D206558
2024-04-04 14:03:28 +00:00
sarah541
aab30208a6 Bug 1889116 - Fix search icon not updated issue r=android-reviewers,Roger
Differential Revision: https://phabricator.services.mozilla.com/D206425
2024-04-03 00:40:21 +00:00
sarah541
f4e56e70cb Bug 1883419 - Fix order of translation, reader mode and review quality check icons on toolbar r=android-reviewers,mavduevskiy
Differential Revision: https://phabricator.services.mozilla.com/D205105
2024-04-01 14:42:18 +00:00
Roger Yang
07de485666 Bug 1883741 - Add display toolbar padding when navigation bar is enabled. r=android-reviewers,avirvara,gl
Differential Revision: https://phabricator.services.mozilla.com/D205623
2024-04-01 14:09:55 +00:00
Sandor Molnar
0a56ead33e Backed out changeset 72a77da6a4d9 (bug 1883741) for causing android toolbar failures/bustages. CLOSED TREE 2024-03-27 02:11:55 +02:00
Roger Yang
98bc573db7 Bug 1883741 - Add display toolbar padding when navigation bar is enabled. r=android-reviewers,avirvara,gl
Differential Revision: https://phabricator.services.mozilla.com/D205623
2024-03-26 21:02:11 +00:00
sarah541
d57d64ae55 Bug 1870938 - Add display/edit toolbar separator and update url bar background 2024-03-11 19:37:37 +00:00
sarah541
883ea4e664 Bug 1883753 - Remove menu from custom tab bar 2024-03-07 06:42:31 +00:00
t-p-white
82ab4627f9 Bug 1812843 - Maintain aspect ratio when resizing a bitmap for the 'add' button in CustomTabsToolbarFeature 2024-02-05 21:48:57 +00:00
mike a
2cbd968ba9 Bug 1873260 - Move Behavior classes to ui-widget component 2024-01-31 21:46:09 +00:00
Harrison Oglesby
dcc827eaf2 Bug 1864760 - Added actions to Toolbar and MenuButton to hide and show the menu button 2024-01-29 23:44:43 +00:00
t-p-white
8b4dc464af Revert "Bug 1812843 - Increased the width for a CustomTabsToolbarFeature action button" 2024-01-29 17:23:39 +00:00
t-p-white
01f1578630 Bug 1874861 - Removed redundant LongParameterList suppression's 2024-01-18 18:37:49 +00:00