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
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
..
addons For #11655: add leanplum event for installing an addon (#12136) r=elise 4 years ago
browser For #11324 - Adds trash icon to swipe to delete 4 years ago
cfr For #12157: Don't show two search widget dialogs 4 years ago
collections For #11943: Fix intermittent coroutine failure (#12027) 4 years ago
components For #11875 - Prevent mixup of region / locale based search engines 4 years ago
crashes Integrate activity for showing past crashes. 4 years ago
customtabs Update Android Components version to 49.0.20200705130154. 4 years ago
downloads For #8775: Removes feature flag for dynamic bottom toolbar 4 years ago
exceptions Add tests for exceptions 4 years ago
ext For #12345: catch SecurityException when calling reportFullyDrawn. 4 years ago
home Add tests for onboarding viewholders (#11522) 4 years ago
library Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 4 years ago
media Update to new feature-media API. 4 years ago
migration For #11004: Fix invisible text on migration UI 4 years ago
onboarding Extract radio group logic into helper (#11493) 4 years ago
perf For #12345: catch SecurityException when calling reportFullyDrawn. 4 years ago
push Use new AuotPushFeature.getSubscription API 4 years ago
search Update built-in extensions for new AC/GV API 4 years ago
session For #9100: Follow-up to fix memory leak in NotificationSessionObserver 4 years ago
settings For #11303 - Change copy login origin to open in browser 4 years ago
share For #11798: Allow sharing of reader view pages 4 years ago
shortcut Added A-C version 48.0.20200626213814 4 years ago
sync Synced Tabs: make sure to stop 'loading' when we encounter an error 4 years ago
tabtray For #11324 - Adds trash icon to swipe to delete 4 years ago
theme For #8374 - Don't recreate ExternalAppBrowserActivity or finishing activities 4 years ago
trackingprotection Update Android Components version to 49.0.20200705130154. 4 years ago
utils Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 4 years ago
whatsnew Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 4 years ago
widget Feature/#220 language menu (#7070) 5 years ago
wifi For #5636 - Unregisters wifiConnectedListener when setting changes, sets default blocked 4 years ago
AppRequestInterceptor.kt Update Android Components version to 49.0.20200705130154. 4 years ago
BrowserDirection.kt For #11303 - Change copy login origin to open in browser 4 years ago
Config.kt Bug 1649400 - part 1: ship org.mozilla.fenix as a nightly product (#12127) 4 years ago
ExperimentsManager.kt For #9488: Add experimentation support 4 years ago
FeatureFlags.kt No issue: Remove feature flag for tips (#12172) 4 years ago
FenixApplication.kt No issue: update experiments when experiments updated (#12032) 4 years ago
GlobalDirections.kt Cleans up nav_graph.xml (#9829) 4 years ago
HomeActivity.kt Add profiler markers for HomeActivity.load and DefaultTabTrayController.onNewTabTapped 4 years ago
IntentReceiverActivity.kt Added A-C version 48.0.20200626213814 4 years ago
NavHostActivity.kt Add method to test fragments in roboletric (#12261) 4 years ago
StrictModeManager.kt Add tests for StrictModeManager (#12013) 4 years ago