Commit Graph

7521 Commits (41ddc9226cf5f91f793dbc8152c21bf95c957de1)
 

Author SHA1 Message Date
Gabriel Luong 41ddc9226c [fenix] For https://github.com/mozilla-mobile/fenix/issues/21888 - Use Hero images for Jump back in 3 years ago
Arturo Mejia a529140c8d [fenix] No issue update strings ids 3 years ago
AndiAJ e62c814006 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18421 re-enable verifyContextCopyLink and verifyContextCopyImageLocation UI tests 3 years ago
Gabriel Luong 43d6e2234d [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/top_site_title_text_light_theme redirection 3 years ago
Gabriel Luong 8aa133339d [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/inset_dark_theme redirection 3 years ago
Gabriel Luong 7a0b6301d8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/top_site_title_text_dark_theme redirection 3 years ago
Gabriel Luong 10c1bbd3e7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/synced_tabs_separator_dark_theme redirection 3 years ago
Gabriel Luong 7b26640382 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/toggle_off_knob_light_theme and @color/toggle_off_track_light_theme redirection 3 years ago
Gabriel Luong d5d302da69 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove redirection of color variables for the collection color variables 3 years ago
Gabriel Luong 6b38dd5259 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove redirection of color variables for the tabs tray color variables 3 years ago
Gabriel Luong 7a494b556a [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/caption_text_dark_theme redirection 3 years ago
Gabriel Luong 57e117e9b1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/contrast_text_dark_theme redirection 3 years ago
Gabriel Luong cbe4de50ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/secondary_text_dark_theme redirection 3 years ago
Gabriel Luong 5408bc5178 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Use destructive_normal_theme in place of R.color.design_color 3 years ago
Mozilla L10n Automation Bot a08a575365 [fenix] Import l10n. 3 years ago
Michael Comella da44c15a49 [fenix] For https://github.com/mozilla-mobile/android-components/issues/11161: pass profiler into AwesomeBar.
This will add two new markers:
- SuggestionFetcher.fetch
- Suggestion update

This is a profile with the markers: https://share.firefox.dev/3E4PbEk
3 years ago
MickeyMoz ec716d413a [fenix] Update Android Components version to 95.0.20211027143128. 3 years ago
AndiAJ ba3f51814c [fenix] For https://github.com/mozilla-mobile/fenix/issues/18421 fix and re-enable verifyContextShareLink, verifyContextSaveImage and verifyContextMixedVariations UI tests 3 years ago
Arturo Mejia ecb13fa173 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22170: Add telemetry for the auto-close prompt 3 years ago
Arturo Mejia abb1c2631e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21906 ⁃ Update strings removal version 3 years ago
Mozilla L10n Automation Bot 22bfc8897a [fenix] Import l10n. 3 years ago
Grisha Kruglov ef375069eb [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/22083 - Match history groups to history pages by all items within the group
When deciding if we should include a history group within the "page of
history" results on the History View UI, we used to look at the most
recent timestamp of the metadata items within the group, and see if that
falls within the range of the timestamps of the history page, +/- some
buffer.

This assumes that each metadata entry will have a corresponding history
item. However, that's not true - when restarting the app, the selected
tab will be restored, and when opening History View right after we'll
record some metadata for it. However, we won't record a history visit
during the app restore for the selected tab.

That's all correct, but the assumption around group matching to history is now incorrect.

This patch changes the logic to instead look at every item within the
group, and see if any of them match the time window of the current
history page. This has a side-effect of also displaying search groups
multiple times on diffenent pages of history, if it makes sense to do so chronologically.
I think that's fine, it reflects reality at least (e.g. items within the
group may have been visited at very different points in time).

Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
3 years ago
Elise Richards 1de688e7d7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21313: Renew metrics for December - never expire updates (https://github.com/mozilla-mobile/fenix/pull/21788)
* For https://github.com/mozilla-mobile/fenix/issues/21313: Renew metrics for December - never expire updates

* For https://github.com/mozilla-mobile/fenix/issues/21313: data review

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Arturo Mejia 07742ec701 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22034: Inactive tabs prompt is redisplayed after dismissing by turning on Auto close 3 years ago
MickeyMoz a68de609c2 [fenix] Update Android Components version to 95.0.20211026143215.
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
3 years ago
Gabriel Luong b8bf426e4e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Call chain on collection type may be simplified 3 years ago
Gabriel Luong d46da02cde [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Add package path to TabGroupViewHolder 3 years ago
Gabriel Luong 45e9bf6693 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Remove unused symbols 3 years ago
Gabriel Luong 759194a625 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Class member can have 'private' visibility 3 years ago
Gabriel Luong 230536c9b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Replace Java static method with Kotlin analog 3 years ago
Gabriel Luong 999f0ab3c1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Replace 'isEmpty' with 'ifEmpty' 3 years ago
Gabriel Luong 853e159476 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - 'protected' visibility is effectively 'private' in a final class 3 years ago
Gabriel Luong 71bfe46ac2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Local 'var' is never modified and can be declared as 'val' 3 years ago
Gabriel Luong 6be34a4023 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Remove unused imports 3 years ago
Gabriel Luong 29dfb8ee7f [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Remove unnecessary type argument 3 years ago
Gabriel Luong 314d61d21e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Remove unnecessary parentheses from function call with lambda 3 years ago
Gabriel Luong cd77dbce96 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Remove redundant qualifier name 3 years ago
Gabriel Luong 5fbd63386d [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Remove reductant SAM constructor 3 years ago
Gabriel Luong 4bcb6d7796 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Remove reductant 'suspend' modifier from SecurePrefsTelemetry 3 years ago
Gabriel Luong 2defb17c08 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Remove val from constructor parameter that are never used as a property 3 years ago
codrut.topliceanu 4b726e786b [fenix] For https://github.com/mozilla-mobile/fenix/issues/21732 - Adds inactive tabs survey on disable + telemetry 3 years ago
Mugurell 6a5a2b842c [fenix] For https://github.com/mozilla-mobile/fenix/issues/21933 - Refresh history items everytime the fragment is opened 3 years ago
Mozilla L10n Automation Bot 217570edff [fenix] Import l10n. 3 years ago
Arturo Mejia aa11ceb283 [fenix] Update Android Components version to 95.0.20211025134949. 3 years ago
Jonathan Almeida a6d7128c7e [fenix] No issue: Replace TabsTray.Tab with TabSessionState
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
3 years ago
Jonathan Almeida a672d27ca6 [fenix] No issue: Disable FenixSnackbarDelegateTest intermittents 3 years ago
Michael Droettboom 7d5bac64d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21025: Set long term business-critical metrics as non-expiring (https://github.com/mozilla-mobile/fenix/pull/21038)
* Set long term business-critical metrics as non-expiring.

* Remove quotes around "never"

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Sebastian Kaspari 9816323a93 [fenix] Update Jetpack Compose to 1.0.4 and Kotlin to 1.5.31 3 years ago
Aaron Train cca11d0ffe [fenix] No issue: Update ui-test slackBlocks
Stage a failed test

fix: commit href

fix: test source href

fix: obj ref fix

fix: remove staged test
3 years ago
AndiAJ 8daaca51af [fenix] Use identifiers instead of hard coded strings 3 years ago