Releases: campusappcn/AndRouter
Releases · campusappcn/AndRouter
version1.2.10
fix the clash because of format url
support format string in Router.open() interface
Support
Router.open("activity://main/%s", "my");
Version 1.2.8
- It support set interceptor to Routers and it can intercept some url and do something as users want.
Version 1.2.7
remove proxy
Version 1.2.6
- Support start Activity with flags.
- Support use ActivityRouter directly.
Version 1.2.5
- Give interface to query the histories of activity changing.
Queue<HistoryItem> histories = Router.getActivityChangedHistories();
- Support multi-schemes for ActivityRouter.
Version 1.2.4
- Add open(Context, String) in the interface of Router, so users can give the context to do the action.
- Add setDebugMode(boolean debug), so users can open the output of AndRouter's logs.
Add url in the Intent ActivityRouter's generates
Add url in the Intent ActivityRouter's generates, so the routed activity can know the url routes to it.
Open方法添加返回值
Add return value in the method of open, let users know if the open is successful.
Bug fix
Dont show error when there is no annotation activity map.