mecoFarid

Results 29 comments of mecoFarid

Experiencing the same issue on Samsung Galaxy Note8, Android 7.1 `Library version 2.1.0`

@williamwong9090 "no address associated with hostname" is not a Retrofit related problem. This hapens when you don't have internet access or you haven't defined `Internet` permission in `manifest.xml`

@gMan1990 Possibly your IDE (or test machine) decodes and pretty-prints the URL

@temp-droid I'm not using `Context.getText()` anywhere in my code . I'm using `Context.getString()` which returns `String`. `Context.getString()` internally uses `Resources.getString(int) {getText(int).toString()}`, so I don't see problem a here

@temp-droid I appreciate your help and clues about what could be the problem. I actually mock the `Resources.getString()` as well. Should have mentioned this earlier, probably (I edited the question)....

I tried it, now both `any()` and `anyString()` fail. I think having `when(mockContextResources.getString(anyInt())).thenReturn("mocked_string");` Would have been enough too, I mean, `Context` was going to delegate call to `Resource.getString()` which is...

How did you get 4 items in the first two rows? Was it done with some attribute or FLexBox just randomly added 4 and pushed others into 3rd? Because I...

Wonder when that "2.1-ish" will be released, given that 3.0.0 is already released.

> ```kotlin > applyChangesToDb > ``` It will throw an exception if you try to call it on untracked changes. Like if it's first time you're putting that `Note` into...

> I thought we have tracked that already, but did not find it... Seems like abondened issue