Skip to content

Releases: linkedin/dexmaker

2.28.6

Choose a tag to compare

@li-advait li-advait released this 05 Aug 07:05

What's Changed

New Contributors

Full Changelog: 2.28.5...2.28.6

2.28.5

Choose a tag to compare

@li-advait li-advait released this 16 Jun 16:05

What's Changed

New Contributors

Full Changelog: 2.28.4...2.28.5

2.28.4

Choose a tag to compare

@kkoser kkoser released this 09 Aug 05:16
  • Use NDK r27 and package riscv64 artifacts #193
  • Upgrade dexmaker to AGP 8.5 #192

2.28.3

Choose a tag to compare

@cckroets cckroets released this 11 Jul 23:59
  • Update CI flows to use Java 11 #182
  • Make generated jar files read-only after creation #181

Note: The 2.28.2 release was never published due to a release error. The changes are including in this release

2.28.1

Choose a tag to compare

@li-wjohnson li-wjohnson released this 12 Feb 18:28
  • Move artifact publishing from JCenter to MavenCentral #174
  • Fix crash when real hashCode() is called in mocktionsession #170
  • Change mockito-core dependency from "implementation" to "api" #166

2.28.0

Choose a tag to compare

@drewhannay drewhannay released this 04 Jun 17:53
  • guessPath not to depend on the first level of app directory - #156
  • Support generating locals that reference generated class types - #151
  • Update Mockito to 2.28.2 - #153

2.25.1

Choose a tag to compare

@drewhannay drewhannay released this 21 Nov 21:55
  • Add support for abstract and native methods generation - #144
  • Allow ProxyBuilder to call hidden APIs - #150

2.25.0

Choose a tag to compare

@drewhannay drewhannay released this 21 Mar 22:36
  • Update Mockito to 2.25.0
  • Fix crash in InspectClass - #134
  • Implement new InlineMockMaker interface in Mockito 2.25.0 - #137

2.21.0

Choose a tag to compare

@drewhannay drewhannay released this 21 Jan 20:05
  • 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

Choose a tag to compare

@drewhannay drewhannay released this 26 Jul 02:09
  • Allow starting of static-spy-session for objects without 0-arg constructor
  • Allow static advice to see hidden APIs