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/trackingprotection
Mugurell cb32b1437e For #17917 - Remove the `kotlin-android-extensions` plugin
This means no code will be generated by Kotlin Android Extensions for caching
views and also for @Parcelize annotated classes.

As recommended in the official documentation
https://developer.android.com/topic/libraries/view-binding/migration#gradle
we need to switch on using `kotlinx.parcelize.Parcelize` instead of
`import kotlinx.android.parcel.Parcelize`

For #17917 - Remove the `kotlin-android-extensions` plugin

This means no code will be generated by Kotlin Android Extensions for caching
views and also for @Parcelize annotated classes.

As recommended in the official documentation
https://developer.android.com/topic/libraries/view-binding/migration#gradle
we need to switch on using `kotlinx.parcelize.Parcelize` instead of
`import kotlinx.android.parcel.Parcelize`
3 years ago
..
SwitchWithDescription.kt For #19886 integrate view binding. 3 years ago
TrackerBuckets.kt Tests and cleanup for tracking protection 4 years ago
TrackingProtectionBlockingFragment.kt For #17917: Use View binding in tracking protection(2) 3 years ago
TrackingProtectionCategoryItem.kt For #17917: Use View binding in tracking protection(2) 3 years ago
TrackingProtectionMode.kt For #17917 - Remove the `kotlin-android-extensions` plugin 3 years ago
TrackingProtectionPanelDialogFragment.kt For #20890 when TP is off globally hide TP section on quick settings. 3 years ago
TrackingProtectionPanelInteractor.kt For #19886 - Add a back navigation to the Global Quick Settings from the Tracking Protection dialog 3 years ago
TrackingProtectionPanelView.kt For #17917: Use View binding in tracking protection(2) 3 years ago
TrackingProtectionStore.kt For #19886 - Add a back navigation to the Global Quick Settings from the Tracking Protection dialog 3 years ago