apps-android-wikipedia
apps-android-wikipedia copied to clipboard
📱The official Wikipedia app for Android!
It is using `iText5` but there's a newer version `iText7`. Maybe considering switching it to the new one.
KotlinX DateTime uses KotlinX Serialization internally, so separate method calls are not needed for (de)serialization.
It is recommended to use `ConcurrentHashMap` over `Hashtable`, and it removes the need to manually make the methods in `DateUtil` synchronized.
`JobIntentService` has been deprecated in favor of `WorkManager`.
Hello! This PR will add functionality to display a short-lived snackbar when the user is redirected on clicking a link in the app or when opening the app by clicking...
* Improve conversion of `ColorInt` resource to CSS color, preserving opacity.