Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added first level of deep linking to demo-app #154

Open
wants to merge 77 commits into
base: develop
Choose a base branch
from
Open

added first level of deep linking to demo-app #154

wants to merge 77 commits into from

Conversation

tmtron
Copy link
Contributor

@tmtron tmtron commented Nov 7, 2016

with this change, you can start controllers via a deep link directly by using the ID of their corresponding HomeDemoModel enumeration.

Example:

adb shell am start -W -a android.intent.action.VIEW -d "http://bluelinelabs.com/demo/NAVIGATION" com.bluelinelabs.conductor.demo

note: this change only handles the first level.
there could also be multiple levels of deep linking: e.g. link to the 2nd child-controller in the master-detail controller using this URL: http://bluelinelabs.com/demo/MASTER_DETAIL?item=1


HomeController homeController = new HomeController();
router.setRoot(RouterTransaction.with(homeController));
handleIntentDataUri(homeController);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't deep linking not work if you've already launched the app if you use this strategy?

EricKuck and others added 29 commits January 31, 2017 18:06
…if the view is not detached from the window. Fixes #213
* Use a singleton list for transactions
* Use built-in java list functions
Moved FabToDialogTransitionChangeHandler over to the library’s TransitionChangeHandler
@kiptoomm
Copy link

@PaulWoitaschek @tmtron @EricKuck any plan to release this or its alternatives any time soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants