pomelo-androidclient icon indicating copy to clipboard operation
pomelo-androidclient copied to clipboard

Wrong jar included in release

Open jsotuyod opened this issue 11 years ago • 1 comments

The release uploaded for 0.0.1 includes the correct code, but a jar generated with outdated sources.

In particular, the jar included in the release does not include the fixes to Protocol.java to prevent invalid codepoints. This can be easily asserted, just include the jar as-in in any given project, send 128 messages, and Pomelo will thrown an IllegalArgumentException when trying to perform Character.toChars(-128)

Using ant jar to regenerate the jar and using that new one works just fine.

jsotuyod avatar Sep 17 '14 21:09 jsotuyod

Thanks

py8765 avatar Sep 18 '14 01:09 py8765