Releases: linkedin/dexmaker
Releases · linkedin/dexmaker
2.28.6
What's Changed
- Update slicer to aosp-main circa 2025-07-24 by @alanv in #201
- Update release scripts by @li-advait in #202
New Contributors
- @alanv made their first contribution in #201
- @li-advait made their first contribution in #202
Full Changelog: 2.28.5...2.28.6
2.28.5
What's Changed
- Mock: Add multidimensional type class by @wescande in #196
- Add support for 16KB page sizes for native libraries by @cleberhenriques in #198
- Enable 16kb page size by @auras in #200
New Contributors
- @wescande made their first contribution in #196
- @cleberhenriques made their first contribution in #198
- @auras made their first contribution in #200
Full Changelog: 2.28.4...2.28.5
2.28.4
2.28.3
2.28.1
2.28.0
2.25.1
2.25.0
2.21.0
- Correctly handle shared classloaders
- Update to Mockito 2.21.0
- Allow for AccessFlags.ACC_SYNTHETIC
- Add support for BRIDGE methods and SYNTHETIC fields
- Update Dalvik-dx to 9.0.0_r3
- Do not consider method modifers while sorting #70
- Consider interfaces implemented when generating proxy classes #124
- Improve AppDataDirGuesser to work for secondary Android users #128
2.19.1
- Allow starting of static-spy-session for objects without 0-arg constructor
- Allow static advice to see hidden APIs