Vladislav Ermolin

Results 7 issues of Vladislav Ermolin

Since API 28 all NetworkInfo properties are deprecated https://developer.android.com/reference/android/net/NetworkInfo and it is intended not to use them but use `NetworkCallback` instead. ReactiveNetwork already uses `NetworkCallback` on Marshmellow and higher https://github.com/pwittchen/ReactiveNetwork/blob/RxJava2.x/library/src/main/java/com/github/pwittchen/reactivenetwork/library/rx2/network/observing/strategy/MarshmallowNetworkObservingStrategy.java...

enhancement
external dependency

I get PHOTO_THUMBNAIL_URI from contacts content provider. But image is not displayed by UIL. Here's uri example: content://com.android.contacts/contacts/67/photo Main page says that "content" uri is supported.

I used AS 4.1.1. Imported the project and could see the custom rule highlighting. Then I updated to 4.2.2, reseted AS to its defaults and re-imported the project. Since that...

Hi! Please, read the whole issue, before rejecting it, as I think at least part of it is directly related to this project. The chapter about partial analysis says, that...

I need to achieve such behavior: 1) Horizontal FlowLayout contains several TextViews. 2) It also contains EditText which is always in the end and occupies the whole width of the...

https://github.com/android/play-billing-samples/blob/047d2eb8eef8fe32ec07a115580faea8eb865e43/ClassyTaxiAppKotlin/app/src/main/java/com/example/billing/gpbl/BillingClientLifecycle.kt#L333 Hi Is the above case "legal"? User has made a purchase, GPBL reports it being successful, but for some reason doesn't provide any "purchase" to process. In which cases...

Realm Java 11.0.0 is the latest version. There used be synced Gradle plugin versions, but for 11.0.0 it's missing in Maven. 10.19.0 is the last available one. Can plugin and...

O-Community