Skip to content

Releases: campusappcn/AndRouter

version1.2.10

19 Aug 08:16
Compare
Choose a tag to compare

fix the clash because of format url

support format string in Router.open() interface

10 Mar 03:43
Compare
Choose a tag to compare

Support

Router.open("activity://main/%s", "my");

Version 1.2.8

02 Mar 03:13
Compare
Choose a tag to compare
  1. It support set interceptor to Routers and it can intercept some url and do something as users want.

Version 1.2.7

29 Dec 01:50
Compare
Choose a tag to compare
remove proxy

Version 1.2.6

16 Aug 09:02
Compare
Choose a tag to compare
  1. Support start Activity with flags.
  2. Support use ActivityRouter directly.

Version 1.2.5

13 May 07:00
Compare
Choose a tag to compare
  1. Give interface to query the histories of activity changing.
Queue<HistoryItem> histories = Router.getActivityChangedHistories();
  1. Support multi-schemes for ActivityRouter.

Version 1.2.4

12 May 06:14
Compare
Choose a tag to compare
  1. Add open(Context, String) in the interface of Router, so users can give the context to do the action.
  2. Add setDebugMode(boolean debug), so users can open the output of AndRouter's logs.

Add url in the Intent ActivityRouter's generates

12 May 05:44
Compare
Choose a tag to compare

Add url in the Intent ActivityRouter's generates, so the routed activity can know the url routes to it.

Open方法添加返回值

10 May 06:34
Compare
Choose a tag to compare

Add return value in the method of open, let users know if the open is successful.

Bug fix

27 Apr 11:10
Compare
Choose a tag to compare

Dont show error when there is no annotation activity map.