airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.39k stars 406 forks source link

Ensure a sorted DeepLinkEntry registry #192

Closed ghost closed 7 years ago

ghost commented 7 years ago

1 add logic to ensure a stable sorting result 2 move the doc generation after the sorting, so the doc is sorted

This is important for us: with sorted outputs we could decide whether or not to trigger different downstream processes, so we can save time on build tasks, and commit verifications

felipecsl commented 7 years ago

@jingwei423 can you look into the checkstyle failures? I can merge after that's green!

ghost commented 7 years ago

@felipecsl thanks for the review! Can we have a new release soon? So we can update our internal tools to depend on this change.

ghost commented 7 years ago

@felipecsl can we have a release for this?

felipecsl commented 7 years ago

Sure, we'll get one out soon!

felipecsl commented 7 years ago

v3.1.1 has been uploaded. It should be available soon

ghost commented 7 years ago

Awesome, thank you!