Luca Pellizzari

Results 12 issues of Luca Pellizzari

Hi, it's me again. I've noticed an error while trying to make a custom ImageViewFactory, let me explain: -You are loading a thumbnail in a detail view of the image...

Hi, I'm committing what we discussed in #176, I've fixed the sample app, divided in two activities, and fixed the exit out animation while zoomed in the second activity. We...

Hi, JRAW is missing the new guildings object, with support for reddit silver and platinum. I notice that this repo is getting stale, do you want any help? PR? I...

I'm trying to convert a Comment instance to a json string and vice-versa. I'm using two extensions function to do this: fun Comment.toJson(): String = commentAdapter.toJson(this) fun fromJsonComment(json: String): Comment?...

Hi, Jraw fails to build a signed config with proguard, to make it work I have to use -dontobfuscate. this is the config I'am using ( after looking at #86...

I've merged master on branch v1.6.0, and added both before and after-tax calculation based on a switch in settings, as discussed here: https://community.invoiceplane.com/t/topic/8544/14 To a first comparison, the numbers should...

Hi, when I try to build I get this error message, I tried multiple configurations of gradle I found online, but nothing works... this is the message: * What went...

bug

Right now we are testing API calls with the sample app, we should be diligent and unit test as much as possible

enhancement

We should add docs and a cookbook to simple operations.

enhancement

Hi, We've had the Iterable SDK for a few months implemented into our app, without any issues, but since a couple of weeks ago (3.3.6 - 3.3.8 but we're not...