Alex Kashchenko
Alex Kashchenko
Hacky patch against 1.7.8-ics to enable empty lines and disable plain text reflow is [here](https://gist.github.com/alexkasko/5331011). Patched APK binary: [FBReaderJ-1.7.8-ics-noreflow.apk](https://bitbucket.org/alexkasko/share/downloads/FBReaderJ-1.7.8-ics-noreflow.apk). Tested only on [this plaintext book](http://www.gutenberg.org/cache/epub/2264/pg2264.txt) (it has now exactly the...
This version does not support jars unpacking before decompilation. Slow decompilation speed made big jars processing not very convenient. It's not hard to add, but to add it cleanly, all...
For disassemble it just reads files from [jar one by one](https://github.com/Storyyeller/Krakatau/blob/master/disassemble.py#L51), not sure about decompilation. I think jar processing time will be negligible (in either ways) comparing to actual decompilation.
If It really works I will be glad to add it. I haven't dig it much but read somewhere in jython wiki that compiler works only with jython 2.2 and...
Hi, thanks for the fix, unfortunately I have no free cycles to maintain this lib anymore, I posted details here - https://groups.google.com/forum/#!topic/mechanical-sympathy/_miYYok2Rrg .
Hi, On 12/18/2015 07:59 PM, CD.Wang wrote: > First of all, gpg is not by-default available on mac. I installed via brew. > > Then I ran into "gpg: no...