kenglxn / QRGen

a simple QRCode generation api for java built on top ZXING
http://glxn.net/2012/03/10/qrgen-a-small-wrapper-on-top-of-zxing-for-generating-qrcodes-in-java
1.49k stars 299 forks source link

release 2.4.0 #94

Closed kenglxn closed 6 years ago

kenglxn commented 6 years ago

TODO:

atomfrede commented 6 years ago

Regarding code formaating I found https://github.com/diffplug/spotless quite useful (currently only supports gradle but maybe thats no problem). Furthermore I was thinking about adding SVG support again via apache batik, which is apache 2 licensed so it won't conflict with qrgens license. What do you think?

kenglxn commented 6 years ago

Regarding code formaating I found https://github.com/diffplug/spotless quite useful (currently only supports gradle but maybe thats no problem)

Nice! Will have a look at it in the holidays.

Furthermore I was thinking about adding SVG support again via apache batik, which is apache 2 licensed so it won't conflict with qrgens license. What do you think?

Sounds great. :)

atomfrede commented 6 years ago

I will open an issue for the svg support to keep track about it.

atomfrede commented 6 years ago

We should also think of at least automatic module naming with regards to java 9 modules: http://branchandbound.net/blog/java/2017/12/automatic-module-name/?utm_content=buffer704a9&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer

kenglxn commented 6 years ago

indeed. I will have to look into it when I have some more spare time.

kenglxn commented 6 years ago

Published 2.4.0 althoug did not get to all the points in this issue. Moving them out to another post release issue, as I don't think the release needs to wait for them https://github.com/kenglxn/QRGen/releases/tag/2.4.0