dexafree
dexafree
I've already made my PR for the Spanish translations: https://github.com/vickychijwani/quill/pull/138 The build is failing, but I've now realized that the main build also fails, so it's not an issue of...
Try this: https://github.com/tdryer/hangups/issues/260#issuecomment-246578670 You won't be able to use slangouts though, as it panics and quits suddenly
Hi! Instead of ``` java Card card = new BasigImageButtonsCard(this); ``` Try by ``` java BasicImageButtonsCard card = new BasicImageButtonsCard(this); ``` `Card` is the most abstract type, made to represent...
Yes, I will have to take a look to the docs, as the API has experienced some changes since it was done
It looks like @stripathi669 's solution is the best, although it can be a little laboured doing that for every card... I will try to get a better solution
Picasso loading is already implemented by passing a String (URL of the image). Or are you talking about a local resource drawable?
Can't you pass the model you show on the Card? The Card has a reference to the context, so it's not supposed to be passed as an extra
You should need to fork the library and change the Picasso calls for the Fresco ones, or add a new Card with the Fresco methods. It's not possible to access...
You would need to implement the filtering yourself (you could try using the TAG attribute of the cards). This library only provides the display list.
I tested that, and I think it broke something, but now I don't remember. I'll try to take a look at it again