Skip to content

Releases: hydraxman/hibeaver

v1.2.7

22 Jun 02:42
Compare
Choose a tag to compare

Easier way to modify jar/aar file. Not in need of Android Build plugin dependency anymore.

v1.2.6 Library module support

03 May 06:53
Compare
Choose a tag to compare
Merge pull request #13 from BryanSharp/support_library_ext

support for library

v1.2.5 bugs fixed! Independent modification supported!

28 Mar 08:13
Compare
Choose a tag to compare
  • 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

07 Mar 06:03
Compare
Choose a tag to compare
  • 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

26 Feb 13:41
Compare
Choose a tag to compare

fix bugs, better null checks.

v1.2.1

26 Feb 03:30
Compare
Choose a tag to compare
  • 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

24 Feb 14:04
Compare
Choose a tag to compare
  • clean useless code.

v1.1.2

24 Feb 13:59
Compare
Choose a tag to compare
  • clean redundant code;
  • remove useless library;

great helper!

24 Feb 12:53
Compare
Choose a tag to compare
1.1.1

upload source jar