wikipedia-ios icon indicating copy to clipboard operation
wikipedia-ios copied to clipboard

📱The official Wikipedia iOS app.

Results 63 wikipedia-ios issues
Sort by recently updated
recently updated
newest added

**Phabricator:** https://phabricator.wikimedia.org/T258212 ### Notes This feature allows users to export their app container via a `UIActivityViewController` from the Help and Feedback screen. ### Test Steps 1. Fresh install, log in,...

**Phabricator:** https://phabricator.wikimedia.org/T288285 ### Notes This is some foundational UI work for Apple Pay. It adds the Settings option and pushes on a view controller with an embedded SwiftUI view. For...

**Phabricator:** https://phabricator.wikimedia.org/T311071 ### Notes * Adds unit tests to new methods created (still waiting for other PRs to be merged) * Renames existing Talk Page tests with the prefix `Old`...

**Phabricator:** https://phabricator.wikimedia.org/T306124 ### Notes * We scroll away the top bar in Notifications Center, Explore Feed, and articles. We only re-show it if the user is scrolling and removes their...

**Phabricator:** https://phabricator.wikimedia.org/T311637 ### Notes This is an attempt at improving the performance and layout quirks of the talk page cells that we've been seeing. The goal is to get this...

**Phabricator:** https://phabricator.wikimedia.org/T310275 (partially) ### Notes This PR updates the layout of the talk page cell depending on whether the user is logged in or logged out. See the test steps...

Update branch before merging

**Phabricator:** https://phabricator.wikimedia.org/T311637 (partially) ### Notes This adds the shared `WMFAuthenticationManager` as a passed property on `TalkPageViewModel`. I went this route over passing the entire `MWKDataStore` as a dependency just to...

**Phabricator:** N/A ### Notes * Addressing dome feedback from another PR https://github.com/wikimedia/wikipedia-ios/pull/4321, we're transforming this method into a class extension that can be reused ### Test Steps 1. Go to...

**Phabricator:** https://phabricator.wikimedia.org/T311639 ### Notes * Add calls to the subscription APIs to get all active subscriptions and subscribe/unsubscribe to a topic * Update the talk page cells UI accordingly ###...

**Phabricator:** N/A ### Notes This fixes issues with deployment and our failing tests. 754be93 fixed a transporter error we were seeing upon attempting to upload: > Could not find transporter...