-
Notifications
You must be signed in to change notification settings - Fork 343
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
tmtron
wants to merge
77
commits into
bluelinelabs:develop
Choose a base branch
from
tmtron:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
25cb51c
updated android build tools to 2.2.2
tmtron 81db35d
implemented first level of deep linking
tmtron 104d96e
Filled out @Nullable and @NonNull annotations throughout the library
EricKuck 07a579b
Fixed incorrect child router backstack handling if controllers were V…
EricKuck 9948cb4
Navigation Demos: "GO UP" is hidden in "Controller #0" - closes #158 …
tmtron 803c20e
Added UiThread annotations - closes #145
EricKuck 977db6b
Merge branch 'develop' of github.com:bluelinelabs/Conductor into develop
EricKuck 1118545
Fixed nullable annotations for menu callbacks
EricKuck db359d9
Un-deprecated getChildRouter with a tag. Fixes #160.
EricKuck 96e068d
Fixes a controller's internal backstack when `setBackstack` is used o…
EricKuck 638b2ad
Version bump
EricKuck 1ba0bf5
the deep link navigation will now also work, when the activity is alr…
tmtron ae42ee1
Attempted fix for #165
EricKuck 285eb59
add rxlifecycle2 support, fixes #148 (#171)
burntcookie90 2388fa2
Added a demo for the new RxLifecycle2Controller
EricKuck 95baa8b
Fixes #172
EricKuck acce9b1
Simplified setRoot implementation
EricKuck 9655170
Fixes tests
EricKuck 7ea4872
Updated ordering of calls in backstack to be in line with other backs…
EricKuck 7334ed5
ControllerPagerAdapter updates to enable using a per-page router if n…
EricKuck 43c825f
- Child backstack is now properly restored when Android kills the pro…
EricKuck c8640af
Remove saveState option for RouterPagerAdapters, as users can configu…
EricKuck 9cd225e
Controllers now throw an exception when the user forgets to pass fals…
EricKuck 4a814af
Fixes #166
EricKuck 48dc4ab
Version bump
EricKuck 553bae0
Updated readme to include mention of RxLifecycle2
EricKuck 01df673
Switched lint checks to the new PSI based api (closes #184)
EricKuck 09ce640
Fixes #183
EricKuck 54cdc51
Added license to travis.yml
EricKuck 0ac8176
Travis.yml licenses fix
EricKuck 23a4dbb
Travis yml fix
EricKuck e7c195d
Now internally ensures that ControllerChangeHandlers aren't reused, u…
EricKuck 44ed198
Fixes #185
EricKuck d15f2b6
Added missing files from e7c195d9105d457abe3a9bba0cc7f525230233a5
EricKuck 27f5275
Now throws an exception when a destroyed controller is pushed in orde…
EricKuck e390261
Fixes #197
EricKuck dfb0138
Fixes #199
EricKuck efbdf91
Fixes #201
EricKuck 77ad6b4
Now sets ClassLoader for view state Bundle - potential fix for #198
EricKuck 2ce8c0a
Version bump
EricKuck f74f839
Fixes #204 (also mentioned in #199)
EricKuck f16f7b6
Fixes #205
EricKuck be40900
#Fixes 206 (#207)
04d40a5
Minor ViewAttachHandler optimizations
EricKuck 6834df7
Fixes #203
EricKuck 10a1c8a
Version bump
EricKuck 60d0fab
Fixes #208
EricKuck 44bcd0f
Fixes #205
EricKuck 90e015b
Now correctly calls onDetach when the host activity is stopped, even …
EricKuck 690001e
Fixes issue when retrieving an existing controller from a ControllerP…
blazeroni 6ffa94e
Added documentation for @Nullable’s. Fixes #218
EricKuck a9bdf0d
Revamped how child backtacks are handled to be more reliable with unf…
EricKuck afa4b69
Version bump
EricKuck 769d552
Fixed typo in lifecycle diagram
EricKuck f4ef47c
Added missing nullity annotations for the pager adapters (#219)
PaulWoitaschek 314ee2b
Routers now properly remove views of all owned controllers on destroy…
EricKuck 97878b1
List simplification (#225)
PaulWoitaschek 86227ae
TransitionChangeHandler is now much more flexible (doesn’t force you …
EricKuck df68655
Added missing comments to new methods
EricKuck a888073
DialogToFabTransition (#229)
nomisRev c2ad655
Added fade to dialog’s immersive background
EricKuck 0a53b9f
Dependency updates
epool c4d881a
Added some better shared element demos
EricKuck 7d5cc26
Replaced png icon with vector drawable
EricKuck d13af31
Dialog background no longer fades out over the top of the outgoing di…
EricKuck b7611e1
Added a RecyclerView -> RecyclerView shared element transition demo
EricKuck 3d1c2d3
Added startIntentSenderForResult method to controller. Fixes #235
EricKuck 671a117
Added ability to specify the maximum number of pages for which states…
EricKuck 0057782
Moved popToTransaction calls over to use setBackstack internally. Fix…
EricKuck 75ad389
Fixed a few warnings
EricKuck 0df11e3
Build tools updates
EricKuck 893ffc0
Version bump
EricKuck 2b32a30
Version bump
EricKuck bb8ef1a
implemented first level of deep linking
tmtron c09003c
the deep link navigation will now also work, when the activity is alr…
tmtron f952951
updated build tools to 25.0.2
16a6891
Merge remote-tracking branch 'origin/develop' into develop
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?