Skip to content

Releases: iyxan23/zipalign-java

v1.2.0 Release

30 Aug 03:21
v1.2.0
53982f6
Compare
Choose a tag to compare

Implement the ability for the function to be able to set a custom alignment for .so files whilst retaining compatibility with the older functions.

Old functions now align .so files in 16384-byte boundaries (16KiB) by default as required in newer Android 15+ versions.

Full Changelog: v1.1.3...v1.2.0

v1.1.3 Hotfix Release

17 May 16:12
b0fd7ce
Compare
Choose a tag to compare

Fixes an issue where most zips that doesn't need alignment to get corrupted (#11)

Thanks to @deroko for reporting the issue and providing a fix!

Full Changelog: v1.1.2...v1.1.3

v1.1.2 Hotfix Release

28 Feb 06:44
7af19d8
Compare
Choose a tag to compare

Merged a PR by @klecko: #9 which prevents overflowing from happening, because of an overlooked issue that comes with implementing aligning .so files. Big thanks to him!

Full Changelog: v1.1.1...v1.1.2

v1.1.1 Hotfix Release

08 Feb 13:38
f87cda1
Compare
Choose a tag to compare

Fixed the publication to jitpack, it apparently didn't include any jar files (weirdly no one seems to be complaining) ever since zipalign-java was first released (1.0.0).

And also huge thanks to @klecko for a patch where the parser wouldn't reset its position when encountering an .so file (#8).

Full Changelog: v1.1.0...v1.1.1

v1.1.0

31 Jan 00:55
e42d816
Compare
Choose a tag to compare

Implemented aligning .so files in 4KiB page boundaries.

Full Changelog: v1.0.0...v1.1.0

v1.0.0 Release

30 Jan 07:18
ea21521
Compare
Choose a tag to compare

The first release of zipalign-java.