Skip to content

Releases: yjfnypeu/Router-RePlugin

release 0.9.0

21 May 08:31
Compare
Choose a tag to compare

修复跨插件启动时。设置requestCode无效的问题
兼容RePlugin 2.2.4 & Router 2.7,2版本使用

release 0.8.0

21 Mar 09:17
Compare
Choose a tag to compare

修复#4:摒弃使用RePlugin.createIntent的方式进行Intent创建,避免创建Intent失败出现问题

release 0.7.0

24 Feb 10:28
Compare
Choose a tag to compare

重构跨插件时的动作路由启动逻辑,修复不能由插件向宿主中发送动作路由的问题。

release 0.6

18 Sep 05:16
Compare
Choose a tag to compare

重构路由启动器逻辑。重构为:当匹配到的目标路由为非当前插件中所配置的时。将通过RouterBrideActivity。中转到对应插件中再进行恢复启动。

release 0.5

12 Sep 06:51
Compare
Choose a tag to compare
  1. 添加onStartLoading与onLoadedCompleted回调。便于进行插件加载时,显示弹窗等进行通知
  2. 插件加载放置于子线程中:防止阻塞UI。

release 0.4

30 Aug 10:16
Compare
Choose a tag to compare

添加插件间跳转时。转场动画支持

release 0.3

25 Aug 08:47
Compare
Choose a tag to compare

升级内置Router版本到2.4.4. 移除不必要的清单注册信息

release 0.2.0

25 Aug 06:01
Compare
Choose a tag to compare

fixed bug

release 0.2

25 Aug 05:32
Compare
Choose a tag to compare
  1. 完善javadoc
  2. 对IPluginCallback添加路由恢复通知:onResume(uri)

release 0.1

25 Aug 03:19
Compare
Choose a tag to compare
change UpdatePlugin dependency to provided