fenix/app/src/main/java/org/mozilla/fenix/components/appstate
Mugurell 06d4384c11 For #25025 - Rename PocketStoriesChange to PocketStoriesClean
PocketStoriesChange was called only once - to clean the shown stories when the
user gets to the homescreen and the Pocket feature is disabled - useful for the
situations in which the user returns after disabling the feature in settings.

Populating the store with recommended stories to show was already happening
based on 'PocketStoriesCategoriesChange' and sponsored stories will be added by
using 'PocketSponsoredStoriesChange' so renaming 'PocketStoriesChange' will
help on reducing any confusion in the future.

Also added documentation for all Pocket related actions from AppStore and
removed the 'UndocumentedPublicClass' detekt suppressions.
2022-05-25 07:28:57 +00:00
..
AppAction.kt For #25025 - Rename PocketStoriesChange to PocketStoriesClean 2022-05-25 07:28:57 +00:00
AppState.kt For #25025 - Use the `PocketStory` supertype 2022-05-25 07:28:57 +00:00
AppStoreReducer.kt For #25025 - Rename PocketStoriesChange to PocketStoriesClean 2022-05-25 07:28:57 +00:00