Available in 2.5.5, which has already been released and should appear in F-Droid as soon as they have compiled it.
Property registry for factories is not available/public
-
Hello,
I currently have to use reflection in order to add custom factories to the property registry.
Any chance to make this public? I’d appreciate it as it’d make things a bit smoother.
Thanks for the awesome thing(s),
Mario -
Hey,
Does https://gitlab.com/bitfireAT/dav4jvm/commit/b08d3ddb33097acf3e9560d0226c0b4bd9ee322a help for your case? It accepts
Iterable
s, too, so you can pass a whole list of factories with one call. -
Yes, it does - you’re awesome, thank you very much!