Francisco Franco

Results 23 comments of Francisco Franco

https://github.com/javiersantos/PiracyChecker/commit/297f1802fd0938b87845402366fff5c7c606cf63 looks fine to me, and it's a good idea to remove some automatic patching capability. https://github.com/javiersantos/PiracyChecker/commit/82ae6a48e2673e61196907486e7b07a1dda58ade this looks good for me too. Although lucky patcher guys can easily just...

@Jasi2169 Thank you for the very informative and detailed post. None would be possible without your infinite wisdom and profound knowledge. Please grace us with your presence and enlightment in...

Possible fix, call PiracyChecker.destroy() before super.onDestroy(); and it clears up the Activity reference. Doing that and I can't reproduce the issue anymore. Since that part isn't taken care by the...

After some testing even in some cases the context that's referenced through the ResultListener isn't cleared even after destroying it through PiracyChecker.destroy(); This https://github.com/javiersantos/PiracyChecker/blob/master/library/src/main/java/com/github/javiersantos/licensing/LibraryChecker.java#L306 needs to be static or make...

Sure, it's and easy fix.

Well, yes but I didn't want to embed the app with root dependencies to be fair

If you disable ondemand from the config you won't need to do anything, but I pushed the fix to Ondemand building to my hammerhead repo, branch nightlies. 2014-03-31 6:53 GMT+01:00...

> Also consider `write /sys/block/mmcblk0/queue/scheduler noop`, it's considered more flash media friendly. It's not considered more "flash media friendly", but that's a discussion for another moon.

Hi @koral-- ! Is there any hope for WebP support in the future? I currently have to import the entire Fresco (https://github.com/facebook/fresco) to be able to read WebP's on my...