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/settings
MarcLeclair 990bfa7e6d
16900 make navgraph inflation asynchronous (#18889)
* For #16900: implement async navgraph inflation

For #16900: removed nav graph from xml

For #16900: inflate navGraph programatically

For #16900: Made NavGraph inflation asynchronous

For #16900: Changed to block with runBlocking

For #16900: Refactored blocking call into a function

For 16900: NavGraph inflation is now async

We now attach the nav graph (or check if its attached) on every nav call ( an extension function for NavController).
This is done by checking the value of the job stored in PerfNavController.map which keeps track of the job with the NavController as a Key.
If the job hasn't been completed, it will block the main thread until the job is done. The job itself is responsible for attaching the navgraph
to the navcontroller (and the inflation of the latter too)

For 16900: rebased upstream master

For 16900: Rebase on master

For #16900: Fixed Async Navgraph navigation per review comments.

1)The Asynchronous method is now found in NavGraphProvider.kt. It creates a job on the IO dispatcher
2)The Job is tracked through a WeakHashMap from Controller --> NavGraph
3)The Coroutine scope doesn't use MainScope() anymore
4)The Coroutine is cancelled if the Activity is destroyed
5)The tests mockk the blockForNavGraphInflation method through the FenixReoboelectricTestApplication instead of calling the mock every setup()

For #16900: inflateNavGraphAsync now takes navController

For #16900: Pass lifecycleScope to NavGraphProvider

For #16900: removed unused mock

For #16900: Added linter rules for navigate calls

We need linting rules to make sure no one calls the NavController.navigate() methods

For #16900: Added TestRule to help abstract the mocks in the code

For 16900: Fix linting problems

For #16900: Cleaned duplicated code in tests

For #16900: cleaned up NavGraphTestRule for finished test

For #16900: had to revert an accidentally edited file

For #16900: rebased master

* For #16900: Review nits for async navgraph

This is composed of squash commits, the original messages can be found below:

-> DisableNavGraphProviderAssertionRule + kdoc.

Use test rule in RobolectricApplication.

Fix failing CrashReporterControllerTest

Fix blame by -> navigate in tests.

This commit was generated by the following commands only:
```
find app/src/test -type f -exec sed -i '' "/import org.mozilla.fenix.ext.navigateBlockingForAsyncNavGraph/d" {} \;
find app/src/test -type f -exec sed -i "" "s/navigateBlockingForAsyncNavGraph/navigate/g" {} \;
git checkout app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
```

Fix various blame

This is expected to be squashed into the first commit so, if so, it'd
fix the blame.

Move test rule to helpers pkg.

add missing license header

Add import change I missed

fix unused imports

Replace robolectricTestrunner with test rule.

Improve navGraphProvider docs

Remove unnecessary rule as defined by robolectric.

add clarifying comment to robolectric

remove unnecessary space

* For #16900: nit fixes for MozillaNavigateCheck and lint fixes

3 squash commits:
 *Changed violation message and fixed the lint rule for MozillaNavigateCheck
 *Added suppression to NavController.kt
 *Fixed detekt violations

* For 16900: Fixed failing tests

Co-authored-by: Michael Comella <michael.l.comella@gmail.com>
3 years ago
..
about 16900 make navgraph inflation asynchronous (#18889) 3 years ago
account 16900 make navgraph inflation asynchronous (#18889) 3 years ago
advanced Closes #18386 - Change language display name to traditional/simplified Chinese for Chinese locale (#18387) 3 years ago
biometric For #18202 - Refactor BiometricPromptFeature out of logins into settings 3 years ago
creditcards 16900 make navgraph inflation asynchronous (#18889) 3 years ago
deletebrowsingdata 16900 make navgraph inflation asynchronous (#18889) 3 years ago
logins 16900 make navgraph inflation asynchronous (#18889) 3 years ago
quicksettings 16900 make navgraph inflation asynchronous (#18889) 3 years ago
search 16900 make navgraph inflation asynchronous (#18889) 3 years ago
sitepermissions 16900 make navgraph inflation asynchronous (#18889) 3 years ago
AccessibilityFragment.kt For #15910 - Adds back automatic toggle, disables slider when enabled (#16070) 4 years ago
CustomizationFragment.kt For #15725: Set up preferences in onCreatePreferences instead of onResume 4 years ago
DataChoicesFragment.kt Reset experiment telemetry identifiers on data prefs change. 3 years ago
DefaultBrowserPreference.kt Add documentation 4 years ago
DropDownListPreference.kt For #8565: Fix updating dropdown preferences in ETP settings! (#8573) 4 years ago
Extensions.kt For #16847: Allow autoplay to controlled via the toolbar. 3 years ago
OnSharedPreferenceChangeListener.kt Clean up settings fragments 4 years ago
PairFragment.kt Add domestic China FxA service for Mozilla Online builds 3 years ago
PhoneFeature.kt For issue #16557 set autoplay block audio only 3 years ago
PrivateBrowsingFragment.kt For #17785 - Use screenshots setting when adding secure flag 3 years ago
RadioButtonInfoPreference.kt Fixes existing lint errors 4 years ago
RadioButtonPreference.kt For #15640: Remove private resources from RadioButtonPreference. 4 years ago
SecretDebugSettingsFragment.kt Add search current/home region to debug screen. (#17015) 3 years ago
SecretSettingsFragment.kt For #18198 - Add a feature flag for Credit Cards and Addresses autofill feature (#18200) 3 years ago
SettingsFragment.kt 16900 make navgraph inflation asynchronous (#18889) 3 years ago
SharedPreferenceUpdater.kt Fix license on remaining files 4 years ago
StringSharedPreferenceUpdater.kt For #8565: Fix updating dropdown preferences in ETP settings! (#8573) 4 years ago
SupportUtils.kt Update top sites to add PDD for MozillaOnline builds (#18615) 3 years ago
SyncPreferenceView.kt For #18241 - Refactor SyncLoginsPreferenceView to SyncPreferenceView for reusability (#18383) 3 years ago
TabsSettingsFragment.kt For #15761 - [Grid View] Enable the grid view and remove its feature flag (#16546) 4 years ago
TextPercentageSeekBarPreference.kt For #15640: Remove private resources from TextPercentageSeekBarPref. 4 years ago
TrackingProtectionFragment.kt 16900 make navgraph inflation asynchronous (#18889) 3 years ago