1
0
Fork 0
fenix/app/src
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
..
androidTest Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 2020-07-09 10:50:51 -07:00
debug For #12095: Remove TWA feature flag (#12096) 2020-07-01 19:14:41 -07:00
fenixBeta/res Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 2020-02-17 11:37:15 +01:00
fenixNightly Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 2020-02-17 11:37:15 +01:00
fenixProduction Closes #12171: (fenixProduction) Add vector image for full Nightly logo. (#12254) 2020-07-03 10:55:26 -07:00
fennecBeta/res Revert "For #9946: Update FennecBeta branding (#10066)" to push to Firefox Beta (#11872) 2020-07-01 09:04:35 -07:00
fennecNightly/res Optimize PNGs. 2020-02-14 09:41:54 -08:00
fennecProduction/res For #8278 - added production branding 2020-06-23 12:27:58 +03:00
geckoBeta/java/org/mozilla/fenix/engine Updates AC to 49.0.20200702190156 and fixes breaking changes 2020-07-03 06:40:06 -04:00
geckoNightly/java/org/mozilla/fenix/engine Updates AC to 49.0.20200702190156 and fixes breaking changes 2020-07-03 06:40:06 -04:00
main For #11875 - Prevent mixup of region / locale based search engines 2020-07-13 13:41:34 +03:00
migration For 11616: removed black flicker with placeholder animation (#11796) 2020-06-26 20:10:22 -04:00
test Fix Robolectric tests SDK version (#12464) 2020-07-10 17:21:10 -07:00