Skip to content

v2.1.6

Compare
Choose a tag to compare
@jiongxuan jiongxuan released this 27 Jul 13:33
· 291 commits to dev since this release

replugin-host-lib

Main changes

  • (#224) Replace the referenced Apache libraries(IO/Lang3 and etc.) with RePlugin's own - @jiongxuan
  • (#241) Support "package name" and "alias" to use plugin - @jiongxuan
  • (#238) Support "startActivity()" in the plug-in's Application - @jiongxuan

Bug fixes

  • (#231) Fixed a checkDynamicClass bug when startActivity - @erhu
  • (#243) Fixed an issue that could cause a crash when opening an Activity in Intent-Filter mode - @jiongxuan
  • (#243) Fixed an issue where the "P-n" plugin was incorrectly changed when the built-in plugin was released, resulting in the loss of "package name" information - @jiongxuan

Mirror changes

  • (#229) Plug-in installation: According to APK file name, to decide which kind of solution will be used - @jiongxuan
  • (#238) Support "startActivity(intent, options)" - @jiongxuan
  • (#229) Added unregisterHookingClass method - @jiongxuan
  • (#229) Some code refactoring (PluginCommImpl/PluginLibraryPorxy/Log's) - @jiongxuan

replugin-host-gradle

Main changes

Bug fixes

  • (#223) resolve the problem that config doesn't update when remove the config closure in build.gradle & sync it - @wangfuda

replugin-plugin-lib

Mirror changes

replugin-plugin-gradle

Main changes

Bug fixes

  • (#242) Resolved if the "Unzip" an empty file, it will compile failed (especially in Tencent's Bugly) - @jiongxuan

Mirror changes

  • (#212) Optimize a piece of code and repair one bug about compatibility of path separators for window and Linux - @wangfuda