apps-android-wikipedia
apps-android-wikipedia copied to clipboard
📱The official Wikipedia app for Android!
Simplify the available languages retrieval method using sequence operations
Replace the `UtcDate` class with `DateUtil` methods relying on `LocalDate`.
Add serializers for `Instant`, `LocalDate` and `LocalDateTime`.
Convert the time preferences to `Instant`s and improve the time difference calculations.
While we're at it, let's add some string resources for the future IP masking work, so that these can start getting translated, too.
https://phabricator.wikimedia.org/T348187
After verifying data coming thru in a recent pre-prod beta release, this PR proposes to submit events for the remaining Android instruments (currently submitted via Modern Event Platform) via Metrics...
**phab**: https://phabricator.wikimedia.org/T334356
On the "Search" section, the application shows the history of the pages the user has viewed. The history view supports filtering and deleting. In this commit, we add a new...