Fossor

Results 3 issues of Fossor

With apps like ZEDGE and some other the background is ignored. You can add try/catch to these lines in AdaptiveIcon.java to fix that: ``` try { iconName = resources.getResourceName(manifestParser.getAttributeResourceValue(ANDROID_SCHEMA, "icon",...

Hi there! Thanks for a great stuff! I think you have little miscalculation in ImageResizer->calculateInSampleSize ``` long totalPixels = width * height / inSampleSize; ``` should be ``` long totalPixels...

Coudn't find anything in documentation.