You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix/components
Mugurell ea10d2a872 For #11875 - Prevent mixup of region / locale based search engines
We have two search engine types:
- one based on MLS reported region,
- one based only on Locale.

There are multiple steps involved in returning the default search engine for
example and though at each step we could verify if a certain operation is
completed we are still exposed to concurrency issues.
Simplest and most effective way to make sure the MLS engines do not mix with
Locale based engines is to use the same type of engines for the entire duration
of the app. At the next cold start we'll verify again which engines to use.

Using the Locale based engines (fallbacks) is expected to only happen once, at
the first run of the application after being installed.
4 years ago
..
history For #4137 - Adds pagination to the history view 5 years ago
metrics For #11655: add leanplum event for installing an addon (#12136) r=elise 4 years ago
searchengine For #11875 - Prevent mixup of region / locale based search engines 4 years ago
tips No issue: Remove feature flag for tips (#12172) 4 years ago
toolbar Issue #12311: BrowserToolbarController: Stop SessionFeature and release session from EngineView. 4 years ago
AccountAbnormalities.kt for #11617 added a resetPoliciesAfter ext function for StrictMode, and replaced all existing calls to "resetAfter" with "resetPoliciesAfter" (#11619) 4 years ago
Analytics.kt Add tests for ext package (#11334) 4 years ago
BackgroundServices.kt remove suppress and unnecessary otherwise = private 4 years ago
Components.kt Updates AC to 49.0.20200702190156 and fixes breaking changes 4 years ago
Core.kt Added A-C version 48.0.20200626213814 4 years ago
FenixSnackbar.kt For #8775: Removes feature flag for dynamic bottom toolbar 4 years ago
FindInPageIntegration.kt No issue: Move Do and OpenClass to utils pkg. 4 years ago
FxaServer.kt Update FxaServer.kt 4 years ago
InflationAwareFeature.kt fix #8135 - remove getColorFromAttr 4 years ago
IntentProcessorType.kt For #10844 - Fennec page shortcuts will open in normal tabs 4 years ago
IntentProcessors.kt Update customtabs service 4 years ago
NotificationManager.kt No issue: Use SendTabFeature and FxaPushSupportFeature 4 years ago
PerformanceComponent.kt Pre: introduce a RunWhenReadyQueue 4 years ago
PermissionStorage.kt For issue #7566 Handle deny & don't ask again for site permissions 4 years ago
PrivateShortcutCreateManager.kt For #7208 For #7212 - Update parameterized strings 4 years ago
Push.kt Remove duplicate FirebasePushService 4 years ago
Search.kt No issue: Move Do and OpenClass to utils pkg. 4 years ago
SearchWidgetCreator.kt For #9488: Add experimentation support 4 years ago
Services.kt Update FxaServer.kt 4 years ago
StoreProvider.kt No issue: Removes deprecated usage of ViewModelProviders 5 years ago
TabCollectionStorage.kt For #11763: Shows confirmation dialog when deleting last tab from collection 4 years ago
TopSiteStorage.kt For #12026 - Update default top sites for new users (#12028) 4 years ago
TrackingProtectionPolicyFactory.kt For #8540: Fix ETP options not being correctly applied (#8688) 4 years ago
UseCases.kt Update Android Components version to 49.0.20200705130154. 4 years ago