Skip to content

Releases: campusappcn/AndRouter

version1.2.10

Choose a tag to compare

@beautifulSoup beautifulSoup released this 19 Aug 08:16

fix the clash because of format url

support format string in Router.open() interface

Choose a tag to compare

@beautifulSoup beautifulSoup released this 10 Mar 03:43

Support

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

Version 1.2.8

Choose a tag to compare

@beautifulSoup beautifulSoup released this 02 Mar 03:13
  1. It support set interceptor to Routers and it can intercept some url and do something as users want.

Version 1.2.7

Choose a tag to compare

@beautifulSoup beautifulSoup released this 29 Dec 01:50
remove proxy

Version 1.2.6

Choose a tag to compare

@beautifulSoup beautifulSoup released this 16 Aug 09:02
  1. Support start Activity with flags.
  2. Support use ActivityRouter directly.

Version 1.2.5

Choose a tag to compare

@beautifulSoup beautifulSoup released this 13 May 07:00
  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

Choose a tag to compare

@beautifulSoup beautifulSoup released this 12 May 06:14
  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

Choose a tag to compare

@beautifulSoup beautifulSoup released this 12 May 05:44

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

Open方法添加返回值

Choose a tag to compare

@beautifulSoup beautifulSoup released this 10 May 06:34

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

Bug fix

Choose a tag to compare

@beautifulSoup beautifulSoup released this 27 Apr 11:10

Dont show error when there is no annotation activity map.