Commit Graph

7037 Commits (feb4af320b57821116d719bd276da957450c643b)
 

Author SHA1 Message Date
Elise Richards feb4af320b [fenix] Renew probes set to expire in September 3 years ago
Elise Richards cc642da2e8 [fenix] Renew probes set to expire in October 3 years ago
Gabriel Luong 41f1202daa [fenix] For https://github.com/mozilla-mobile/fenix/issues/21037 - Add a delete history menu item
This removes the existing "Delete history" button in the History in favour of a menu item
3 years ago
MickeyMoz 5d9e1afb02 [fenix] Update Android Components version to 93.0.20210830220733. 3 years ago
Arturo Mejia 938992c39a [fenix] Add tint to settings icon on Tracking protection panel 3 years ago
Mozilla L10n Automation Bot acb12761e4 [fenix] Import l10n. 3 years ago
AndiAJ 3af7f3dfd4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002 update and add missing tabs setting validations 3 years ago
Mickey Moz 8681ba904d [fenix] Update Android Components version to 93.0.20210830143255. (https://github.com/mozilla-mobile/fenix/pull/21081) 3 years ago
Oana Horvath 2642dfc203 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20702: fix tests flakiness 3 years ago
Joel Maher cca7c60a22 [fenix] Upgrade from node 10 -> 12 to support upgraded browsertime toolchain (https://github.com/mozilla-mobile/fenix/pull/21064) 3 years ago
Sebastian Kaspari e38ed593d4 [fenix] Enable Android Autofill support in all build types. 3 years ago
MickeyMoz 4ff9c873f2 [fenix] Update Android Components version to 93.0.20210829143149. 3 years ago
Mozilla L10n Automation Bot 1bbf5bda7c [fenix] Import l10n. 3 years ago
MickeyMoz 9c128910c4 [fenix] Update Android Components version to 93.0.20210828190210. 3 years ago
Mozilla L10n Automation Bot 4df5f7f8b9 [fenix] Import l10n. 3 years ago
MickeyMoz 101e0dafe8 [fenix] Update Android Components version to 93.0.20210828143405. 3 years ago
MickeyMoz 2753e3638e [fenix] Update Android Components version to 93.0.20210827143341. 3 years ago
Gabriel Luong 054f6b5626 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21035 - Refactor HistoryViewInteractor from HistoryView into HistoryInteractor 3 years ago
MickeyMoz 1b2f114ed2 [fenix] Update Android Components version to 93.0.20210826143110. 3 years ago
Oana Horvath e619f4b030 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: added page main menu items tests 3 years ago
Christian Sadilek 690f3e72f5 [fenix] Dedupe history metadata in groups based on url 3 years ago
Elise Richards 19c10c3779 [fenix] Update search metric expiration dates (https://github.com/mozilla-mobile/fenix/pull/21016) 3 years ago
Aaron Train 7449f383be [fenix] No issue: Update Flank to v21.08.1
Flank https://github.com/Flank/flank/releases/tag/v21.08.1 has the fix for avoiding crash one of their API calls that we hit a couple times.
3 years ago
Aaron Train 8e7d41412d [fenix] No issue: Fix workflow if statement in build-contributor-pr.yml (https://github.com/mozilla-mobile/fenix/pull/20982) 3 years ago
MickeyMoz c39764ac7b [fenix] Update Android Components version to 93.0.20210824190140. 3 years ago
Arturo Mejia 115cc74bb8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20919 add confirm dialog when turning on/off experiments 3 years ago
Arturo Mejia 38c5617b7e [fenix] For https://github.com/mozilla-mobile/fenix/issues/20871 mark strings for removal 3 years ago
Elise Richards d105e8bc19 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19931: Add telemetry probes for recent bookmarks on home screen (https://github.com/mozilla-mobile/fenix/pull/20316)
* Add telemetry probes for recent bookmarks on home screen. Tests for controller.

* Make the events into counters in the metrics ping

Update tests to reflect new metrics

Add data review link for new metrics

Mock new settings for startup metrics tests

Update metrics

Add test for recent bookmark glean events

* Recent bookmarks controller tests
3 years ago
Mugurell 7b7a252ecf [fenix] For https://github.com/mozilla-mobile/fenix/issues/20507 - Inactive tabs telemetry
Two new events are added:
- "inactive_tabs_expanded" for when the inactive tabs section is expanded
- "inactive_tabs_collapsed" for when the inactive tabs section is collapsed

For tracking when an inactive tab is opened / closed I've repurposed the
existing tabs tray telemetry (since the functionality uses the same code)
- tabs_tray.opened_existing_tab
- tabs_tray.closed_existing_tab
to support an extra "source" key indicating the feature from which a tab was
opened or closed. The current values for this new key are:
- "Tabs tray" for when a tab was opened/closed from tabs tray
- "Inactive tabs" for when a tab was openes/closed from the Inactive tabs
section of the tabs tray.
3 years ago
Mugurell 785a42edfd [fenix] For https://github.com/mozilla-mobile/fenix/issues/17917 - Remove the Kotlin synthetics Lint detector
Since all usages of Kotlin synthetics are removed and no such code is generated
anymore there is no need to keep around this Detector anymore.
3 years ago
Mugurell 4466a39727 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17917 - Remove the `kotlin-android-extensions` plugin
This means no code will be generated by Kotlin Android Extensions for caching
views and also for @Parcelize annotated classes.

As recommended in the official documentation
https://developer.android.com/topic/libraries/view-binding/migration#gradle
we need to switch on using `kotlinx.parcelize.Parcelize` instead of
`import kotlinx.android.parcel.Parcelize`

For https://github.com/mozilla-mobile/fenix/issues/17917 - Remove the `kotlin-android-extensions` plugin

This means no code will be generated by Kotlin Android Extensions for caching
views and also for @Parcelize annotated classes.

As recommended in the official documentation
https://developer.android.com/topic/libraries/view-binding/migration#gradle
we need to switch on using `kotlinx.parcelize.Parcelize` instead of
`import kotlinx.android.parcel.Parcelize`
3 years ago
Mugurell 9959334a26 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17917 - Finish migrating all synthetics usages 3 years ago
codrut.topliceanu ecae7a61be [fenix] For https://github.com/mozilla-mobile/fenix/issues/20328 - Adds telemetry for recentlyClosed button
...from tabsTray, inactiveTabs section.
3 years ago
Oana Horvath d689ee206f [fenix] For https://github.com/mozilla-mobile/fenix/issues/20716: re-enables mainMenuInstallPWATest UI test 3 years ago
Oana Horvath eb8aeec73e [fenix] For https://github.com/mozilla-mobile/fenix/issues/20868, https://github.com/mozilla-mobile/fenix/issues/18764: Update Tracking Protection UI tests 3 years ago
Grisha Kruglov dd1b4ba5ae [fenix] Closes 20975: Run metadata cleanup after Megazord.init()
This ensures that we do not attempt places initialization before
Megazord.init() finishes, and that touching BrowserStore does not
kick-off places initialization (due to the `cleanup` call being a
side-effect of creating metadata middleware, used as part of the
BrowserStore).

Glean initialization happens before initialize megazord, and it touches
core.store BrowserStore instance, kicking-off places initialization on
an IO thread (due to the cleanup call), which raced megazord
initialization on the main thread.

App init sequence is a bit of a mine-field, so this patch takes the easy
way out and doesn't attempt to re-order initialization sequence. Also,
initializing places as a side-effect of touching BrowserStore was also,
clearly, a bug.
3 years ago
Aaron Train 8fd87ab361 [fenix] Disable run-ui in build-contributor-pr.yml (https://github.com/mozilla-mobile/fenix/pull/20981) 3 years ago
MickeyMoz 9d0b4be582 [fenix] Update Android Components version to 93.0.20210823143136. 3 years ago
codrut.topliceanu 48eff4f831 [fenix] For https://github.com/mozilla-mobile/fenix/issues/17917: Use View binding in add-ons 3 years ago
Mugurell f826174109 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20586 - Put everything behing a secret setting
Not ready for prime-time. Lot of work still to be done.
3 years ago
Mugurell b1cc91a9ac [fenix] For https://github.com/mozilla-mobile/fenix/issues/20586 - Basic Jetpack Compose implementation.
This is just the basic skeleton for the feature.
3 years ago
Arturo Mejia 96042fa50a [fenix] For https://github.com/mozilla-mobile/fenix/issues/20892 update connection icons in quick settings 3 years ago
mcarare 2adea3fd40 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20927: Replace icons with AC icons. 3 years ago
rxu d457385e79 [fenix] Use armeabi-v7a version code for MozillaOnline builds 3 years ago
Arturo Mejia 06f86c42c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20919 quite the app when turning on/off experiments 3 years ago
MickeyMoz 6eb0341a5f [fenix] Update Android Components version to 93.0.20210822143123. 3 years ago
MickeyMoz 887b575760 [fenix] Update Android Components version to 93.0.20210820190249. 3 years ago
Rohan Maity 7ffaefd3fd [fenix] For https://github.com/mozilla-mobile/fenix/issues/20596 remove startup timeline probes 3 years ago
Jonathan Almeida d2b9962319 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/20945: Fix failing test in AccountSettingsInteractorTest 3 years ago
Jonathan Almeida eae779d231 [fenix] Speculative fixes intermittent test in DeleteAndQuitTest 3 years ago