User Details
- User Since
- Oct 22 2014, 7:08 PM (526 w, 2 d)
- Availability
- Available
- IRC Nick
- dbrant
- LDAP User
- Dbrant
- MediaWiki User
- DBrant (WMF) [ Global Accounts ]
Yesterday
Thu, Nov 21
Latest apk (same as the other task): https://github.com/wikimedia/apps-android-wikipedia/actions/runs/11961520798/artifacts/2221182539
@HNordeenWMF All of these tasks are testable with the live Wikipedia Beta app from the Play Store.
We deployed the above change, and it was working in staging, but when rolled out to production we're now seeing an influx of logstash messages like this.
Wed, Nov 20
For now, let's just add fitsSystemWindows=true to all the root Views of activities that don't already have it. (The priority is to make things compatible with upgrading to SDK 35)
Later, after this is done, we can look through every individual Activity and decide if we should make it fancier, and flow to the edges, flow into the status bar, etc.
(It's totally fine if the "custom" app icon appears only in the launcher screen, while other screens like App Info still show the default icon) (As long as this fixes the ugly standard "android" icon 😆)
Tue, Nov 19
Here is an APK with the implementation so far:
https://github.com/wikimedia/apps-android-wikipedia/actions/runs/11917094545/artifacts/2208377492
Here is an APK with the implementation so far:
https://github.com/wikimedia/apps-android-wikipedia/actions/runs/11917094545/artifacts/2208377492
Mon, Nov 18
(updated APK links to account for today's hotfix for T380145)
To clarify, are you referring to building apps for your own personal wiki, or for other Wikimedia wikis?
(adding mobile apps teams, to put on our qa/tracking columns)
Looks like this is due to new behavior introduced in Android 15 and the way it handles window insets (because why not!). This impacts many other Activities, not just search:
There have been requests in the distant past for a "generic MediaWiki app" (T165495), but over the course of time, the official Wikipedia app has become rather dependent on Wikipedia-specific services, not just MediaWiki and its extensions.