apps-android-wikipedia
apps-android-wikipedia copied to clipboard
📱The official Wikipedia app for Android!
Remove unused SuggestedEditsTypeItemView and its layout
This is a pre-work for the upcoming PR of refactoring `GalleryActivity` to use `ViewModel` and `Coroutine`. The `***Suspend()` Service calls will be removed after refactoring.
This also removes unused methods from `NotificationRespository` Bug: T303943
Moved the logic to fetch preview reading list to a dedicated repository instead of a helper function. This is a small portion for carrying out major refactoring tasks for T303935
Following the migration strategy: https://developer.android.com/develop/ui/compose/migrate/strategy Ideally, we should create a new screen without having an XML file, but we do not have a new feature that needs a new screen,...
- Update the `Namespace.fromLegacyString()` and try to find the closest namespace from the entries. - Update `PageSummary.getPageTitle()` for a proper namespace - Use `PageSumary.getPageTitle()` for `LinkPreviewViewModel.kt` Pending discussion: - Performance...
The PageProperties class has a useless constructor, and the Page class performs an incorrect check for `Namespace.MAIN` that is better done via PageProperties.