rubenv / node-apk-parser

Extract Android Manifest info from an APK file.
MIT License
80 stars 25 forks source link

add maxBuffer configuration #5

Closed msalahat closed 9 years ago

msalahat commented 9 years ago

There are some apk files that are larger than the hardcoded maxBuffer size [ 1024*1204 ] which creates a need to have it as an option .

rubenv commented 9 years ago

Good fix. Let's ignore the 0.8 failure, who cares about that these days? :-)

Merging + releasing.

rubenv commented 9 years ago

Published version 0.1.1 to npm

msalahat commented 9 years ago

hahah Thanks @rubenv :-)

msalahat commented 9 years ago

@rubenv Maybe you need to modify the documentation as well to mention maxBuffer configuration