Skip to content

v2.1.3

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

replugin-host-lib

  • Support startActivityForResult from Host to Plugin - @erhu
  • Fix PluginDexClassLoader中不能正常的从宿主ClassLoader中加载类 - @ckjavacoder
  • Fix AppCompatActivity没有设置android:theme而在Application中设置后导致找不到Theme的问题 - @coder-zhao
  • Remove WmWrapper and optimize Activity Label's behavior - @jiongxuan

replugin-host-gradle

replugin-plugin-gradle

  • Compat for Instant Run - @lizhangqu & @erhu
  • Using reflection to access internal field and fix crash in Windows system - @goodev

replugin-plugin-lib

  • Support startActivityForResult (compat with host library v2.1.2 and below) - @erhu