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

9127 Commits

Author SHA1 Message Date
Roger Yang
50509437dc [fenix] No issue: Cleanup default toolbar menu 2022-05-31 21:36:25 +00:00
MickeyMoz
8c583be335 [fenix] Update Android Components version to 103.0.20220531143131. 2022-05-31 17:09:00 +00:00
Mugurell
08b668cc1f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25459 - Show Pocket sponsored stories irrespective of topics selections 2022-05-31 11:07:43 +00:00
mcarare
bf758fac0b [fenix] For https://github.com/mozilla-mobile/fenix/issues/25437: Fix label values for labeled counters. 2022-05-31 10:25:06 +00:00
MickeyMoz
f33815b78d [fenix] Update Android Components version to 102.0.20220530143102. 2022-05-31 09:20:03 +00:00
Mozilla L10n Automation Bot
cdcc9b4fdc [fenix] Import l10n. 2022-05-31 06:04:06 +00:00
Roger Yang
c46d478500 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25449: Use "Enter search terms" as hint when using application search engine 2022-05-30 22:56:54 +00:00
Gabriel Luong
941df2c452 [fenix] Update version.txt to 103.0.0-beta.1 2022-05-30 20:33:38 +00:00
Gabriel Luong
8d80ff0aab [fenix] For https://github.com/mozilla-mobile/fenix/issues/25444 - Remove all unused strings marked moz:removedIn <= 100 2022-05-30 18:17:47 +00:00
Mozilla L10n Automation Bot
6bccd31e9c [fenix] Import l10n. 2022-05-30 00:59:48 +00:00
MickeyMoz
453d2ea2d9 [fenix] Update Android Components version to 102.0.20220529143103. 2022-05-29 20:16:08 +00:00
Mozilla L10n Automation Bot
88d916ffc1 [fenix] Import l10n. 2022-05-29 15:11:35 -04:00
MickeyMoz
805626bfb1 [fenix] Update Android Components version to 102.0.20220528143142. 2022-05-28 16:48:53 +00:00
Arturo Mejia
fb6344d0d4 [fenix] No issue: Renew/Remove metrics set to expire in v104 2022-05-28 00:39:23 +00:00
sv-ohorvath
ca3d0bffae [fenix] For https://github.com/mozilla-mobile/fenix/issues/25380: Disable blockHarmfulPageTest UI test 2022-05-27 23:30:00 +00:00
MatthewTighe
d081128be7 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/24918: add subregion dropdown to address editor 2022-05-27 22:53:45 +00:00
MatthewTighe
e175c84def [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/25386: turn task continuity on by default for nightly 2022-05-27 22:18:40 +00:00
Gabriel Luong
397f1ffbb2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24300 - Add Tabs to the search engine menu 2022-05-27 21:42:56 +00:00
Alexandru Putanu
9bdc88cfb3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25397 - Telemetry for credit card save and update (https://github.com/mozilla-mobile/fenix/pull/25411)
* For https://github.com/mozilla-mobile/fenix/issues/25397 - Telemetry for credit card save and update

* Use Fenix Issue fro Bugs

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
Co-authored-by: Roger Yang <royang@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-05-27 21:11:59 +00:00
Mugurell
ac6ba404c6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25352 - Add a new FML feature to gate Pocket sponsored stories 2022-05-27 18:16:22 +00:00
MickeyMoz
c79a04be3d [fenix] Update Android Components version to 102.0.20220527143105. 2022-05-27 13:09:49 -04:00
Roger Yang
bd2263d32d [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24301: Add Bookmarks to the search engine menu 2022-05-27 16:00:29 +00:00
Mugurell
54f5cd82aa [fenix] For https://github.com/mozilla-mobile/fenix/issues/24040: App should not crash when the search widget is clicked while PIP mode is active (https://github.com/mozilla-mobile/fenix/pull/25410)
When the search event is from the search widget while PIP is active, the search fragment opens after the screen is unlocked. This avoids the issue of the search page opening in landscape mode and also the app doesn't crash.

Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>

Co-authored-by: indu <indu@ramkystech.com>
2022-05-27 16:44:06 +03:00
Mozilla L10n Automation Bot
27a979c45c [fenix] Import l10n. 2022-05-27 00:42:34 +00:00
Arturo Mejia
20a8a184a4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25212: Add tabs prioritization 2022-05-26 20:44:40 +00:00
Mugurell
6d6ea72dc2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25281 - AC version bump. Address breaking changes. 2022-05-26 18:26:00 +00:00
Mugurell
300de19e05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25281 - Improve stories impressions recording.
This fixes the following two scenarios resulting in improper recordings:
- sponsored stories were recorded as shown as part of the impressions recording
for all the stories (both recommended and sponsored). Separated the two.
- sponsored stories were not recorded as shown if the user doesn't scroll.
This could happen if just toggling categories which would result in a new list
of stories to show. Will recheck after the time to settle if the composable is
shown.
2022-05-26 18:26:00 +00:00
Mugurell
5f946b6b22 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25281 - Consider the toolbar when reporting stories visibility
The toolbar may appear over the Pocket stories causing our functionality for
reporting when a specific story is visible to misreport.
At the moment hardcoding the toolbar height in the visibility checks seems like
the best solution to ensure reliable data.
2022-05-26 18:26:00 +00:00
Mugurell
ce4bf5a766 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25281 - Allow the Pocket section to settle before reporting impressions
Currently just a hack that will ensure more reliable data.
This will have to be re-evaluated after the homescreen is migrated to compose.
2022-05-26 18:26:00 +00:00
Mugurell
364842f946 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25281 - Pace and rotate sponsored stories
A new way to be able to reliably record actual impressions of sponsored stories
was needed and based on this data we can ensure we are promoting fresh stories
(with fewer impressions) or the ones with a higher priority.
2022-05-26 18:26:00 +00:00
Roger Yang
791aec3396 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24299: Do not show history search engine in the search settings 2022-05-26 14:42:58 +00:00
Mozilla L10n Automation Bot
e8eb107f90 [fenix] Import l10n. 2022-05-26 00:39:56 +00:00
Arturo Mejia
796da01ae6 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/23966 - Migrate MessageCardViewHolder to Compose"
This reverts commit b9e0a18233c0d30efd5f058eb3b7d24188ac5353.
2022-05-25 23:10:28 +00:00
Noah Bond
df77449cbf [fenix] For https://github.com/mozilla-mobile/fenix/issues/25291 - Swap the new TextButton composable into WallpaperSettings 2022-05-25 22:24:46 +00:00
Noah Bond
e07652bf38 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25291 - Create a TextButton composable component 2022-05-25 22:24:46 +00:00
MickeyMoz
bb2dc8a74b [fenix] Update Android Components version to 102.0.20220525143101. 2022-05-25 15:34:16 -04:00
Roger Yang
a61c3a778a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24299: Sort unified search selector menu items based on user settings 2022-05-25 19:17:44 +00:00
mcarare
a3e50fb337 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25313: Handle exceptions when getting ClipData.Item. 2022-05-25 18:25:54 +00:00
Mugurell
3f15a9079e [fenix] For https://github.com/mozilla-mobile/fenix/issues/25311 - Set tokens used when communicating with Pocket 2022-05-25 15:53:24 +00:00
Arturo Mejia
fc40fd435b [fenix] For https://github.com/mozilla-mobile/fenix/issues/25374: Skip action validation for control messages 2022-05-25 14:55:28 +00:00
AndiAJ
21d35adf8b [fenix] Disable failing useAppWhileTabIsCrashedTest UI test 2022-05-25 13:58:23 +00:00
AndiAJ
6703f0c16c [fenix] For https://github.com/mozilla-mobile/fenix/issues/25002 https://github.com/mozilla-mobile/fenix/issues/25184 and https://github.com/mozilla-mobile/fenix/issues/23417 fix testDownloadCompleteNotification testDownloadPrompt and testCloseDownloadPrompt 2022-05-25 12:38:21 +00:00
AndiAJ
eda0ae4b34 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23481 fix disabled openLinkInAppTest UI test 2022-05-25 08:49:30 +00:00
Mugurell
07899ea8d7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Update AC version to address the breaking changes. 2022-05-25 07:28:57 +00:00
Mugurell
4c02271ae0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Old imports cleanup.
Importing `R.string` does allow to avoid the `R` when using a String from
Resources but seems like a small gain to break app consistency.
2022-05-25 07:28:57 +00:00
Mugurell
0bfec6d6c7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Show sponsored stories on debug only
The design asks for a new row in between the primary and the secondary text so
I went with making "ListItemTabSurface" public allowing for customizing the
content it will show but keeping the same layout and general UX.
2022-05-25 07:28:57 +00:00
Mugurell
d5902b7a02 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Rename PocketStoriesChange to PocketStoriesClean
PocketStoriesChange was called only once - to clean the shown stories when the
user gets to the homescreen and the Pocket feature is disabled - useful for the
situations in which the user returns after disabling the feature in settings.

Populating the store with recommended stories to show was already happening
based on 'PocketStoriesCategoriesChange' and sponsored stories will be added by
using 'PocketSponsoredStoriesChange' so renaming 'PocketStoriesChange' will
help on reducing any confusion in the future.

Also added documentation for all Pocket related actions from AppStore and
removed the 'UndocumentedPublicClass' detekt suppressions.
2022-05-25 07:28:57 +00:00
Mugurell
67cc604dab [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Download sponsored stories on debug only 2022-05-25 07:28:57 +00:00
Mugurell
f28fbf3240 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Use the PocketStory supertype
This prepares extending support from just `PocketRecommendedStory` to
`PocketSponsoredStory` also.
2022-05-25 07:28:57 +00:00
Mugurell
15677b59b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25025 - Hardcode showing at max 8 Pocket stories
The default was already 8. This is now being moved closer to the source from
where the stories to be shown are emitted.
With the addition of sponsored stories at fixed positions having to support a
variable number of stories being returned from AppState#getFilteredStories
means increased complexity with no benefit.
2022-05-25 07:28:57 +00:00