DeepLinkDispatch Versions Save

A simple, annotation-based library for making deep link handling better on Android

6.2.2

10 months ago
  • Fix matching issue with placeholders (#365)

6.2.1

1 year ago

Updates kotlin, ksp, and the xprocessing library.

Notably, the androidx.room:room-compiler-processing library (aka xprocessing) has been updated to 2.6.0-alpha01. This version is incompatible with previous versions due to a breaking API change. All annotation processors using this library must be on the same version. Other annotation processors such as Epoxy and Paris also use xprocessing and if you use them you need to use a version of them that also uses xprocessing 2.6.0-alpha01

6.1.0

2 years ago
  • Bump AGP to 7.1.1 and update almost all other dependencies (#337 and #347)
  • Address xprocessing api change (#343)
  • Update dependencies / Clarify parameter override behavior (#347)
  • Fix KSP typo (#346)

6.0.0-beta06

2 years ago
  • Added error throwable to result in error case. (#340)
  • Ensure that entries in allowed placeholder values are sorted (#341)
  • Fix crash that could happen with no arg deep Link handler in R8 full mode (#342)

6.0.0-beta05

2 years ago
  • Made value length 2 bytes wide. (#338)

6.0.0-beta04

2 years ago
  • Fix issues with long placeholders in hosts. (#335)
  • Bump XProcessing version to fix nullability issue (#336)

6.0.0-beta03

2 years ago
  • Enable KTLint on all modules #324
  • Added support for allowed placeholder values #328
  • Fix sample app Activity class reference #332
  • Added a new concept of deep link handlers. #330

6.0.0-beta02

2 years ago

6.0.0-beta01

2 years ago

5.4.3

2 years ago
  • Fix inner class matching (matching on methods in inner classes) #321