Releases: hydraxman/hibeaver
Releases · hydraxman/hibeaver
v1.2.7
v1.2.6 Library module support
Merge pull request #13 from BryanSharp/support_library_ext support for library
v1.2.5 bugs fixed! Independent modification supported!
-
use the following configuration to start independent Jar/Aar modification:
modifyTasks = ["${rootDir.absolutePath}//libs/xxx.jar": ...]
-
use the asm library within gradle libs, therefore fixed the compatibility bugs.
v1.2.3 Lightweight AOP feature supported
- by adding the following two features, hibeaver now supports lightweight AOP.
- add regEx&wildcard match feature
- include all project classes, not only the byte code in library jars
- better structure, more flexibility
v1.2.2
v1.2.1
- Make it compatible with all kinds of android build extensions
- log help content
- full visit log
- Save the modified jar for the user to check the real modified code. The user can find it in dir ./build/HiBeaver
- Simplify the jar processing and method matching procedure.
- Remove useless code
- Change improper names
- Demo is ready as a submodule of this project. After submodule sync finished, a settings.gradle file is needed for including the demo app module.
- Match method params are better structured.
- A revisit of modified method code is logged for the user to have a better review.
v1.2.0
v1.1.2
great helper!
1.1.1 upload source jar