Petros Paraskevopoulos
Petros Paraskevopoulos
Parent #17173 This issue is about resolving the `getExternalStoragePublicDirectory(...)` and `allowScanningByMediaScanner()` compile warnings for the WordPress module, and possibly, for the lib modules as well. PS: Some of those warnings...
Nullability Annotations to Java Classes - DialogFragment - Replace `findViewById` with `ViewBinding`
Parent #18911 This issue is about adding replacing `findViewById(...)` with [ViewBinding](https://developer.android.com/topic/libraries/view-binding) to as many Java-related `DialogFragment` classes as possible. Instead of adding missing nullability annotations (`@Nullable` & `@NonNull`) to layout...
Parent #17173 This issue is about resolving the `Glide` compile warnings, related to `BaseTarget` and `ViewTarget`, for the WordPress module, and possibly, for the lib modules as well. PS: Some...
As part of my previous work on #17215 and #17960 I keep stumbling on the fact that on WPAndroid, instead of using the [AndroidX Preference](https://developer.android.com/reference/androidx/preference/package-summary) library for anything settings related,...
TODO
### Description TODO ### Testing information TODO - [x] I have considered if this change warrants release notes and have added them to `RELEASE-NOTES.txt` if necessary. Use the "[Internal]" label...