Commit Graph

7979 Commits (bc1c89d796d7f8a8ef4eb224053afda91efe2fe2)
 

Author SHA1 Message Date
Roger Yang 627bc919d1 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22402: Add top placeholder for home 3 years ago
Noah Bond bfc035e0c2 [fenix] MR2 Telemetry: Homescreen view count (https://github.com/mozilla-mobile/fenix/pull/22377)
* For https://github.com/mozilla-mobile/fenix/issues/22146 - Added counter for home screen views

* For https://github.com/mozilla-mobile/fenix/issues/22146 - Added PR number to metrics

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Mugurell ba3138ccf9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22155 - Store inactive tabs count telemetry when user opens tabs tray
Setting this value in FenixApplication.onCreate was buggy because of a race
with restoring BrowserState.
Setting it here would ensure a better granularity of the events and so to more
accurate reporting.
3 years ago
MickeyMoz f6ea87c2c0 [fenix] Update Android Components version to 96.0.20211115195835. 3 years ago
Mugurell 31f98688a0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22147 - New search term groups telemetry 3 years ago
AndiAJ 8722950d3b [fenix] Improve homeThreeDotMenuItemsTest UI test coverage 3 years ago
Mozilla L10n Automation Bot 9062e9dfdb [fenix] Import l10n. 3 years ago
MickeyMoz cd4bfe2843 [fenix] Update Android Components version to 96.0.20211115143414. 3 years ago
Arturo Mejia ad8f060cec [fenix] For https://github.com/mozilla-mobile/fenix/issues/22271 Improve URL accessing from the clipboard for Android 12 and above. 3 years ago
Mugurell 7c1b9b909f [fenix] For https://github.com/mozilla-mobile/fenix/issues/22388 - Update content description of the delete button 3 years ago
MickeyMoz bbc2af95d7 [fenix] Update Android Components version to 96.0.20211114185838. 3 years ago
Mozilla L10n Automation Bot b739e6c511 [fenix] Import l10n. 3 years ago
MickeyMoz 95be73eb5c [fenix] Update Android Components version to 96.0.20211113143401. 3 years ago
MickeyMoz bd740c1261 [fenix] Update Android Components version to 96.0.20211111190349. 3 years ago
Mozilla L10n Automation Bot ef1ae5fe11 [fenix] Import l10n. 3 years ago
MickeyMoz 5c398d0167 [fenix] Update Android Components version to 96.0.20211111143126. 3 years ago
Oana Horvath b215f9c585 [fenix] No issue: creates new SmokeTest annotation.
Updates smoke tests list according to the ones in TestRail.
3 years ago
Mozilla L10n Automation Bot 3f7c3ddf6c [fenix] Import l10n. 3 years ago
Noah Bond 1d02011196 [fenix] MR2 Telemetry: Opening screen preference (https://github.com/mozilla-mobile/fenix/pull/22333)
* For https://github.com/mozilla-mobile/fenix/issues/22145 - Added telemetry to the opening screen preference.

* For https://github.com/mozilla-mobile/fenix/issues/22145 - Added PR number to metric

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Noah Bond 114f1347d9 [fenix] MR2 telemetry - Inactive tabs CFR (https://github.com/mozilla-mobile/fenix/pull/22301)
* For https://github.com/mozilla-mobile/fenix/issues/22298 - Added telemetry to inactive tabs CFR

* For https://github.com/mozilla-mobile/fenix/issues/22298 - added PR issue number to metrics

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Jonathan Almeida a08fcc9a9d [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22223: Move to the selected page when switching modes 3 years ago
MickeyMoz 1fbd8f0b7e [fenix] Update Android Components version to 96.0.20211110143137. 3 years ago
Mozilla L10n Automation Bot 05e56a97a1 [fenix] Import l10n. 3 years ago
Grisha Kruglov 6f1ba6ca6b [fenix] No issue: clean up code duplication in PagedHistoryProvider 3 years ago
MickeyMoz 5e486fa6b6 [fenix] Update Android Components version to 96.0.20211109175743. 3 years ago
AndiAJ ee76b930bd [fenix] For https://github.com/mozilla-mobile/fenix/issues/22256 re-enable editCustomSearchEngineTest UI test 3 years ago
Ben Dean-Kawamura a8bce7b4f8 [fenix] Make findDuplicate() suspend
findLoginToUpdate() should be suspend, but I didn't get mark it that way
on the initial logins work.  Let's make this one suspend, then I can
update findLoginToUpdate() in a-c.
3 years ago
Mozilla L10n Automation Bot 31a6d88939 [fenix] Import l10n. 3 years ago
Jonathan Almeida 7222c0220c [fenix] No issue: Correct TabsTrayAction naming 3 years ago
Jonathan Almeida 199547f94f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22305: Use TabsTrayStore for populating adapters 3 years ago
Jonathan Almeida 35556e4cc2 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22305: Add tab state into the TabsTrayStore 3 years ago
Michael Comella e24a305ba0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21084: put git hash on About screen in release builds. 3 years ago
Michael Comella 050251dc38 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21084: add Config.getGitHash. 3 years ago
Michael Comella 5f5161a14e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21084: add Runtime.execReadStandardOutOrThrow.
This command makes it a one liner to execute an external command, which will
allow us to easily run git commands in the next section.

Sample error output:

```
* What went wrong:
Execution failed for task ':app:gitHash'.
> command exited with non-zero exit value: 1.
  cmd: git reev-parse --short HEAD
  stderr:
  git: 'reev-parse' is not a git command. See 'git --help'.

  The most similar command is
        rev-parse
```
3 years ago
MickeyMoz c728e20166 [fenix] Update Android Components version to 96.0.20211108143323. 3 years ago
AndiAJ d8dab150ad [fenix] Improve verifyEmptyTabTray Ui test coverage 3 years ago
Mugurell b95234f9d5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22155 - The inactiveTabsCount probe reports actualInactiveTabs number 3 years ago
Mugurell f40c19f406 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22155 - New BrowserState.actualInactiveTabs public method
This allows querying from all throughout the app which of the current tabs are
inactive while taking into consideration whether the feature is enabled or not
such that when the feature is disabled it will always return an empty result.
3 years ago
Mozilla L10n Automation Bot 3ae30a8446 [fenix] Import l10n. 3 years ago
Grisha Kruglov 3fc31d036b [fenix] No issue: rename test resource file that was causing issues on Windows 3 years ago
MickeyMoz dd0961c968 [fenix] Update Android Components version to 96.0.20211107143105. 3 years ago
Mozilla L10n Automation Bot 03ddd32bb1 [fenix] Import l10n. 3 years ago
MickeyMoz 3c624dac92 [fenix] Update Android Components version to 96.0.20211106143105. 3 years ago
Mozilla L10n Automation Bot 4d092c3a82 [fenix] Import l10n. 3 years ago
mike a 77892a785c [fenix] For https://github.com/mozilla-mobile/fenix/issues/21816: Filename in "Open" PDF dialog overflows screen
Changing the download file name length to the max allowed by AS (251 char, won’t compile if more; max would be 260 for latest windows versions, but generally it is 255), and changing the UI test to check if the long file name is fully visible.
Changing the downloaded dialog layout to properly display really long file names.
3 years ago
Grisha Kruglov 07636be02b [fenix] For https://github.com/mozilla-mobile/fenix/issues/22342: Make layout constraint for 'recent bookmarks' the same as other sections 3 years ago
Sebastian Kaspari 6aa2f0c4fa [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/21695: ThreadPenaltyDeathWithIgnoresListener: Ignore stack traces containing InstrumentationHooks class 3 years ago
MickeyMoz e66ef5fbb9 [fenix] Update Android Components version to 96.0.20211105143418. 3 years ago
Mozilla L10n Automation Bot 7d11384733 [fenix] Import l10n. 3 years ago
Roger Yang ad076dd1c2 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22299: Add history search term group telemetry 3 years ago