Comment 1 for bug 1476305

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

We are using Ubuntu Download manager to download podcasts in the background, but the download queue itself is a simple js array. So when podbird is sent to the background, after finishing a download, it doesn't go automatically to the next download since it is suspended. We will have to transition to using the Ubuntu Download Manager queue API.

Podbird cannot wake up at scheduled times since the platform doesn't support doing that. Alarms API only triggers a notification and doesn't allow an app to wake itself up and doing some action.