Vladislav Ermolin

Results 18 comments of Vladislav Ermolin

What about the ending single quotes, which appear in the end of the objective form of plurals? Like "providers'".

Important information: the same thumbnail displayed correctly if I pass it to ImageView.setImageUri.

Also looked at the code and found these strings: ``` else if (imageUri.startsWith(CONTENT_CONTACTS_URI_PREFIX)) { // contacts photo return getContactPhotoStream(uri); } ``` Looks like it expects contact uri only but not...

@zeatual tried that, didn't work. @Truerall perhaps your're right. I'm not able to test it right now and actually made a workouround extending BaseImageDownloader as far as I remember. However...

I have a feeling that the approach from `VectorDrawableCompatDetector` works only when `checkDependencies` is set to **true** in lint config. But this is not mentioned anywhere.

> I also experience this issue, the only fix that worked for me was to manually copy the generated jar file for the rule(checks.jar) into ~./android/lint. Doing this enabled the...

Is it going to be fixed? It's disappointing that handling 204 response code requires extra effort and an ugly `Response` return type.

This thread gives a hint about identifying trial offer. But how to get its length?

@jobernolte ok, how to get the billing period of the offer after trial expires? Lets say I have a yearly offer with 2 weeks free trial. This field gives free...

BY the way, same is valid for price: how to know for the trial offer how much use will pay after trial expires?