1
0
Fork 0
fenix/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.
2020-07-13 13:41:34 +03:00
..
history For #4137 - Adds pagination to the history view 2019-07-31 14:35:33 -07:00
metrics For #11655: add leanplum event for installing an addon (#12136) r=elise 2020-07-12 23:47:34 +01:00
searchengine For #11875 - Prevent mixup of region / locale based search engines 2020-07-13 13:41:34 +03:00
tips No issue: Remove feature flag for tips (#12172) 2020-07-01 14:47:40 -07:00
toolbar Issue #12311: BrowserToolbarController: Stop SessionFeature and release session from EngineView. 2020-07-09 12:36:56 -04:00
AccountAbnormalities.kt for #11617 added a resetPoliciesAfter ext function for StrictMode, and replaced all existing calls to "resetAfter" with "resetPoliciesAfter" (#11619) 2020-06-16 11:12:18 -07:00
Analytics.kt Add tests for ext package (#11334) 2020-06-10 09:14:18 -07:00
BackgroundServices.kt remove suppress and unnecessary otherwise = private 2020-06-16 23:30:57 -04:00
Components.kt Updates AC to 49.0.20200702190156 and fixes breaking changes 2020-07-03 06:40:06 -04:00
Core.kt Added A-C version 48.0.20200626213814 2020-06-26 19:59:57 -04:00
FenixSnackbar.kt For #8775: Removes feature flag for dynamic bottom toolbar 2020-06-09 20:58:17 -07:00
FindInPageIntegration.kt No issue: Move Do and OpenClass to utils pkg. 2020-04-08 12:39:22 -07:00
FxaServer.kt Update FxaServer.kt 2020-06-16 23:30:57 -04:00
InflationAwareFeature.kt fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00
IntentProcessorType.kt For #10844 - Fennec page shortcuts will open in normal tabs 2020-05-25 14:37:00 +03:00
IntentProcessors.kt Update customtabs service 2020-06-24 23:26:49 -04:00
NotificationManager.kt No issue: Use SendTabFeature and FxaPushSupportFeature 2020-01-03 10:20:53 -05:00
PerformanceComponent.kt Pre: introduce a RunWhenReadyQueue 2020-03-30 21:43:38 -07:00
PermissionStorage.kt For issue #7566 Handle deny & don't ask again for site permissions 2020-04-22 11:33:32 -04:00
PrivateShortcutCreateManager.kt For #7208 For #7212 - Update parameterized strings 2020-04-13 09:40:47 -07:00
Push.kt Remove duplicate FirebasePushService 2020-04-15 17:55:12 -04:00
Search.kt No issue: Move Do and OpenClass to utils pkg. 2020-04-08 12:39:22 -07:00
SearchWidgetCreator.kt For #9488: Add experimentation support 2020-06-04 14:10:22 -07:00
Services.kt Update FxaServer.kt 2020-06-16 23:30:57 -04:00
StoreProvider.kt No issue: Removes deprecated usage of ViewModelProviders 2019-08-07 19:21:41 -04:00
TabCollectionStorage.kt For #11763: Shows confirmation dialog when deleting last tab from collection 2020-07-06 17:06:10 -04:00
TopSiteStorage.kt For #12026 - Update default top sites for new users (#12028) 2020-06-26 17:51:18 -04:00
TrackingProtectionPolicyFactory.kt For #8540: Fix ETP options not being correctly applied (#8688) 2020-02-26 12:25:40 -08:00
UseCases.kt Update Android Components version to 49.0.20200705130154. 2020-07-06 15:21:40 -04:00