Malachiasz

Results 15 issues of Malachiasz

When Retrofit2 returns okhttp3.ResponseBody then it has to be closed in order to avoid memory leaks, right? It's something what I have just noticed in our code and am not...

Documentation

Or generally for any kind of styling

In version 0.8.0, timber module, clicking Show logs, clicking share, causes strict mode exception: ``` 04-08 14:49:15.571 6476 6476 E StrictMode: null 04-08 14:49:15.571 6476 6476 E StrictMode: java.lang.Throwable: file://...

I see few such crashes: ``` 17 java.lang.NullPointerException: Attempt to get length of null array 18 at io.palaima.debugdrawer.timber.data.LumberYard.cleanUp(LumberYard.java:140) ``` I think this code: ``` public void cleanUp() { File dir...

Version 0.18 java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference at org.dmfs.rfc3986.encoding.FormEncoded.encoded(FormEncoded.java:140) at org.dmfs.rfc3986.encoding.FormEncoded.toString(FormEncoded.java:127) at org.dmfs.rfc3986.encoding.FormEncoded.length(FormEncoded.java:84) at java.lang.StringBuilder.append(StringBuilder.java:288) at org.dmfs.rfc3986.encoding.XWwwFormUrlEncoded.toString(XWwwFormUrlEncoded.java:119) at org.dmfs.httpessentials.entities.TextRequestEntity.lambda$new$0(TextRequestEntity.java:40) at org.dmfs.httpessentials.entities.-$$Lambda$TextRequestEntity$Z-7MUgUWXmaK6a4JNCeTn-SC_P4.value(lambda) at...

W/dalvikvm(27335): threadid=1: thread exiting with uncaught exception (group=0x40dd5930) FATAL EXCEPTION: main java.lang.NullPointerException at com.androidquery.util.Common.shouldDelay(Common.java:328) at com.androidquery.util.Common.shouldDelay(Common.java:340) at com.androidquery.AbstractAQuery.shouldDelay(AbstractAQuery.java:2266) at de.meinprospekt.android.adapter.ShopsAdapter.getView(ShopsAdapter.java:76) at com.mobeta.android.dslv.DragSortListView$AdapterWrapper.getView(DragSortListView.java:730) at android.widget.AbsListView.obtainView(AbsListView.java:2159) at android.widget.ListView.makeAndAddView(ListView.java:1831) at android.widget.ListView.fillDown(ListView.java:674) at android.widget.ListView.fillGap(ListView.java:638)...

https://github.com/sephiroth74/HorizontalVariableListView - because author of this library doesn't bother to fix errors and accept users commits.

Don't you think it's better to stick to one or the other? What benefits gives using them both in one project?

Why to use onClickListener on the binding if listener can be defined on xml level?

Any suggestion how to modify this library so it works with overlay clickable and zoomable icons? I can answer myself. I have made R.id.rlContainer to which I attach elements. ```...