AntennaPod/net/sync
ByteHamster 83199a6057
Wait in SyncService before enqueueing subscriptions refresh (#7544)
Apparently requesting to run the manager cancels the already running one on some devices.
This leads to an endless loop trying to refresh over and over again.
2024-12-10 21:02:15 +01:00
..
gpoddernet Remove imports only used in JavaDoc (#7468) 2024-10-27 21:11:24 +01:00
service Wait in SyncService before enqueueing subscriptions refresh (#7544) 2024-12-10 21:02:15 +01:00
service-interface Make sync service interface more standard (#7479) 2024-10-30 21:30:29 +01:00
README.md Moved synchronization to its own module 2021-04-24 17:05:59 +02:00

:net:sync

This folder contains modules related to external services for synchronization. The module model provides the basic interfaces for implementing a synchronization backend. The other modules contains backends for specific synchronization services.