Releases: linkedin/dexmaker
Releases · linkedin/dexmaker
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
2.19.0
- Removed last usages of internal Mockito APIs - #46
- Added experimental support for mocking static methods on Android P+ via the
dexmaker-mockito-inline-extended
artifact - #97 - Updated
dexmaker-mockito-inline
to compile against finalized Android P APIs - Updated
dexmaker-mockito-inline
to allow mocks to call blacklisted APIs on Android P - #106 - Updated underlying Mockito version to 2.19.0
2.16.0
- New dexmaker-mockito-inline artifact which implements the Mockito inline API and allows mocking final classes & methods on Android P+
- NOTE: Using this artifact requires compiling and running with at least Android P Developer Preview 1
- ByteBuddy is now excluded from the transitive dependency on Mockito, which should bring significant method count savings for dexmaker-mockito users - #82
- Update underlying Mockito version to 2.16.0 - #85
- Allow opt-in mocking of package private classes - #72
- Better stack trace cleaning for dexmaker-mockito - #73