jk.yeo

Results 16 comments of jk.yeo

the same error when tap outside of the window

May be you can try application context via custom singleton application class.

The same problem with it. - Android OS: 7.0 - Lib version: 1.1.0 - Logcat: ```java java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.readystatesoftware.chuck.internal.data.HttpTransaction.getNotificationText()' on a null object reference at...

@Niekevin007 ```java chain.request().url().encodedUsername() chain.request().url().encodedPassword() chain.request().url().username() chain.request().url().password() ``` interceptor 中这四个参数或许可以帮到你。

这个 POST 请求是没有参数,即没有 body 的是吗?

感谢反馈,目前 Post 的请求仅支持 x-www-form-urlencoded 形式的 body 。其他形式自动追加在了 url 后。如果确实有 Form Body 参数追加的需求。我研究一下实现方法。

@yangyonguo 最近略忙,可能要等一段时间。

@taosimple @bekirdursun @bmbariah Fixed on my PR #29