apps-android-wikipedia icon indicating copy to clipboard operation
apps-android-wikipedia copied to clipboard

📱The official Wikipedia app for Android!

Results 119 apps-android-wikipedia issues
Sort by recently updated
recently updated
newest added

Remove unused SuggestedEditsTypeItemView and its layout

Minor
Ready to merge

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.

Ready to merge

This also removes unused methods from `NotificationRespository` Bug: T303943

Minor
Ready to merge

https://phabricator.wikimedia.org/T362698

WIP
Design review

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,...

Experimental

- 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...

Experimental

The PageProperties class has a useless constructor, and the Page class performs an incorrect check for `Namespace.MAIN` that is better done via PageProperties.

Minor
HOLD