2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-05 21:20:45 +00:00
Commit Graph

11491 Commits

Author SHA1 Message Date
github-actions
1f683d9cf1 Import translations from android-l10n 2023-06-11 00:33:09 +00:00
github-actions
7e0ffc31d1 Import translations from android-l10n 2023-06-10 00:38:35 +00:00
Gabriel Luong
1d4cdcc0b8 Bug 1837478 - Refactor FenixDependencies into a plugin using composite build 2023-06-09 20:47:36 +00:00
Gabriel Luong
7bbdc57d31 Bug 1816004 - Remove unused unifiedSearchFeature and notificationPrePermissionPromptEnabled feature flags 2023-06-09 18:49:52 +00:00
Milena Boselli Rosa
fffabe2da1 Bug 1816004 - Remove unused saveToPDF feature flags 2023-06-09 18:02:50 +00:00
JohanLorenzo
0e44c12d2d Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-06-09 17:28:23 +00:00
AndiAJ
97c3ac49e4 Bug 1837378 - New system notification settings UI tests 2023-06-09 15:20:10 +00:00
DreVla
1451e607ee Bug 1828684 - Update font style for number of selected tabs text
After confiriming with UX, we have updated the style of the font
indicating how many tabs are currently selected when in select
mode in Compose tabs tray.
2023-06-09 14:49:01 +00:00
AndiAJ
c658199cd9 Bug 1837149 - New search history UI tests 2023-06-09 14:15:29 +00:00
AndiAJ
161a8d89c7 Revert "Bug 1816066 - replace keyboard visibility check duplicated methods"
This reverts commit 1d983dbc2543c7ce9ffdf059bcb63cfc95e5eb8f.
2023-06-09 12:39:08 +00:00
AndiAJ
b7c9817556 Revert "Bug 1816066 - fix keyboard blocking the login prompt in UI tests"
This reverts commit 784ecbfb2777f13878bfacb6281bd0588872abc6.
2023-06-09 12:39:08 +00:00
github-actions
93739c49aa Import translations from android-l10n 2023-06-09 00:33:30 +00:00
Gabriel Luong
458ddec7ae Bug 1809999 - Migrate homescreen top sites to Compose 2023-06-08 17:43:57 +00:00
gitstart
baa74b900c Bug 1812732 - Empty collection can be created 2023-06-08 16:59:59 +00:00
rahulsainani
f00cbc3622 Bug 1834747 - Fix talkback linktext access url issue 2023-06-08 16:30:52 +00:00
Ryan VanderMeulen
ef7720beaf Bug 1837323 - Update AndroidX Fragment to version 1.6.0 2023-06-08 15:58:50 +00:00
t-p-white
52cf8a6bba Revert "Bug 1821724 - Pocket column alignment fixed for all orientations" (#2371)
This reverts commit 1cd69fec56725410af855eda923ab1afe99ae0b2.
2023-06-08 10:59:33 -04:00
Ryan VanderMeulen
fc499e57db Bug 1837326 - Update Play In-App Reviews to version 2.0.1 2023-06-08 14:37:45 +00:00
Alexandru2909
76dd30c2e4 Bug 1831107 - Allow bookmarks containing mobile subdomains to be searched when the corresponding search engine is selected 2023-06-08 07:04:40 +00:00
github-actions
6a2edec499 Import translations from android-l10n 2023-06-08 00:55:58 +00:00
mike a
8a2a3c93fb Bug 1837258 – explain placeholder inside a string comment 2023-06-07 19:43:28 +00:00
Roger Yang
c4ca118353 Bug 1837208 - Add support for Adjust preinstall attribution tracking 2023-06-07 18:38:37 +00:00
MatthewTighe
26d38921a4 Bug 1837077 - Update OnboardingRadioButton pref in background 2023-06-07 16:30:39 +00:00
oana.horvath
93a7554e00 Bug 1816066 - fix keyboard blocking the login prompt in UI tests 2023-06-07 12:58:52 +00:00
oana.horvath
2bea615da9 Bug 1816066 - replace keyboard visibility check duplicated methods 2023-06-07 12:58:52 +00:00
github-actions
23bf3a1966 Import translations from android-l10n 2023-06-07 01:14:30 +00:00
William Durand
bea6f0b0da Bug 1825126 - Implement onInstallPermissionRequest in WebExtensionSupport.
Co-authored-by: William Durand <will+git@drnd.me>
Co-authored-by: arturo mejia <arturomejiamarmol@gmail.com>
2023-06-07 00:41:36 +00:00
Tad
b3f1997fa2 Bug 1837059 - Remove stray GMS reference for annotation 2023-06-06 23:18:25 +00:00
t-p-white
bf30e4a6b3 Bug 1821724 - Pocket column alignment fixed for all orientations 2023-06-06 15:25:41 +00:00
DreVla
12d2999d59 Bug 1672252 - Ignore case when appending Juno Onboarding privacy link
Due to a difference of lowercase/uppercase letters in the message
shown in Juno Onboarding when displaying the privacy notice link
and having talkback enabled, the app crashed because it could not
find the starting index of the required text. This patch will not
add the link text if the description text does not contain the link
text.
2023-06-06 14:45:57 +00:00
Aaron Train
9668c3c05e Bug 1836501 - Add doc on how to apply channel conditional for UI tests 2023-06-06 14:06:48 +00:00
AndiAJ
e5c40b6ee2 Bug 1836494 - Remove running condition for UI tests related to open links in apps 2023-06-06 11:52:12 +00:00
rahulsainani
b84c7d4010 Bug 1836447 - Make extension functions member functions of BookmarkNode 2023-06-06 09:55:52 +00:00
DreVla
a97755dc46 Bug 1828493 - Apply purple overlay on list item when in multi-select
When having the list layout for tabs tray and entering multi-select
mode, the selected list items should have a purple non opaque overlay
on the thumbnail, as it was before in the XML implementation.
2023-06-06 08:27:36 +00:00
DreVla
600b918819 Bug 1828493 - Keep highlighted tab when entering multi-select mode
When using the grid layout for the tabs tray, entering multi-select
mode should not remove the higlight on the selected tab.
2023-06-06 08:27:36 +00:00
mcarare
cf55e9efd2 Bug 1820545 - refactor isActiveUser method to remove test intermittency. 2023-06-06 07:16:40 +00:00
JohanLorenzo
f4620f8086 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-06-06 02:24:06 +00:00
github-actions
9463b2d60b Import translations from android-l10n 2023-06-06 01:55:12 +00:00
Roger Yang
6b5ca8e2df Bug 1836887 - Remove telemetry probes expired in v116 2023-06-06 01:24:38 +00:00
github-actions
0afa045c50 Import translations from android-l10n 2023-06-03 00:55:49 +00:00
AndiAJ
b5acb65669 Bug 1807275 - Fix and re-enable emailLinkPWATest UI test 2023-06-02 13:33:23 +00:00
AndiAJ
96c221c4d9 Bug 1807273 - Disable saveLoginsInPWATest UI tests 2023-06-02 11:47:44 +00:00
github-actions
b5c3b6f29c Import translations from android-l10n 2023-06-02 02:41:02 +00:00
mike a
48ce33b678 Bug 1836380 – adding strings to be used by new search settings screen in advance 2023-06-02 01:34:51 +00:00
Ryan VanderMeulen
a4d58d8613 Bug 1835190 - Fix UnusedPrivateProperty error in SyncDebugFragment.kt 2023-06-02 00:45:29 +00:00
Ryan VanderMeulen
cf676900c8 Bug 1835190 - Fix BracesOnIfStatements error in TabsTrayInactiveTabsOnboardingBinding.kt 2023-06-02 00:45:29 +00:00
Ryan VanderMeulen
69c26baecb Bug 1835190 - Update detekt baselines 2023-06-02 00:45:29 +00:00
Ryan VanderMeulen
744a091f91 Bug 1835190 - Update detekt configs 2023-06-02 00:45:29 +00:00
Ryan VanderMeulen
ceba00930c Bug 1835190 - Update detekt to version 1.23.0 2023-06-02 00:45:29 +00:00
Gabriel Luong
6aa2325812 Bug 1836347 - Add default active and inactive colors for the PagerIndicator 2023-06-01 23:03:39 +00:00