Kevin T. Coughlin
Kevin T. Coughlin
Same here
``` Exception in thread "main" com.tumblr.jumblr.exceptions.JumblrException: Not Authorized at com.tumblr.jumblr.request.RequestBuilder.clear(RequestBuilder.java:156) at com.tumblr.jumblr.request.RequestBuilder.postMultipart(RequestBuilder.java:58) at com.tumblr.jumblr.JumblrClient.postEdit(JumblrClient.java:361) at com.tumblr.jumblr.types.Post.save(Post.java:348) at App.main(App.java:37) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140) ```...
Would welcome a PR for raw response / JSON support for those that find it useful.
Addressed in #80.
Just saw this after opening #80
> @rishabhsri20 commented 5 hours ago Would you be able to post your layout file or at least a video / gif (screen cap)? We haven't used this with a...
@Linus12 doesn't look like those changes made it into release `0.0.11`. We'll work on providing a new release which will include the method. Until then you'd unfortunately have to include...
It works with `GridLayoutManager`. The only additional step is to implement `GridLayoutManager`'s `setSpanSizeLookUp` in your view or adapter if necessary for your header & footers so that it spans the...
I have some concerns before coupling the adapter & layout manager: - You'd still have to roll your own if you wanted a header or footer to not span all...
I suppose we could add support for removing header & footer views. In most cases I imagine you'd want to toggle visibility and manipulate the wrapped adapter.