apps-android-wikipedia
apps-android-wikipedia copied to clipboard
📱The official Wikipedia app for Android!
https://phabricator.wikimedia.org/T373410 The idea is to use the current logic in the `GooglePayViewModel` that decides to show in the Donation dialog or CustomTab.
Refactor the recurring tasks to use the [Work](https://developer.android.com/jetpack/androidx/releases/work) library instead. This allows for [constraints](https://developer.android.com/reference/androidx/work/Constraints) (e.g. network connectivity, device idleness) to be taken into consideration, and the library handles running the...
Pass [`SavedStateHandle`](https://developer.android.com/reference/androidx/lifecycle/SavedStateHandle) instead of `Bundle` to the view models. Values provided via an Intent's extras or a fragment's arguments are automatically passed to the state handle in the default view...
Mostly to be tested when reading articles, and in Places. (other usages of link previews throughout the app are not expected to work properly yet.) https://phabricator.wikimedia.org/T356246
**Phabricator:** https://phabricator.wikimedia.org/T376435
**Phabricator:** https://phabricator.wikimedia.org/T376330 https://phabricator.wikimedia.org/T376437
**Phabricator:** https://phabricator.wikimedia.org/T376431