ekager
f9345c22cb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/7602 - Integrate media fullscreen orientation feature
2020-05-21 10:11:39 -07:00
Christian Sadilek
8bd8d18f2e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1824 : Prevent extremely long URLs from locking up HomeFragment
2020-05-21 13:11:07 -04:00
Oana Horvath
f50f3a6557
[fenix] for https://github.com/mozilla-mobile/fenix/issues/10759 : close notification shade if still open ( https://github.com/mozilla-mobile/fenix/pull/10819 )
2020-05-21 18:41:00 +03:00
codrut.topliceanu
51ca52381c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9044 - Replace DownloadNotificationBottomSheetDialog with unobtrusive view
...
- Renamed DownloadNotification and removed DownloadState.dismissed dependency
- Improved DynamicDownloadDialog behaviour when scrolling
- DynamicDownloadDialog remains attached to tab until dismissed
- Fixed onTryAgain not working for resumed DownloadDialogs
2020-05-21 10:02:51 -04:00
Christian Sadilek
45b6e00bb9
[fenix] Update Android Components version to 43.0.20200520190033
2020-05-20 18:04:55 -04:00
David Walsh
7c147dcd8b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10321 : Wire up play and pause buttons in tab tray ( https://github.com/mozilla-mobile/fenix/pull/10422 )
2020-05-20 16:50:58 -05:00
Sawyer Blatz
ce07ba1b8c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10465 : Add telemetry for voice search ( https://github.com/mozilla-mobile/fenix/pull/10785 )
2020-05-20 14:35:57 -07:00
Mozilla L10n Automation Bot
4f6ba8bdbb
[fenix] Import l10n.
2020-05-20 10:14:19 -07:00
Roger Yang
c9023bf307
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/10782 : Update crash reporting doc with what information breadcrumbs are recording ( https://github.com/mozilla-mobile/fenix/pull/10787 )
2020-05-20 10:44:42 -04:00
isabelrios
a4702a11ff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10756 - UI intermittent media playback failures ( https://github.com/mozilla-mobile/fenix/pull/10775 )
2020-05-20 10:41:31 -04:00
David Walsh
c04fcc2a84
[fenix] For 10731 - Don't show tab tray menu if there are no tabs
2020-05-19 13:30:18 -07:00
Sawyer Blatz
ac99207891
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1216 : Put voice search behind a nightly & debug flag
2020-05-19 13:04:11 -07:00
Sawyer Blatz
a3d6b8b682
[fenix] No issue: Clean up SearchFragment a bit
2020-05-19 13:04:11 -07:00
Sawyer Blatz
f3338d0f28
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1216 : Add voice search
2020-05-19 13:04:11 -07:00
Aaron Train
9a743a838d
[fenix] No issue: Disable validateBaselinePing UI test ( https://github.com/mozilla-mobile/fenix/pull/10772 )
2020-05-19 10:59:55 -04:00
Mozilla L10n Automation Bot
95f6d570f6
[fenix] Import l10n.
2020-05-18 20:22:37 -07:00
Michael Comella
413daedf6c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10757 : remove no-op Experiments code and dependency.
...
We were supposed to have removed Experiments for performance purposes.
However, I find some code dangling in the tree.
Experiments.initialize is no longer called so I suspect
Experiments.withExperiment is a no-op. I verified that the lambda
function provided to it never ran in my local geckoBetaDebug on startup.
Assuming experiments behavior doesn't change in other build types, this
change appears safe.
2020-05-18 15:38:38 -07:00
ekager
44e101cd22
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10718 - Finish activity after removing external session
2020-05-18 15:32:29 -07:00
ekager
75816bf8f2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10691 - Turn on LeakCanary by default for debug builds
2020-05-18 15:08:09 -07:00
Mozilla L10n Automation Bot
b055178ea7
[fenix] Import l10n.
2020-05-18 14:04:23 -07:00
Tiger Oakes
c0e9118354
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9286 - Add isDefault to topsites
2020-05-18 14:04:10 -07:00
Juan Goncalves
e55ee21914
[fenix] For https://github.com/mozilla-mobile/fenix/issues/7854 - Update the views only if the bookmark node has changed
...
As the bookmark node data is loaded from storage every time the fragment's view is created, when the user navigates to the SelectFolderFragment and returns, the bookmark is loaded once again from storage, replacing the EditText's content (title and URL) which causes the loss of user input.
Validating that the loaded bookmark is different from the one that is already referenced in the fragment avoids unnecessarily replacing the `EditText`s values.
2020-05-18 13:05:12 -07:00
MickeyMoz
0259540eb6
[fenix] Update Android Components version to 42.0.20200518130035.
2020-05-18 12:16:07 -07:00
Emily Kager
71d0a7a67c
[fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/6313 - On first load, hides engineView until firstContentfulPaint"
...
This reverts commit 9a5ccb8e04bb43045d5b03a8f682a2707cd8bf3e.
2020-05-18 10:33:11 -07:00
Emily Kager
066f4f23c0
[fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/7032 : Add scroll to dismiss keyboard in search fragment"
...
This reverts commit 5e20562678b919cea107ed836306138c31d03c08.
2020-05-15 21:14:55 -07:00
ekager
78af828cc8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6313 - On first load, hides engineView until firstContentfulPaint
2020-05-15 10:55:38 -07:00
partha2000
85fd409bdd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10632 - Update Content Description for X icon in collection
2020-05-15 10:31:05 -07:00
Sachin
131d7cf4de
[fenix] For https://github.com/mozilla-mobile/fenix/issues/7032 : Add scroll to dismiss keyboard in search fragment
...
* added a onTouch listener to scrollview in search fragment to make it disappear on scroll
* fixed lint issues
2020-05-15 10:30:00 -07:00
Chenxia Liu
5a101d9778
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/10670 - Update issue templates.
2020-05-15 08:34:59 -07:00
MickeyMoz
37b740b5b3
[fenix] Update Android Components version to 42.0.20200515130053.
2020-05-15 10:52:07 -04:00
mcarare
30454c6185
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10656 : Adjust etp checkbox dimensions for a11y.
2020-05-15 17:39:51 +03:00
Johan Lorenzo
eca7ff1711
[fenix] Bug 1627027 - part 2: Do not run perf tasks on Nd-gp graphs ( https://github.com/mozilla-mobile/fenix/pull/10681 )
2020-05-15 16:29:02 +02:00
Gregory Mierzwinski
7e55823bc1
[fenix] Bug 1627027 - Use nightly Fenix variant instead of performancetest. ( https://github.com/mozilla-mobile/fenix/pull/10648 )
2020-05-15 09:17:15 +02:00
Mozilla L10n Automation Bot
41cff9a493
[fenix] Import l10n.
2020-05-14 22:11:38 -07:00
Grisha Kruglov
3e14d2215b
[fenix] Perf telemetry for awesomebar suggestion provider durations
...
See https://github.com/mozilla-mobile/android-components/pull/6802 for details; requires that PR.
2020-05-14 14:13:53 -07:00
Vishwa Patel
72c22608a0
[fenix] No Issue: Update Readme with steps to fix prepush hooks error ( https://github.com/mozilla-mobile/fenix/pull/10638 )
...
* Steps to fix prepush hooks error
Updating Readme to include fix to error "Could not initialize class org.codehaus.groovy.runtime.InvokerHelper" which came up while running prepush hooks with Java version 14 on Mac
2020-05-14 16:02:08 -04:00
Simon Chae
c3804c2265
[fenix] Update Android Components version to 42.0.20200514130134
2020-05-14 10:44:33 -07:00
Johan Lorenzo
2396ea70bc
[fenix] Bug 1631834 - part 2: Express who triggered the action task ( https://github.com/mozilla-mobile/fenix/pull/10650 )
2020-05-14 16:45:11 +02:00
Aaron Train
d4c5bdaee9
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/10611 - Fix exit status of Flank ( https://github.com/mozilla-mobile/fenix/pull/10612 )
2020-05-14 10:27:56 -04:00
Oana Horvath
55e4a7c651
[fenix] MediaNotificationTest: close media notification shade after each test ( https://github.com/mozilla-mobile/fenix/pull/10649 )
2020-05-14 17:01:09 +03:00
Oana Horvath
9324377564
[fenix] for https://github.com/mozilla-mobile/fenix/issues/10587 : Disable all flaky collections tests ( https://github.com/mozilla-mobile/fenix/pull/10643 )
2020-05-14 14:48:42 +03:00
Johan Lorenzo
483ce66145
[fenix] Bug 1631834 - Add revision route to decision task ( https://github.com/mozilla-mobile/fenix/pull/10644 )
2020-05-14 11:32:58 +02:00
Mihai Branescu
d7a45c8f14
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10393 and https://github.com/mozilla-mobile/fenix/issues/10469 - browser fragment now observes collection changes
...
Useful for links from other apps + adding a page to multiple collections
2020-05-14 10:14:06 +03:00
Mozilla L10n Automation Bot
34c05315e1
[fenix] Import l10n.
2020-05-13 18:54:28 -07:00
Mihai Branescu
990833cafd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10599 - Removed baseline pings form metrics.yaml
...
As per documentation, this ping is intended to provide metrics that are managed by the library itself, and not explicitly set by the application or included in the application's metrics.yaml file.
2020-05-13 14:34:03 -07:00
Aaron Train
4c49fb43be
[fenix] No issue: Update Flank to v20.05.0 (stable) ( https://github.com/mozilla-mobile/fenix/pull/10526 )
2020-05-13 13:56:18 -07:00
Christian Sadilek
9c066e7144
[fenix] Migrate feature-accounts to browser-state
2020-05-13 14:24:56 -04:00
sraturi
2c25e84071
[fenix] created kotlin doc for FenixApplication
2020-05-13 11:01:12 -07:00
Vishwa Patel
9fdb56ae91
[fenix] Issue 7266 fenix remove line ( https://github.com/mozilla-mobile/fenix/pull/10630 )
2020-05-13 10:36:58 -07:00
Johan Lorenzo
8413ec21bc
[fenix] Bug 1625126 - Cache external dependencies in a single task and let gradle tasks use it ( https://github.com/mozilla-mobile/fenix/pull/10316 )
2020-05-13 18:36:48 +02:00