bitfireAT / davx5-ose

DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. You can also access your online files (WebDAV) with it.
https://www.davx5.com
GNU General Public License v3.0
1.3k stars 70 forks source link

Inject SyncDispatcher over Hilt #784

Closed rfc2822 closed 1 month ago

rfc2822 commented 1 month ago

SyncDispatcher (previously SyncWorkDispatcher) had code to generate itself as a Singleton, but this can be done by Hilt as well.