1
0
Fork 0
fenix/app
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
..
sampledata For #7092: Add initial Migration UI 2020-01-15 21:41:01 -08:00
src For #11875 - Prevent mixup of region / locale based search engines 2020-07-13 13:41:34 +03:00
.gitignore Initializes Android project 2018-12-07 15:25:38 -05:00
build.gradle For perf-frontend-issues#44: add local property to autosign release builds. 2020-07-10 10:55:32 -07:00
lint.xml Fixes #1890 - Remove unused strings (#1891) 2019-04-22 11:24:49 -07:00
metrics.yaml Issue #12044 - Bump expiry by 1mo for release 2020-06-26 18:28:46 -07:00
pings.yaml For #11392: Rename Installation ping to FirstSession (#11869) 2020-06-25 10:06:26 -07:00
proguard-android-optimize-3.5.0-modified.txt Proguard/r8: Do not allow access modification. 2020-05-29 10:25:27 -07:00
proguard-rules.pro For #8949 - Removes old motionlayout code, fixes how shadow is drawn 2020-03-11 17:10:40 -07:00