Page MenuHomePhabricator

Bo2themax (Lukas)
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Saturday

  • No visible events.

User Details

User Since
Sep 4 2025, 3:34 PM (36 w, 6 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Bo2themax [ Global Accounts ]

Recent Activity

Sep 8 2025

Bo2themax added a comment to T386976: [BUG] Images flash in app upon foreground.

@Harsh_Kushwaha07 Great work for finding all these affected cells, but I don't think this is a good approach. Resetting all its content to its original state for cell reuse is the goal here. Skipping image-resetting for reuse, which violates this and could cause issues, such as if the new cell’s image is damaged or its link is unreachable, then it will display the wrong image.

Sep 8 2025, 9:57 AM · Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26), good first task

Sep 7 2025

Bo2themax updated the task description for T403896: iPadOS 26.0 Simulator (23A5326a) currently is stuck at launch.
Sep 7 2025, 8:52 AM · Code-Health, Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26)

Sep 6 2025

Bo2themax added a comment to T403896: iPadOS 26.0 Simulator (23A5326a) currently is stuck at launch.

https://github.com/wikimedia/wikipedia-ios/pull/5416

Sep 6 2025, 6:50 PM · Code-Health, Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26)
Bo2themax updated the task description for T403896: iPadOS 26.0 Simulator (23A5326a) currently is stuck at launch.
Sep 6 2025, 6:43 PM · Code-Health, Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26)
Bo2themax added a comment to T403896: iPadOS 26.0 Simulator (23A5326a) currently is stuck at launch.

-[_UIFloatingTabBar _indexPathForTabItem:] getting called repeatedly, looking like a dead loop. The iOS simulator with the same version was fine. It could be a beta system issue. Xcode version is Version 26.0 beta 7 (17A5305k).

Sep 6 2025, 6:36 PM · Code-Health, Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26)
Bo2themax triaged T403896: iPadOS 26.0 Simulator (23A5326a) currently is stuck at launch as Low priority.
Sep 6 2025, 6:34 PM · Code-Health, Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26)
Bo2themax changed the status of T403896: iPadOS 26.0 Simulator (23A5326a) currently is stuck at launch, a subtask of T395169: [Epic] iOS 26 and iPadOS 26 Migration, from Open to In Progress.
Sep 6 2025, 6:32 PM · Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26), Epic
Bo2themax changed the status of T403896: iPadOS 26.0 Simulator (23A5326a) currently is stuck at launch from Open to In Progress.
Sep 6 2025, 6:32 PM · Code-Health, Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26)
Bo2themax created T403896: iPadOS 26.0 Simulator (23A5326a) currently is stuck at launch.
Sep 6 2025, 6:31 PM · Code-Health, Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26)
Bo2themax added a comment to T395169: [Epic] iOS 26 and iPadOS 26 Migration.
Sep 6 2025, 3:59 PM · Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26), Epic
Bo2themax added a comment to T403155: Tables not displaying correctly (colors and formatting missing).

I don’t think this is a bug related to mobile native code. The page the app is loading for https://en.wikipedia.org/wiki/List_of_cruise_ships is actually https://en.wikipedia.org/api/rest_v1/page/mobile-html/List_of_cruise_ships, and the latter doesn't have the highlight or sorting capabilities enabled in any browser.

Sep 6 2025, 2:52 PM · Wikipedia-iOS-App-Backlog (Bug Backlog)

Sep 4 2025

Bo2themax added a comment to T386976: [BUG] Images flash in app upon foreground.

I think the root cause here is that when the app is entering the background or foreground, [WMFAppViewController -traitCollectionDidChange:] gets called, and [WMFAppViewController updateAppThemeIfNecessary] gets called, since the traitCollection address has changed, [WMFAppViewController appEnvironmentTraitCollectionIsDifferentThanTraitCollection:] will return true, so all of these applyTheme: gets called every time, even if the values are identical.

image.png (376×1 px, 228 KB)

Sep 4 2025, 5:25 PM · Wikipedia-iOS-App-Backlog (Wikipedia iOS Release FY2025-26), good first task