1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/browser
Kainalu Hagiwara bef98698cb For #12904 - Conditionally inflate SwipeGestureLayout in BaseBrowserFragment.
Changing the root view of BaseBrowserFragment from a CoordinatorLayout
to a SwipeGestureLayout has caused some regressions, particularly in
snackbar behavior. Lets prevent those regressions from occuring in
builds where the feature flag for gestures is off by only adding the
SwipeGestureLayout when the feature flag is on.
2020-07-28 14:54:18 -07:00
..
browsingmode Move settings in components (#12675) 2020-07-21 10:47:10 -07:00
readermode Add tests for ReaderModeController (#11049) 2020-05-29 11:46:31 -07:00
BaseBrowserFragment.kt For #12904 - Conditionally inflate SwipeGestureLayout in BaseBrowserFragment. 2020-07-28 14:54:18 -07:00
BrowserAnimator.kt Create ToolbarPosition enum (#12747) 2020-07-22 19:23:38 -07:00
BrowserFragment.kt For #12904 - Conditionally inflate SwipeGestureLayout in BaseBrowserFragment. 2020-07-28 14:54:18 -07:00
BrowserPerformanceTestActivity.kt Move creation of GeckoRuntime to flavor-specific source set. 2019-08-30 15:16:12 +02:00
CustomTabContextMenuCandidate.kt Fix license on remaining files 2020-07-27 13:04:55 -04:00
FenixSnackbarDelegate.kt Add tests for browser helper classes (#12370) 2020-07-07 19:46:25 -07:00
SwipeGestureLayout.kt For #3481 - Implement swipe on toolbar to switch tabs. 2020-07-22 11:26:15 -07:00
TabPreview.kt No issue - Fix compilation error caused by removed extension function. 2020-07-22 13:00:07 -07:00
TelemetrySessionObserver.kt For #6558 - cleanup + added unit tests 2020-04-24 09:28:40 -07:00
ToolbarGestureHandler.kt For #12861 - Swap order of tabs for tab switching gesture. 2020-07-28 14:37:45 -07:00
UriOpenedObserver.kt Add tests for some classes in home/browser (#12837) 2020-07-23 11:17:52 -07:00