thirstycoda
thirstycoda
> I don't consider this a "cherry on top" feature. It is a requirement for mobile apps whose network connectivity will always be unreliable. I agree. Not having this feature...
I'm using this control with `np_wrapSelectorWheel` set to false so I didn't see the same behaviour as you, but I saw a problem which may have the same cause. My...
I also needed this so I've added it as part of pull request #29.
Added under pull request #29
I needed this too so I added support and raised a pull request. See #29
Hopefully this is addressed under pull request #29
+1 Thanks for creating and sharing sjson and gjson @tidwall. They are really useful libraries. However, I've also hit a bit of a stumbling block because sjson doesn't support the...
The crash occurs when the user's default font is not one of the specified fonts. This has been resolved by adding the user's default font to the set if it...
I've not used the sticker function much but it seems to work well. I didn't notice any problems. The reason I removed it from my fork was to reduce the...
This isn't my library but I thought I'd take a little look. It looks like the default brush size is hardcoded here: https://github.com/iamutkarshtiwari/Ananas/blob/f943c61a3bcc57b5079f434a078573c69f7cd240/ananas/src/main/java/iamutkarshtiwari/github/io/ananas/editimage/fragment/paint/PaintFragment.java#L40 This means you have a few options:...